Skip to content
English

Qwen Image 2.0

ProviderAlibaba
Model nameqwen-image-2.0
Endpoint/v1/images/generations
Sizes1024*1024, 1536*1024, 1024*1536, 2048*2048 (use * not x)
PricingSee HiAPI Pricing
  • Chinese text rendering
  • Multi-style output
  • Cost-aware image generation
  • Up to 2K resolution
Terminal window
curl -X POST https://api.hiapi.ai/v1/images/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen-image-2.0",
"prompt": "A cute cat wearing sunglasses, watercolor style",
"size": "2048*2048"
}'