Qwen3 Next 80B A3B is a sparse mixture-of-experts language model from Alibaba's Qwen3 family, using roughly 80B total parameters with a small active-parameter count per token.
| Provider | Input / 1M | Output / 1M | Cached / 1M |
|---|---|---|---|
| $0.090 | $1.10 | - | |
| $0.090 | $1.10 | - | |
| $0.090 | $1.10 | - | |
| $0.117 | $1.14 | $0.059 | |
| $0.150 | $1.50 | - | |
| $0.150 | $1.50 | - | |
| $0.150 | $1.50 | - |
Prices updated daily. Last check: Sep 22, 2026
Input, output, and batch rates, plus alternatives, for one provider at a time.
Benchmarks measured Sep 2026. Scores are independent evaluations, not vendor-reported.
Qwen3 Next 80B A3B fits workloads where a lot of tokens need to be generated quickly: long-form drafting, summarization over large document sets, synthetic data generation, and agent pipelines that chain many model calls and produce verbose intermediate output. The combination of ~185 output tokens per second and a roughly one-second time to first token also makes it a reasonable choice for chat assistants and code-completion style interfaces where perceived responsiveness matters. Because only about 3B parameters are active per token, it is often considered for high-volume batch jobs where per-token serving efficiency dominates the decision. For tasks that demand verified peak accuracy on hard reasoning, math, or competitive coding benchmarks, compare it directly against dense frontier-tier models and against reasoning-specific Qwen3 variants, since we do not record quality benchmark scores for this entry.
Pricing varies by provider and by pricing model — some hosts bill separately for input and output tokens, others bundle or offer dedicated capacity. Because rates change frequently and differ across providers, check the live pricing table on this page for current figures rather than relying on any fixed number.
It follows Alibaba's naming convention for sparse mixture-of-experts models: approximately 80 billion total parameters in the model, with roughly 3 billion active parameters used per generated token. The total count determines memory requirements, while the active count largely determines per-token compute and helps explain the model's high measured throughput.
High-throughput text generation: long-form writing, summarization at volume, synthetic data pipelines, and agent workflows that emit many tokens per task. Its roughly 185 output tokens per second and sub-second time to first token also support interactive chat and streaming applications.
Third-party measurements from Artificial Analysis put it at about 185.6 output tokens per second with roughly 992 ms to first token. That is fast relative to dense models with similar total parameter counts, which is the expected result of activating only a small fraction of parameters per token. Actual figures depend on the provider, quantization, prompt length, and load.
We do not have a confirmed context window length or modality list recorded for this model, so we do not make a claim either way. Check the model card published by the provider you plan to use, since context limits in particular are often capped lower by individual hosts than by the model itself.