Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cinience avatar

Alicloud Ai Image Zimage Turbo

  • 271 installs
  • 396 repo stars
  • Updated July 18, 2026
  • cinience/alicloud-skills

alicloud-ai-image-zimage-turbo is a Claude agent skill that integrates Alibaba Cloud Z-Image Turbo fast image generation for real-time previews, bulk asset creation, and low-latency creative tools.

About

alicloud-ai-image-zimage-turbo is a cinience/alicloud-skills integration skill for Alibaba Cloud Z-Image Turbo image generation. It helps developers add fast text-to-image endpoints when products need real-time previews, bulk marketing asset creation, or low-latency creative tooling inside web and mobile experiences. The skill guides agent sessions through Alibaba Cloud image API wiring so engineering teams can prototype thumbnails, in-app media, and batch creative outputs without hand-assembling vendor documentation during sprints. Developers reach for alicloud-ai-image-zimage-turbo when generative image features must stay responsive under user interaction rather than waiting on slow batch renders. Pair it with sibling alicloud image skills when pipelines also need Qwen edit endpoints or post-generation storage on OSS. The catalog lists 271 installs on skills.sh for this Z-Image Turbo integration entry in the alicloud-skills collection. Plan quota, content safety, and CDN delivery paths before exposing turbo generation directly to end users.

  • Low-latency Z-Image Turbo calls
  • Batch and preview-oriented workflows
  • Throughput and concurrency tuning
  • Parameter presets for speed vs quality
  • Object storage and CDN handoff

Alicloud Ai Image Zimage Turbo by the numbers

  • 271 all-time installs (skills.sh)
  • Ranked #536 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-image-zimage-turbo

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs271
repo stars396
Last updatedJuly 18, 2026
Repositorycinience/alicloud-skills

How do you integrate Z-Image Turbo on Alibaba Cloud?

Integrate fast Z-Image Turbo generation for real-time previews, bulk asset creation, and low-latency creative tools on Alibaba Cloud.

Who is it for?

Developers building Alibaba Cloud apps that need fast Z-Image Turbo previews, bulk generated assets, or low-latency creative tooling in production features.

Skip if: Teams generating images exclusively on non-Alibaba providers such as OpenAI DALL-E or Stability APIs without Alibaba Cloud image services.

When should I use this skill?

A developer asks to integrate Z-Image Turbo, add fast Alibaba Cloud image generation, or build real-time preview and bulk asset creative tools.

What you get

Z-Image Turbo API integration notes, fast image generation endpoint wiring, and bulk asset creation configuration for Alibaba Cloud creative features.

  • Image API integration guide
  • Preview endpoint configuration
  • Bulk asset generation workflow

By the numbers

  • 271 installs on skills.sh

Files

SKILL.mdMarkdownGitHub ↗

Category: provider

Model Studio Z-Image Turbo

Use Z-Image Turbo for fast text-to-image generation via the DashScope multimodal-generation API.

Critical model name

Use ONLY this exact model string:

  • z-image-turbo

Prerequisites

  • Set DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials (env takes precedence).
  • Choose region endpoint (Beijing or Singapore). If unsure, pick the most reasonable region or ask the user.

Normalized interface (image.generate)

Request

  • prompt (string, required)
  • size (string, optional) e.g. 1024*1024
  • seed (int, optional)
  • prompt_extend (bool, optional; default false)
  • base_url (string, optional) override API endpoint

Response

  • image_url (string)
  • width (int)
  • height (int)
  • prompt (string)
  • rewritten_prompt (string, optional)
  • reasoning (string, optional)
  • request_id (string)

Quick start (curl)

curl -sS 'https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation' \
  -H 'Content-Type: application/json' \
  -H "Authorization: Bearer $DASHSCOPE_API_KEY" \
  -d '{
    "model": "z-image-turbo",
    "input": {
      "messages": [
        {
          "role": "user",
          "content": [{"text": "A calm lake at dawn, a lone angler casting a line, cinematic lighting"}]
        }
      ]
    },
    "parameters": {
      "size": "1024*1024",
      "prompt_extend": false
    }
  }'

Local helper script

python skills/ai/image/alicloud-ai-image-zimage-turbo/scripts/generate_image.py \
  --request '{"prompt":"a fishing scene at dawn, cinematic, realistic","size":"1024*1024"}' \
  --output output/ai-image-zimage-turbo/images/fishing.png \
  --print-response

Size notes

  • Total pixels must be between 512*512 and 2048*2048.
  • Prefer common sizes like 1024*1024, 1280*720, 1536*864.

Cost note

  • prompt_extend=true is billed higher than false. Only enable when you need rewritten prompts.

Output location

  • Default output: output/ai-image-zimage-turbo/images/
  • Override base dir with OUTPUT_DIR.

Validation

mkdir -p output/alicloud-ai-image-zimage-turbo
for f in skills/ai/image/alicloud-ai-image-zimage-turbo/scripts/*.py; do
  python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/alicloud-ai-image-zimage-turbo/validate.txt

Pass criteria: command exits 0 and output/alicloud-ai-image-zimage-turbo/validate.txt is generated.

Output And Evidence

  • Save artifacts, command outputs, and API response summaries under output/alicloud-ai-image-zimage-turbo/.
  • Include key parameters (region/resource id/time range) in evidence files for reproducibility.

Workflow

1) Confirm user intent, region, identifiers, and whether the operation is read-only or mutating. 2) Run one minimal read-only query first to verify connectivity and permissions. 3) Execute the target operation with explicit parameters and bounded scope. 4) Verify results and save output/evidence files.

References

  • references/api_reference.md for request/response schema and regional endpoints.
  • references/sources.md for official docs.

Related skills

How it compares

Choose alicloud-ai-image-zimage-turbo for fast Alibaba Z-Image Turbo integration; use sibling Qwen image skills when edits or inpainting are required instead of turbo generation.

FAQ

What is Z-Image Turbo used for in alicloud-ai-image-zimage-turbo?

alicloud-ai-image-zimage-turbo integrates Alibaba Cloud Z-Image Turbo for fast image generation supporting real-time previews, bulk asset creation, and low-latency creative tools. Developers use it during build when responsive generative media must ship inside apps.

When should developers pick alicloud-ai-image-zimage-turbo?

Developers should pick alicloud-ai-image-zimage-turbo when products on Alibaba Cloud need quick image previews or batch creative outputs rather than slow batch-only renders. The cinience skill lists 271 installs on skills.sh for agent-guided Z-Image Turbo integration.

Generative Mediallmautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.