Model Pricing
Full pricing tables for all QwenAPI models by region, including batch and context caching rates.
Model Pricing
All prices are in USD per 1 million tokens. Prices differ by deployment region — International is the default; Global (US/EU) offers lower latency at different rates.
International region
Text models
Models marked with — use flat pricing regardless of context length.Vision models
Multimodal (Omni)
Global region (US / EU)
Lower-latency endpoints. No free tier. Only select models are available.
Batch API pricing
Submit requests via the Batch API to receive 50% off all token prices. Batch jobs complete within 24 hours.
Example: qwen3-max input on International at ≤32K context = $1.20/1M → $0.60/1M with Batch API.
Batch pricing applies to both input and output tokens. See the Batch API guide for how to submit jobs.
Context Caching pricing
When a request reuses a cached prefix (e.g., a long system prompt), the cached portion of input tokens is charged at a reduced rate. The exact discount depends on the model.
Context caching cannot be combined with Batch API pricing — you must choose one or the other per request.
To use context caching, structure your prompt so the stable prefix comes first and mark it with the appropriate cache control parameter. See the Context Caching guide for implementation details.