Qwen3 Is Here: Alibaba's Hybrid Thinking Model Challenges the Frontier at Every Price Point
Alibaba's Qwen Team has dropped Qwen3, a family of eight models spanning 0.6B to 235B parameters, with a novel hybrid thinking mode and benchmark numbers that put serious pressure on GPT-4o, Gemini 2.5 Pro, and DeepSeek-V3.
Wei Lianπ¨π³ China Desk LeadJul 25, 2026 8m readAlibaba Fires Its Biggest Salvo Yet
On 28 April 2025, Alibaba's Qwen Team published the Qwen3 technical reportβ and simultaneously pushed the full model family to Hugging Faceβ. The release is the most consequential open-weight drop from China since DeepSeek-R1 landed in January, and it arrives at a moment when domestic competition between Alibaba, DeepSeek, Zhipu, and Moonshot has never been more intense.
The Qwen3 family comprises eight models: dense variants at 0.6B, 1.7B, 4B, 8B, 14B, and 32B parameters, plus two Mixture-of-Experts (MoE) models at 30B-A3B (30 billion total, 3 billion active) and the flagship 235B-A22B (235 billion total, 22 billion active). Every model is released under the Apache 2.0 licence β fully permissive, commercially usable, no restrictions on fine-tuning or redistribution.
The Headline Feature: Hybrid Thinking Mode
What separates Qwen3 from the Qwen2.5 generation is not raw scale but architecture-level reasoning flexibility. Each model ships with what Alibaba calls "hybrid thinking mode": users can toggle between a slow, chain-of-thought reasoning path ("thinking mode") and a fast, direct-answer path ("non-thinking mode") within a single model, within a single conversation turn if needed.
This is meaningfully different from how DeepSeek-R1 handles reasoning. DeepSeek ships separate base and reasoning checkpoints; you choose at deployment time. Qwen3 bakes both behaviours into one checkpoint and exposes a `enable_thinking` parameter at inference. For developers building products that need to switch between quick factual lookups and deep multi-step reasoning, this eliminates the operational overhead of routing between two models.
"The hybrid approach lets a single deployment handle both latency-sensitive and quality-sensitive tasks. That's the kind of practical engineering that enterprise customers in China have been asking for β they don't want to manage two model endpoints." β paraphrased from Qwen Team's technical blog, April 2025
How Thinking Tokens Are Budgeted
In thinking mode, Qwen3 models generate internal reasoning tokens (visible in the `<think>` block) before producing the final answer. Alibaba has implemented a thinking budget mechanism: developers can cap the number of reasoning tokens to control latency and cost. The team reports that even at reduced budgets, Qwen3 retains most of its reasoning advantage over non-thinking baselines β a finding they attribute to the reinforcement-learning post-training pipeline, which was trained on a 36 trillion token pretraining corpus, the largest Alibaba has disclosed for any Qwen generation.
Benchmark Numbers: Where Qwen3 Actually Lands
Alibaba published head-to-head comparisons across the standard suite. The numbers below are from the official Qwen3 blog postβ and should be treated as vendor-reported until independent replication is complete β but they are specific enough to be meaningful.
Qwen3-235B-A22B (Flagship MoE)
- AIME 2024 (math olympiad): 85.7 β above DeepSeek-R1's 79.8, above o1's 74.4
- AIME 2025: 81.5
- LiveCodeBench (coding): 70.7 β above Claude 3.7 Sonnet's 66.5
- BFCL (function calling / tool use): 70.8
- ArenaHard (instruction following): 96.2
- Active parameter count at inference: 22B β comparable compute cost to a dense 22B model despite 235B total weights
Qwen3-32B (Dense, the "Everyday" Flagship)
- AIME 2024: 79.0 β matching or exceeding DeepSeek-R1 at a fraction of the serving cost
- LiveCodeBench: 65.7
- MATH-500: 97.2
- Context window: 128K tokens across all Qwen3 variants
The 32B dense model is the one most developers will actually deploy. At 128K context and Apache 2.0, it is a credible drop-in for workflows currently using GPT-4o via API, especially for Chinese-language tasks where Qwen models have historically outperformed Western frontier models.
Training Data and the Multilingual Push
The 36 trillion token pretraining corpus is a significant jump from Qwen2.5's reported ~18 trillion. Alibaba has not published a full data card, but the technical report notes coverage of 119 languages, with particular depth in Arabic, Spanish, French, and β critically for domestic adoption β formal and technical Chinese.
The post-training pipeline involves four stages: long-context extension to 128K, supervised fine-tuning on reasoning traces, reinforcement learning from verifiable rewards (the same RLVR approach DeepSeek popularised with R1), and a final alignment stage for instruction following and safety.
"The 36T token scale, combined with RLVR post-training, is the combination that makes the math and coding numbers credible. Scale alone doesn't get you AIME 85 β you need the RL signal on top." β synthesis of commentary from Chinese ML community discussions on Zhihu and X/Twitter, late April 2025
How This Fits the Domestic Competitive Landscape
To understand why this release matters beyond the benchmarks, you need the Beijing context.
DeepSeek reset expectations in January with R1's open release and its MoE efficiency story. Since then, every major Chinese lab has been racing to answer. Zhipu AI updated its GLM-4 family in March. Moonshot has been quiet on model releases but aggressive on its Kimi long-context product. Baidu's ERNIE team dropped ERNIE 4.5 in early April.
Alibaba's answer is Qwen3, and the strategy is clear: cover every price point simultaneously. The 0.6B model runs on-device on a mid-range smartphone. The 4B and 8B models are edge-server tier. The 32B is the enterprise workhorse. The 235B-A22B is the benchmark flagship that generates headlines and signals capability ceiling.
This full-stack coverage is a direct counter to DeepSeek's approach of releasing a small number of very high-profile models. Alibaba is betting that ecosystem breadth β more developers building on more Qwen variants β creates a moat that single-model releases cannot match.
The Open-Weight Strategy as Policy Alignment
It is worth noting that the Apache 2.0 release is also politically legible inside China. Beijing's AI policy documents, including the 2023 Generative AI Interim Measuresβ and subsequent guidance, encourage domestic labs to contribute to open-source ecosystems as a form of soft-power projection and to reduce dependence on Western model providers. Alibaba's aggressive open-weight posture with Qwen2.5 (which became one of the most downloaded model families on Hugging Face globally) and now Qwen3 is consistent with that policy direction.
Developer Access: Where to Get Qwen3
All eight Qwen3 models are immediately available:
- Hugging Face: Qwen3 collectionβ β all weights, tokenizer configs, and model cards
- ModelScope (Alibaba's domestic hub): modelscope.cn/organization/qwenβ β often faster for users in mainland China due to CDN routing
- Ollama: `ollama run qwen3:8b` and `ollama run qwen3:32b` are already live as of 29 April
- API via Alibaba Cloud Bailian: bailian.console.aliyun.comβ β pay-per-token, with the 235B-A22B available as a managed endpoint
- GitHub (examples and inference scripts): github.com/QwenLM/Qwen3β
For quantised versions, the community has already produced GGUF files for llama.cpp compatibility, available via the bartowskiβ and unslothβ namespaces on Hugging Face.
What Independent Evaluators Are Saying
As of publication, third-party evaluation is still catching up. The LMSYS Chatbot Arenaβ leaderboard has not yet incorporated Qwen3 ratings. The Open LLM Leaderboard on Hugging Face is running evals. Early community reports on Reddit's r/LocalLLaMA and on Chinese ML forums (Zhihu, 52pojie) are consistent with Alibaba's claimed numbers on MATH-500 and LiveCodeBench, with some users noting the 32B model in thinking mode occasionally over-generates reasoning tokens on simple tasks β a known failure mode of RLVR-trained models.
The function-calling and tool-use numbers (BFCL 70.8 for the flagship) are particularly watched by the agentic AI developer community. If those hold up under independent testing, Qwen3-235B-A22B becomes a serious candidate for the backbone of complex agent pipelines β a segment where GPT-4o and Claude 3.7 Sonnet currently dominate commercial deployments.
Key Takeaways
- Eight models, one release, Apache 2.0: Alibaba is playing an ecosystem game, not a single-model prestige game
- Hybrid thinking mode is a genuine architectural differentiator β one checkpoint, two inference modes, developer-controlled thinking budget
- 235B-A22B MoE reports AIME 2024 of 85.7, above DeepSeek-R1 and OpenAI o1 on vendor benchmarks
- 32B dense matches R1 on math at dramatically lower serving cost
- 36 trillion token pretraining corpus, 128K context across all variants
- 119 languages covered, with strong multilingual and Chinese-language depth
- Available immediately on Hugging Face, ModelScope, Ollama, and Alibaba Cloud API
- Independent benchmark replication is still in progress β treat vendor numbers as directional until confirmed
Bottom Line
Qwen3 is the most complete open-weight model family released by any Chinese lab to date. The hybrid thinking architecture is a real innovation, the benchmark numbers are aggressive, and the Apache 2.0 licence removes every adoption barrier. Whether the 235B flagship's math scores survive independent scrutiny will determine whether this is a landmark release or a very good one β but either way, Qwen3 raises the floor for what the open-weight ecosystem can do in mid-2025.
Watch the LMSYS Arena ratings over the next two to three weeks. If Qwen3-32B clusters near GPT-4o on human preference, the conversation about which frontier model to build on will shift significantly.
Links & Resources
External links β opens in a new tab

π¨π³ China Desk Lead Β· Beijing, China
Reads the Mandarin sources first β DeepSeek, Qwen, Zhipu, and the rest.

A Comprehensive Treatise on the Casio ClassPad fx-CG500
by Richard Murdoch Montgomery
Mastering the touchscreen CAS graphing calculator β 3D plotting, differential equations, financial tools, and eActivity programming.

The Future of Scientific Discourse
by Richard Murdoch Montgomery
Transparent, AI-augmented peer review models for the 21st century β open science, reproducibility, and the democratisation of knowledge.

The HP 19BII Scientific Financial Calculator
by Richard Murdoch Montgomery
Financial and mathematical reasoning with the HP 19BII β annuities, bonds, cash flows, Solver equations, and regression analysis.

The TI-Nspire CX II CAS Treatise
by Richard Murdoch Montgomery
A comprehensive guide covering CAS programming, 3D graphing, calculus, linear algebra, and physics applications on the TI-Nspire.
Comments
Open discussion β no account needed. Be respectful.
More from Chinese Models Desk
China's AI Companion Law Kills Doubao and Qwen Agents β and Exposes a Design Flaw No Platform Has Solved
Beijing's first national framework for emotionally interactive AI took effect July 15, forcing ByteDance, Alibaba, and Tencent to shut down AI companion features for hundreds of millions of users. The shutdowns reveal an architectural incompatibility that every companion AI platform in the world β not just Chinese ones β will eventually have to confront.
Wei LianQwen3 Is Here and It's Rewriting the Open-Source Leaderboard
Alibaba's Qwen3 family drops with a 235B MoE flagship that trades blows with GPT-4o and Gemini 2.5 Pro β and the whole lineup is Apache 2.0 licensed. Here's what developers need to know.
Sophia ChenWAIC 2026: China Launches a Rival AI Governance Bloc, Unveils Frontier Hardware, and Bets on the Global South
At the World Artificial Intelligence Conference in Shanghai, China did far more than preview Qwen3.8 β it formally established WAICO, a 29-nation intergovernmental AI body designed to rival the EU AI Act and G7 Hiroshima Process, while Huawei debuted the Atlas 950 SuperPoD and a wave of agent-native smartphones signalled a new phase of China's AI ambitions. For developers and enterprises, the week's events mark the clearest signal yet that the global AI landscape is splitting into two incompatible regulatory orbits.
Sophia Chen