Qwen
qwen/…
Every Qwen model we serve, with the numbers most providers leave out — the quantisation each endpoint actually runs at, measured first-token latency, and real uptime. Model ids are copyable: pass one straight to any OpenAI-compatible client.
Qwen3.6 35B-A3B is a mixture-of-experts model with 35.9B total parameters and roughly 3B active per token, giving the quality of a large model at the speed of a much smaller one. It accepts text and image input, supports a 262K context window, and handles tool calling and structured output. Well suited to coding agents and long-context work where a whole repository or document set has to stay in the conversation.
- Parameters
- 36B (3B active)
- Max context
- 256K
| Quantisation | Context | p50 TTFT | Throughput | Uptime | Input /M | Output /M | Cached in /M | Status |
|---|---|---|---|---|---|---|---|---|
| Undisclosed | 256K | 3ms | — | 99.97% | $0.12 | $0.99 | $0.05 | live |
Qwen3.8 27B is a dense hybrid model — 48 Gated DeltaNet linear-attention layers and 16 gated full-attention layers — with native text, image and video input and a 262K context. Thinking is on by default with tunable reasoning effort, and it posts the family's strongest agentic scores to date (OSWorld-Verified 84.3, AndroidWorld 81.9). Built for computer-use and long-horizon agent work on a single GPU.
- Parameters
- 27B
- Max context
- 256K
| Quantisation | Context | p50 TTFT | Throughput | Uptime | Input /M | Output /M | Cached in /M | Status |
|---|---|---|---|---|---|---|---|---|
| Undisclosed | 256K | 26.41s | — | 99.97% | $0.45 | $3.20 | $0.05 | live |
Qwen3 8B is a dense instruction-tuned model with a hybrid thinking mode for switching between reasoning and direct answers. It offers strong general reasoning and multilingual performance for its size, with tool calling and a 32K context window. A sensible default for agent loops and high-volume tasks that do not need a frontier model.
- Parameters
- 8.2B
- Max context
- 40K
| Quantisation | Context | p50 TTFT | Throughput | Uptime | Input /M | Output /M | Cached in /M | Status |
|---|---|---|---|---|---|---|---|---|
| AWQ int4free | 128K | — | — | 64.37% | Free | Free | — | down |
| Undisclosed | 128K | — | — | 99.96% | $0.05 | $0.15 | — | live |
On the roadmap
Not yet servable — these will not resolve through the API.
qwen/qwen3-235b-a22b
235B MoE with 22B active parameters. Frontier-adjacent quality at Q4 on two A100s, in a price band where incumbents still carry substantial margin.
qwen/qwen3-30b-a3b-instruct-2507
Qwen3 30B-A3B Instruct is a mixture-of-experts model with 30.5B total parameters and 3.3B active per token. It has a native 262K context window rather than one extended after training, plus tool calling and structured output, making it a strong fit for agent workloads that accumulate long histories.
qwen/qwen3-1.7b
Qwen3 1.7B is the smallest model in the Qwen3 family, built for tasks where latency matters more than depth. It supports the same hybrid thinking mode as its larger siblings and handles classification, routing, extraction and short-form generation well.