POST
/
qwen
/
z-image-turbo
curl -X POST https://www.anyfast.ai/qwen/z-image-turbo \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Chinese style landscape painting",
    "size": "1024x1024"
  }'
Generate images from text using the Qwen Z-Image-Turbo model.

Request Parameters

prompt
string
required
Image description prompt.
size
string
Image size.
n
integer
default:"1"
Number of images to generate.
curl -X POST https://www.anyfast.ai/qwen/z-image-turbo \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "Chinese style landscape painting",
    "size": "1024x1024"
  }'