Back to Models
Qwen3.6 35B-A3B
qwenqwen/qwen3.6-35b-a3b
Alibaba's Qwen 3.6 series MoE model (35B total, 3B active per token). Hybrid multimodal capabilities, 262K context, strong repo-level coding and agentic reasoning. Released April 2026.
Context Length
262K
Max Output
33K
Input Price
$0.240/ 1M tokens
Output Price
$0.960/ 1M tokens
Modalities
text→text
Pricing Breakdown
| Type | Rate |
|---|---|
| Input | $0.240 / 1M tokens |
| Output | $0.960 / 1M tokens |
Supported Parameters
temperaturemax_tokenstop_ptoolstool_choiceresponse_formatreasoningstop
API Usage Examples
China users: replace api.therouter.ai with api.therouter.com.cn in the examples below for lower latency.
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "qwen/qwen3.6-35b-a3b",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'