ccapi
🇺🇸English
  • 🇨🇳简体中文
  • 🇺🇸English
Home
Home
🇺🇸English
  • 🇨🇳简体中文
  • 🇺🇸English
🇺🇸English
  • 🇨🇳简体中文
  • 🇺🇸English
  1. z-image-turbo
  • OpenClaw + CCAPI LLM Integration Guide
  • claude code integration
  • codex cli integration
  • gemini cli integration
  • Chat
    • OpenAI
      • Create Chat Completion
      • Create Response
    • Google
      • Generate Content
      • Stream Generate Content
    • Anthropic
      • Create Message
    • DeepSeek
      • Create Chat Completion
    • MiniMax
      • Create Chat Completion
  • Image
    • nano banana
      • Generate Image
    • z-image-turbo
      • integration docs
    • seedream
      • integration doc
  • Video
    • seedance
    • vidu
  • Audio
    • Producer
      • Generate Music
      • Generate Lyrics
      • Extend Music
      • Create Cover
      • Create Variation
      • Replace Segment
      • Vocals Swap
      • Instrumentals Swap
      • Stem Separation
      • Download Audio
      • Upload Audio
      • Generate Video
      • Fetch Task Status
      • Batch Fetch Tasks
    • Suno
      • Generate Music
      • Fetch Task Status
      • Generate Lyrics
      • Extend Music
      • Create Cover
      • Extract Stems
      • Extract All Stems
      • Add Vocals
      • Add Instrumental
      • Replace Section
      • Remaster Song
      • Mashup
      • Sample Section
      • Generate Sounds
      • Generate MIDI
      • Upload Audio
      • Concatenate Music
      • Get Aligned Lyrics
      • Generate Music Video
      • Export as WAV
      • Create Voice Persona(unavailable)
      • Detect BPM
      • Extract Vocals
      • Upsample Tags
      • Batch Fetch Tasks
  1. z-image-turbo

integration docs

Z-Image Turbo Text-to-Image#

Overview#

Z-Image Turbo is a lightweight text-to-image model from Alibaba (Tongyi), supporting fast image generation, Chinese/English text rendering, and flexible resolutions.
CCAPI provides transparent proxy for this model — request and response formats are identical to the official Alibaba Cloud API. Just replace the endpoint URL with CCAPI.

Endpoint#

POST https://api.ccapi.ai/api/v1/services/aigc/multimodal-generation/generation
Official endpoint:
POST https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation

Authentication#

Authorization: Bearer <Your CCAPI API Key>

Example Request#


Pricing#

Billed per successfully generated image. Failed requests are not charged.
ParameterPrice
prompt_extend=false (default)$0.012 / image
prompt_extend=true (smart rewrite)$0.024 / image
prompt_extend=true uses a large model to optimize prompts and outputs reasoning process. It produces higher quality images but takes longer.

Official Documentation#

For full details on request parameters, response format, resolution settings, and error codes, refer to the official Alibaba Cloud documentation:
Z-Image API Reference
The only difference between CCAPI and the official API is replacing dashscope.aliyuncs.com with api.ccapi.ai in the request URL. Everything else is identical.
If you require the unlimited version, please contact us separately.
修改于 2026-03-22 13:56:20
上一页
Generate Image
下一页
integration doc
Built with