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...
Capabilities
Modalities
Quick stats
Performance
Supported parameters
| Parameter | Always | Default |
|---|---|---|
| include_reasoning | - | |
| logprobs | - | |
| max_tokens | - | |
| presence_penalty | - | |
| reasoning | - | |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | - | |
| tool_choice | - | |
| tools | - | |
| top_logprobs | - | |
| top_p | - |
Pricing
| Tiered pricing | Tiered TierINOUTCache readCache write≥128k$3.00$18.00$0.30$3.75<128k$1.80$10.80$0.18$2.25 · 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.ai/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.