by Alibaba(Qwen) · Language Models
Qwen3.6-Plus is the balanced mid-tier model in Alibaba's Qwen3.6 family, released around April 2026 and positioned for real-world enterprise agent workflows. Reported features include a 1M-token context window, multimodal vision input and a hybrid architecture combining linear attention with sparse mixture-of-experts routing for inference efficiency. It sits between the speed-first Flash tier and the top Max-Preview tier, targeting teams that need strong reasoning and agentic coding without flagship cost. Ideal for production agent deployments, document and screenshot analysis and autonomous development tasks.
$0.3574 in · $2.138 out / 1M
| Usage | Rate (USD) | Unit |
|---|---|---|
| Input tokens | $0.36 | per 1M tokens |
| Cached input (cache hit) | $0.07 | per 1M tokens |
| Output tokens | $2.14 | per 1M tokens |
TuneRouter live platform pricing · currency: USD · pre-deduction settled by actual usage
OpenAI-compatible · base URL https://api.tunerouter.com/v1/
curl https://api.tunerouter.com/v1/chat/completions \
-H "Authorization: Bearer $TUNEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "qwen3.6-plus", "messages": [{"role": "user", "content": "Hello!"}]}'Model ID: qwen3.6-plus · works with OpenAI SDKs — just point base_url at api.tunerouter.com