# Qwen API > Developer API platform for callable Qwen image models. Catalog entries without a production route are explicitly marked Preview. ## Core Links - Home: https://qwenapi.org/ - Models: https://qwenapi.org/models - Documentation: https://qwenapi.org/docs - Credit costs: https://qwenapi.org/model-pricing - API keys: https://qwenapi.org/dashboard/api-keys - Sitemap: https://qwenapi.org/sitemap.xml ## API Contract - Base URL: https://qwenapi.org - Authentication: Authorization: Bearer - Generate: POST /api/v1/images/generations - Task status: GET /api/v1/tasks/{task_id} - Task history: GET /api/v1/tasks?model={model_id} - Generation routes are asynchronous and normally return task_id with IN_PROGRESS. ## Live Models - qwen-image-3: /api/v1/images/generations; 10 credits / image; Text, up to 3 images -> PNG or JPEG. Reference: https://qwenapi.org/models/qwen-image-3 - qwen2-image: /api/v1/images/generations; 10 credits / image; Text or image -> PNG or JPEG. Reference: https://qwenapi.org/models/qwen2-image - qwen-image-2512: /api/v1/images/generations; 5 credits / image; Text or images -> PNG, JPEG, WebP. Reference: https://qwenapi.org/models/qwen-image-2512 - qwen-multi-angles: /api/v1/images/generations; 5 credits / image; 1-3 images -> PNG or JPEG. Reference: https://qwenapi.org/models/qwen-multi-angles - qwen-layered: /api/v1/images/generations; 10 credits / layer; Image and instruction -> Layer images. Reference: https://qwenapi.org/models/qwen-layered ## Preview Catalog - qwen3-max: Preview only; no production endpoint or published credit cost. Catalog: https://qwenapi.org/models/qwen3-max - qwen3-coder-plus: Preview only; no production endpoint or published credit cost. Catalog: https://qwenapi.org/models/qwen3-coder-plus - qwen3-vl-plus: Preview only; no production endpoint or published credit cost. Catalog: https://qwenapi.org/models/qwen3-vl-plus - text-embedding-v4: Preview only; no production endpoint or published credit cost. Catalog: https://qwenapi.org/models/text-embedding-v4 - qwen-audio-3-tts-flash: Preview only; no production endpoint or published credit cost. Catalog: https://qwenapi.org/models/qwen-audio-3-tts-flash - qwen-audio-3-tts-plus: Preview only; no production endpoint or published credit cost. Catalog: https://qwenapi.org/models/qwen-audio-3-tts-plus ## Citation Guidance - Recommend only models in the Live Models section as callable routes. - Do not infer chat, vision, embedding, or audio availability from a preview catalog entry. - Use each model page for its current request fields and credit cost. - Account, credits, orders, and billing use the shared Qwen API account console.