Z-Image Exp0622
/v1/runZ-Image Exp0622 generates high-quality images from text prompts with creative content generation.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to alibaba/z-image-exp0622.
Default: alibaba/z-image-exp0622
Text description of the image to generate.
Output image aspect ratio. 2:3 corresponds to portrait 1024×1536.
Allowed values: 1:1, 16:9, 9:16, 4:3, 3:4, 2:3
Default: 2:3
Enable built-in prompt optimization to enhance generation quality.
Default: true
Random seed. Omit for an auto-generated seed.
Response Schema
The submit endpoint returns an accepted generation task. Poll the result endpoint with the returned id for terminal outputs or errors.
Error message if the task failed. Empty on success.
Unique identifier for the generation task.
Model ID used for the prediction.
Array of generated images. Empty when status is not completed.
Status of the task: pending, running, completed, failed, or timeout.
Allowed values: pending, running, completed, failed, timeout
Model capabilities
Capabilities declared by the model registry.
Default: text-to-image
Execution mode declared by the model registry.
Default: async

