Skip to content

Z-Image Exp0622

POST/v1/run

Z-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.

stringmodelrequired

Model identifier. Set to alibaba/z-image-exp0622.

Default: alibaba/z-image-exp0622

stringpromptrequired

Text description of the image to generate.

Optional<string>aspect_ratio

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

Optional<boolean>prompt_optimizer

Enable built-in prompt optimization to enhance generation quality.

Default: true

Optional<integer>seed

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.

Optional<string>error

Error message if the task failed. Empty on success.

stringidrequired

Unique identifier for the generation task.

Optional<string>model

Model ID used for the prediction.

Optional<array>outputs

Array of generated images. Empty when status is not completed.

stringstatusrequired

Status of the task: pending, running, completed, failed, or timeout.

Allowed values: pending, running, completed, failed, timeout

Model capabilities

array<string>capability_tagsrequired

Capabilities declared by the model registry.

Default: text-to-image

stringexecution_moderequired

Execution mode declared by the model registry.

Default: async