
qwen-image-2.0
Cheaper. More stable. One-stop API aggregation.
Qwen Image 2.0 (Alibaba) is a practical image model with default 2K-oriented output and `n` up to 6.
Use id `qwen-image-2.0` on image generations.
Portal and official reference both list $0.03 per image.
Good for batch variants and Chinese/English prompt mixes.
2K default · aspect-ratio size · n 1–6
POST/v1/images/generations
Base URL: https://api.lumeapi.site/v1
Auth: Authorization: Bearer <your-lumeapi-key>
Open the integration notes for this model, or the modality guide for request fields and polling.
curl https://api.lumeapi.site/v1/images/generations \
-H "Authorization: Bearer $LUMEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen-image-2.0",
"prompt": "A golden hour city skyline",
"size": "16:9"
}'