by Alibaba Cloud · Qwen3 family · best for frontier-adjacent reasoning at open-weight prices
Qwen3-235B-A22B is Alibaba's open-weight flagship, shipped 2025-04-29 under Apache 2.0. It is a Mixture-of-Experts model — 235B total parameters but only 22B activated per token (the "A22B" suffix) — that brings frontier-adjacent math, code, and reasoning into the open-weight tier with a hybrid "thinking / non-thinking" mode toggle in a single set of weights. For a buyer, the one-sentence pitch is: DeepSeek-R1-class reasoning and broad multilingual quality, redistributable under Apache 2.0, at roughly 1/30th the per-token cost of a Western frontier model.
| Benchmark | Score | Source |
|---|---|---|
| MMLU-Pro | 82.8% | Qwen3 Technical Report (arXiv 2505.09388)2025-05-14T00:00:00.000Z |
| AIME 2025 | 81.5% | Qwen3 Technical Report (arXiv 2505.09388)2025-05-14T00:00:00.000Z |
| LMArena Elo | 1431 | LMArena Text leaderboard (qwen3-235b-a22b-instruct-2507 checkpoint)2025-08-01T00:00:00.000Z |
| GPQA Diamond | 70% | Qwen3 Technical Report (arXiv 2505.09388)2025-05-14T00:00:00.000Z |
| LiveCodeBench | 70.7% | Qwen3 Technical Report (arXiv 2505.09388), LiveCodeBench v52025-05-14T00:00:00.000Z |
Six personas, six verdicts — the same panel that reviews every product on TopReviewed.
“Apache-2.0 frontier-adjacent reasoning is the leverage point — it ends single-vendor dependence for our reasoning tier.”
Open weights under Apache 2.0 with MMLU-Pro 82.8 and AIME'25 81.5 is exactly the strategic wedge buyers wanted: it removes lock-in to Anthropic/OpenAI for reasoning and lands within striking distance on capability. The MoE design keeps unit economics sane. The genuine risks are governance, not capability — the DashScope mainland endpoint routes through China (disqualifying for some public-sector/regulated EU work), and PRC content alignment is baked in. Self-host on Together, Fireworks, DeepInfra, or your own cluster and the concern collapses to "weights originated in China," increasingly normalized in 2026.
“Qwen owns the open-weight multilingual frontier — nobody else pairs this reasoning quality with this Asian-language depth.”
In market terms, Qwen3-235B's moat is the intersection of frontier-adjacent reasoning and best-in-class Asian-language coverage, under a permissive license. DeepSeek competes on English reasoning and price; Llama competes on US-aligned content and ecosystem; neither matches Qwen on Chinese/Japanese/Korean/Arabic breadth at this capability tier. That positioning is durable for any product targeting Asian or genuinely global audiences. The competitive risk is internal — Alibaba's own newer Qwen3.6/3.7 line and the 2507 refresh keep cannibalizing the original 235B, so timing favors treating it as a stable, well-understood base rather than the bleeding edge.
“At $0.20/$0.60 it's roughly 30x cheaper than a Western flagship — and self-host has zero per-token fee.”
This is where Qwen3-235B is hard to argue with. Together's $0.20 in / $0.60 out is roughly 25-40x cheaper than GPT-4o-class and far below Claude Opus on equivalent reasoning. Self-hosting on 8x H100 (~$15-30/hr) breaks even against API at roughly 2-3M tokens/hr of sustained throughput — easy for any production agent. No license fees, no MAU thresholds, no per-seat overhead. Pricing is flat and predictable across the major providers, so bill modeling is clean. The only nuance is thinking-mode output-token inflation — gate it to control spend.
“Day-one HF availability, clean thinking-mode template, fine-tunes converge fast — this is the builder's open weight.”
Hugging Face availability is best-in-class — Instruct, Base, FP8, AWQ, GPTQ, and GGUF shipped at launch. Fine-tuning works cleanly with Transformers, vLLM, SGLang, Axolotl, and LLaMA-Factory; LoRA/QLoRA recipes are well documented. The hybrid thinking mode is a single chat-template flag, a clean abstraction. Tool-use and structured JSON are first-class, so agents don't need brittle scaffolding. Multilingual SFT (Chinese/Japanese/Arabic) converges faster on Qwen3 base than on Llama. The 235B MoE is impractical on a single dev box, so most practitioners iterate on Qwen3-32B and deploy the 235B — a friction point, but a well-trodden path.
“On math and code it competes with paid frontier chat; on creative writing and US idiom it still trails Claude.”
Side-by-side against free-tier ChatGPT, Claude, or Gemini, Qwen3-235B on chat.qwen.ai or self-hosted is genuinely competitive — often better on math, sometimes weaker on creative writing. Response quality is high; refusal rate is Western-comparable except on PRC-political topics where it deflects. Latency is acceptable in non-thinking mode (sub-2s first token typical) and slow in thinking mode. For everyday global/Asian use the quality-per-dollar is unmatched; for US consumer apps where political-topic handling and Western idiom matter, the gaps are real.
“Benchmark-strong, but the headline numbers are thinking-mode and the 2507 Elo isn't the model you'd actually deploy.”
The capability is real, but read the fine print. Published scores (82.8 MMLU-Pro, 81.5 AIME'25, 70.7 LiveCodeBench) are thinking-mode-on — non-thinking quality is materially lower, and most product surfaces can't afford always-on reasoning. The LMArena Elo of 1431 is the refreshed 2507 checkpoint, not the original April weights, so quoting it for "Qwen3-235B" conflates two models. China data residency on the mainland API is a genuine governance exposure, and PRC content alignment is demonstrable, not theoretical. None of this makes it a bad model — it makes the marketing framing optimistic. Self-hosted, with thinking gated and the right checkpoint pinned, it is excellent.
The full research notes behind this review — verified against primary sources.
Qwen3-235B-A22B is a sparse MoE decoder. Total parameters are 235B; 22B activate per forward pass (8 of 128 experts routed per token). It uses 94 transformer layers, Grouped Query Attention, SwiGLU activations, Rotary Positional Embeddings with frequency scaling, and RMSNorm pre-normalization — the same modern stack as the Qwen3 dense models, scaled up and made sparse. Pre-training ran on roughly 36 trillion tokens spanning 119 languages and dialects, followed by a multi-stage post-training pipeline that fuses reasoning (long-CoT) and non-reasoning behavior into one model with a runtime switch. Native context is 131K. Alibaba disclosed these figures in the Qwen3 launch blog and Technical Report (arXiv 2505.09388), so unlike most frontier models the architecture is fully public.
The 22B active footprint keeps inference cost and latency closer to a 30B dense model than to a true 235B, while the sparse capacity delivers frontier-adjacent quality. Reasoning and math are the headline strengths (cap_reasoning 8.5, cap_math 8.7): MMLU-Pro 82.8, GPQA Diamond 70.0, AIME 2025 81.5 with thinking mode on. Coding is strong (cap_coding 8.0) — LiveCodeBench v5 70.7, best among open-weight at release. Tool-use, parallel function calls, and structured JSON output are natively trained (cap_function_calling 8.0, cap_agentic 7.5). The defining edge is multilingual coverage (cap_multilingual 9.0): Chinese, Japanese, Korean, Arabic, and major Indic-language performance materially exceeds DeepSeek and Llama peers — this is the open-weight model teams reach for when the workload mixes English and Asian languages. Long-context is honest to roughly 64-96K before degradation (cap_long_context 7.0). It has no vision or live-data access (cap_vision 0, cap_realtime_data 0). Safety calibration is mid (cap_safety_calibration 6.0): refusal behavior is Western-comparable except on PRC-sensitive political topics.
| Benchmark | Score | vs Predecessor | vs Top Competitor | Source |
|---|---|---|---|---|
| MMLU-Pro | 82.8 | +~12 vs Qwen2.5-72B | Near GPT-4o-class | Tech Report |
| GPQA Diamond | 70.0 | +~20 vs Qwen2.5-72B | Behind o1, ahead of DeepSeek-V3 | Tech Report |
| AIME 2025 | 81.5 | n/a (new) | Ahead of Gemini 2.5 Pro on AIME'25 | Tech Report |
| LiveCodeBench v5 | 70.7 | +~25 vs Qwen2.5-72B | Best open-weight at release | Tech Report |
| LMArena Elo | 1431 | n/a | Top-tier open-weight (2507 checkpoint) | LMArena |
AIME 2024 was reported at 85.7 and Arena Hard at 95.6 in the Technical Report; CodeForces rating 2056, BFCL v3 70.8. The LMArena Elo of 1431 is for the refreshed 2507 checkpoint (Aug 2025), not the original April release. Scores reflect thinking mode on; non-thinking scores are lower. Never invented — keys without a verifiable score are null in the data layer.
Median throughput around 68 tokens/sec with time-to-first-token near 0.78s on tuned inference stacks (llm-stats aggregate). In practice, latency varies sharply with the thinking toggle: non-thinking responses feel like a normal 30B-class model; thinking mode can run 5-30x longer because reasoning chains are long. For interactive product surfaces, gate thinking mode behind an explicit "reason" path. Batch throughput is strong on vLLM/SGLang with FP8.
| Surface | Cost | Notes |
|---|---|---|
| API input (Together) | $0.20 / 1M tok | Most common Western provider |
| API output (Together) | $0.60 / 1M tok | No published cache discount |
| Fireworks (blended) | ~$0.90 / 1M tok | Serverless flat-rate |
| DeepInfra | ~$0.27 / 1M tok blended | Among cheapest mainstream |
| Alibaba Model Studio (DashScope) | Pay-as-you-go | First-party; intl endpoint available |
| Direct UI | Free at chat.qwen.ai | No SLA |
| Self-host (~8x H100) | ~$15-30/hr | Breaks even vs API at ~2-3M tok/hr |
| Rate limits | provider-dependent | No fixed RPM/TPM on open weights |
Open weights on Hugging Face and ModelScope under Apache 2.0 — no MAU threshold, full commercial use, redistribution, and fine-tuning rights. FP16 serving needs roughly 470GB VRAM (8x H100 / H200 class); FP8 and AWQ quantizations bring the practical floor to roughly 240GB. GGUF exists for llama.cpp but the MoE is impractical on consumer hardware. Hosted by Together, Fireworks, DeepInfra, Hyperbolic, Novita, and OpenRouter; first-party via Alibaba Cloud Model Studio (DashScope), which offers an international endpoint outside mainland China. Data-residency note: the official DashScope mainland endpoint routes through Alibaba Cloud in China; the international endpoint and third-party providers (US/EU-hosted) avoid that, and self-hosting eliminates egress entirely.
No formal published safety framework or tier label. Alibaba does not train on third-party inference inputs when self-hosted; first-party API data handling follows Alibaba Cloud terms with opt-out. No SOC2/HIPAA certifications attach to the open weights themselves (a hosting provider may carry its own). No built-in content moderation layer. Refusal calibration is Western-comparable on general topics, with notably stricter refusal/deflection on PRC-sensitive political content — an honest enterprise consideration for US public-sector or politically sensitive consumer surfaces.
SDKs via OpenAI-compatible clients (Python, TypeScript). Deep open-source support: vLLM, SGLang, Ollama, llama.cpp, MLX, Transformers, plus LangChain, LlamaIndex, Axolotl, and LLaMA-Factory for fine-tuning. Hosted by Together, Fireworks, DeepInfra, Hyperbolic, Novita, and OpenRouter; first-party via Alibaba Cloud Model Studio. Popularity is mainstream — Qwen3 is one of the most-downloaded open-weight families on Hugging Face and a frequent top-of-leaderboard open model.
Open weights, so you pay an inference provider (Together $0.20/$0.60, DeepInfra ~$0.27 blended) or self-host on ~8x H100. No license fee.
Yes — Apache 2.0, no MAU threshold, full commercial and redistribution rights.
The official DashScope mainland endpoint routes through Alibaba Cloud in China; use the international endpoint, a US/EU-hosted provider, or self-host to avoid it.
Hosted is a drop-in OpenAI-compatible API. Self-hosting needs an 8x H100-class node and vLLM/SGLang — non-trivial but well-documented.
Yes, via an optional hybrid thinking mode with full visible CoT; toggle it per request.
Best-in-class among open weights for Chinese, Japanese, Korean, Arabic, and Indic languages across 119 supported languages.
On PRC-sensitive political topics, expect stricter refusals/deflection than Western models. For most workloads this is irrelevant; for political/news products, test it.
Primary references used to verify this review.
Does not train on API inputs by default
Last verified 2026-05-27