Qwen 3.8 Max Prime
Runs MCP tools
A faster serving tier for Qwen 3.8 Max, added to OpenRouter on 23–24 September 2026. Same model, same limits, a higher price per token. The promise is speed; the first public numbers have not shown much of it yet.
What Qwen 3.8 Max Prime is
Qwen 3.8 Max Prime serves the 0902 snapshot of Qwen 3.8 Max on faster inference as a separate, more expensive SKU. OpenRouter describes it as a higher-throughput variant, and OrcaRouter quotes Alibaba documentation promising 1.5–2× the throughput with capabilities and usage restrictions unchanged. Other coverage found no official Alibaba announcement, so treat the speed figure as a claim. What is certain: the same 1M window, the same text, image and video input, and on OpenRouter exactly the same request parameters.
What Alibaba (Qwen) says
- 1.5–2× the throughput of the standard Qwen 3.8 Max API, per Alibaba documentation quoted by OrcaRouter.
- Early OpenRouter live-traffic figures, reported by DataNorth, showed 40 tokens/s against 37 for standard Max, and a slower first token: 2.03s against 1.42s. Early numbers on a new SKU can change.
- Everything else is inherited from Qwen 3.8 Max, including 86.6 on Terminal-Bench 2.1 and 86.1 on OSWorld-Verified. The Qwen 3.8 Max page has the details.
These are the vendor’s own claims, not measurements of ours. Run the model against your own server to find out whether they hold for your tools.
How it reaches MCP
- MCP Playground’s Agent Studio: paste your server URL above and run Max Prime and Max side by side, with no Alibaba Cloud key
- Alibaba Cloud Model Studio’s OpenAI-compatible API, so MCP clients that accept a custom endpoint can point at it with a base-URL change
- Qwen Code, Alibaba’s open-source terminal agent and an MCP client, pointed at the Prime model
What to watch for
- Measure before you pay. The first public numbers showed a small throughput gain and a slower first token, the opposite of what a speed tier is for. Compare p50 and p95 on your own workload.
- The tool calls should be the same as on Max. OpenRouter lists identical parameters for Prime and the 0902 snapshot, so if the arguments differ between the two, it is run-to-run variation, not the tier.
- Speed only helps if the model is the slow part of the turn. Time your MCP server’s responses first; if a tool call takes seconds, Prime shortens the wait around it, not the call itself.
- Long, input-heavy requests gain least: faster output does little when most of the turn is reading a large prompt or tool result. Prime pays off most on chatty loops with short results.
Run the same four-step task on Qwen 3.8 Max Prime and Qwen 3.8 Max against the complex-schema mock: create_user_profile, process_order, analyze_data, then configure_workflow. Expect the same calls. Compare time per turn to see what the speed tier saves on your server. All the mock servers →
Available here
| Model | Model ID |
|---|
| Qwen 3.8 Max Prime | qwen/qwen3.8-max-prime |
Frequently asked questions
Is Qwen 3.8 Max Prime a different model from Qwen 3.8 Max?
No. It runs the 0902 snapshot of Qwen 3.8 Max, with the same window, inputs and request parameters. Only the serving tier and the price differ.
How much faster is Qwen 3.8 Max Prime?
It is sold as 1.5–2× the throughput of the standard API. Early OpenRouter live traffic showed 40 tokens/s against 37, with a slower first token (2.03s against 1.42s). Test your own workload before switching.
When is Qwen 3.8 Max Prime worth it?
For latency-sensitive work, such as interactive agents, chat and tool loops where someone waits on each turn. For batch or input-heavy jobs, standard Qwen 3.8 Max does the same work for less.
Does Qwen 3.8 Max Prime support MCP?
Yes, exactly as Qwen 3.8 Max does. Any client that turns MCP tools into function calls can drive it, and you can run it against your own server here.