by Qwen·Text + Image·262K context·Released 2026-03-01·Proprietary
Overview
Alibaba's flagship hosted Qwen model, a very large MoE serving the top of the Qwen3.5 line. Excellent multilingual quality, strong reasoning and coding, and a large context window. First-party hosted, so pricing is fixed rather than routed across providers. A capable frontier option, especially for Chinese-English workloads, when you don't need an open-weight deployment.
Benchmarks
Standardized scores (0–100), normalized across the catalog.
Intelligence84
Coding82
Instruction following89
Providers
LLMRouteHub routes to the cheapest healthy provider by default.
| Provider | Input | Output | Throughput | Uptime |
|---|---|---|---|---|
| Qwen | $1.20 | $6.00 | 96 tok/s | 99.7% |
Use this model
curl https://llmroutehub.com/api/v1/chat/completions \
-H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3.5-max",
"messages": [{ "role": "user", "content": "Hello" }]
}'