Async jobs
Queue generation, poll status, and return image URLs when render completes.
Qwen API supports efficient Alibaba-family image generation for poster concepts, multilingual prompts, illustrations, and fast creative variants.

Model overview
Qwen image model for efficient text-to-image generation, multilingual prompts, and creative variations.
Use Qwen through LumixAI when you want one stable REST workflow for prompts, model selection, async jobs, usage tracking, and credit pricing. The page targets searches for Qwen API, Qwen image API, and Alibaba image generation API.
multilingual prompts
variants
creative drafts
Developer workflow
Queue generation, poll status, and return image URLs when render completes.
Qwen starts at 2 credits per image before conditional rules.
await fetch("https://api.example.com/v1/images/jobs", {
method: "POST",
headers: {
"Content-Type": "application/json",
"X-API-Key": process.env.LUMIXAI_API_KEY
},
body: JSON.stringify({
model: "qwen",
prompt: "premium product image, clean studio lighting",
aspectRatio: "16:9",
resolution: "2k"
})
});Next step