Qwen
Qwen3.6 MAX Preview API
Alibaba Qwen 3.6 Max Preview, a sparse mixture-of-experts model with ~1 trillion parameters. Optimized for agentic coding, tool use, and long-context reasoning with an integrated thinking mode that preserves reasoning traces across multi-turn conversations. 262K context window, available via Alibaba Cloud Model Studio API.
- Reasoning
- Tool use
- Structured output
- Long context
qwen3.6-max-previewUSD
Pricing
Public list prices are shown in USD. Final charges may vary by account group and usage tier.
API
Code examples
curl --location --request POST 'https://api.tokenhot.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen3.6-max-preview",
"messages": [
{
"role": "user",
"content": "What model are you"
}
]
}'Qwen
Related models
FAQ
Frequently asked questions
What is Qwen3.6 MAX Preview best suited for?
Qwen3.6 MAX Preview is suited to the input, output, and capability types listed on this page. Test production workloads before choosing it for a critical system.
How is Qwen3.6 MAX Preview priced?
Pricing is shown in the pricing section above. Actual cost depends on usage volume, account group, and the request payload.
How can I call Qwen3.6 MAX Preview?
Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.
Get started