qwen3.6-max-preview
Qwen3.6-Max-Preview is a proprietary frontier model from Alibaba Cloud built on a sparse mixture-of-experts architecture with approximately 1 trillion total parameters. It is optimized for agentic coding, tool use, and...
Performance
Pricing
| Tiered pricing | Tiered TierINOUTCache readCache write第1档$2.70$16.20$0.27$3.38第2档$4.50$27.00$0.45$5.63 · 1M tokens |
| Context window | 240K tokens |
| Compatible endpoints | anthropic, openai |
| Vendor | Alibaba |
Call qwen3.6-max-preview from your code
Point any OpenAI-compatible SDK at UnoRouter and request the model by name. Replace YOUR_API_KEY with a real key from your dashboard.
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.6-max-preview",
"messages": [{"role": "user", "content": "Hello!"}]
}'Frequently asked questions
How is qwen3.6-max-preview billed?
qwen3.6-max-preview uses tiered pricing: the rate depends on context length or token volume. See the tier table above for exact per-tier rates.
How do I access qwen3.6-max-preview via API?
Send requests to the UnoRouter /v1/chat/completions endpoint with model=qwen3.6-max-preview. Any OpenAI-compatible client library works. Authentication uses a standard Bearer token.
What is the context window of qwen3.6-max-preview?
qwen3.6-max-preview supports a context window of 240K tokens, shared between your prompt and the model's response.
Similar models
Try qwen3.6-max-preview now
Create an API key and start making requests in under a minute.