Be part of our day by day and weekly newsletters for the most recent updates and unique content material on industry-leading AI protection. Be taught Extra
Qwen Crew, a division of Chinese language e-commerce large Alibaba creating its rising household of open-source Qwen massive language fashions (LLMs), has launched QwQ-32B, a brand new 32-billion-parameter reasoning mannequin designed to enhance efficiency on complicated problem-solving duties by reinforcement studying (RL).
The mannequin is obtainable as open-weight on Hugging Face and on ModelScope beneath an Apache 2.0 license. This implies it’s obtainable for industrial and analysis makes use of, so enterprises can make use of it instantly to energy their merchandise and functions (even ones they cost prospects to make use of).
It may also be accessed for particular person customers by way of Qwen Chat.
Quan-with-Questions was Alibaba’s reply to OpenAI’s unique reasoning mannequin o1
QwQ, brief for Qwen-with-Questions, was first launched by Alibaba in November 2024 as an open-source reasoning mannequin geared toward competing with OpenAI’s o1-preview.
At launch, the mannequin was designed to boost logical reasoning and planning by reviewing and refining its personal responses throughout inference, a method that made it notably efficient in math and coding duties.
The preliminary model of QwQ featured 32 billion parameters and a 32,000-token context size, with Alibaba highlighting its skill to outperform o1-preview in mathematical benchmarks like AIME and MATH, in addition to scientific reasoning duties akin to GPQA.
Regardless of its strengths, QwQ’s early iterations struggled with programming benchmarks like LiveCodeBench, the place OpenAI’s fashions maintained an edge. Moreover, as with many rising reasoning fashions, QwQ confronted challenges akin to language mixing and occasional round reasoning loops.
Nevertheless, Alibaba’s choice to launch the mannequin beneath an Apache 2.0 license ensured that builders and enterprises might freely adapt and commercialize it, distinguishing it from proprietary options like OpenAI’s o1.
Since QwQ’s preliminary launch, the AI panorama has developed quickly. The restrictions of conventional LLMs have turn out to be extra obvious, with scaling legal guidelines yielding diminishing returns in efficiency enhancements.
This shift has fueled curiosity in massive reasoning fashions (LRMs) — a brand new class of AI methods that use inference-time reasoning and self-reflection to boost accuracy. These embody OpenAI’s o3 sequence and the massively profitable DeepSeek-R1 from rival Chinese language lab DeepSeek, an offshoot of Hong Kong quantitative evaluation agency Excessive-Flyer Capital Administration.
A brand new report from net site visitors analytics and analysis agency SimilarWeb discovered that because the launch of R1 again in January 2024, DeepSeek has rocketed up the charts to turn out to be the most-visited AI model-providing web site behind OpenAI.

QwQ-32B, Alibaba’s newest iteration, builds on these developments by integrating RL and structured self-questioning, positioning it as a critical competitor within the rising discipline of reasoning-focused AI.
Scaling up efficiency with multi-stage reinforcement studying
Conventional instruction-tuned fashions typically battle with troublesome reasoning duties, however the Qwen Crew’s analysis means that RL can considerably enhance a mannequin’s skill to unravel complicated issues.
QwQ-32B builds on this concept by implementing a multi-stage RL coaching method to boost mathematical reasoning, coding proficiency and normal problem-solving.
The mannequin has been benchmarked in opposition to main options akin to DeepSeek-R1, o1-mini and DeepSeek-R1-Distilled-Qwen-32B, demonstrating aggressive outcomes regardless of having fewer parameters than a few of these fashions.

For instance, whereas DeepSeek-R1 operates with 671 billion parameters (with 37 billion activated), QwQ-32B achieves comparable efficiency with a a lot smaller footprint — usually requiring 24 GB of vRAM on a GPU (Nvidia’s H100s have 80GB) in comparison with greater than 1500 GB of vRAM for working the complete DeepSeek R1 (16 Nvidia A100 GPUs) — highlighting the effectivity of Qwen’s RL method.
QwQ-32B follows a causal language mannequin structure and contains a number of optimizations:
- 64 transformer layers with RoPE, SwiGLU, RMSNorm and Consideration QKV bias;
- Generalized question consideration (GQA) with 40 consideration heads for queries and eight for key-value pairs;
- Prolonged context size of 131,072 tokens, permitting for higher dealing with of long-sequence inputs;
- Multi-stage coaching together with pretraining, supervised fine-tuning and RL.
The RL course of for QwQ-32B was executed in two phases:
- Math and coding focus: The mannequin was skilled utilizing an accuracy verifier for mathematical reasoning and a code execution server for coding duties. This method ensured that generated solutions have been validated for correctness earlier than being strengthened.
- Basic functionality enhancement: In a second section, the mannequin obtained reward-based coaching utilizing normal reward fashions and rule-based verifiers. This stage improved instruction following, human alignment and agent reasoning with out compromising its math and coding capabilities.
What it means for enterprise decision-makers
For enterprise leaders—together with CEOs, CTOs, IT leaders, crew managers and AI software builders—QwQ-32B represents a possible shift in how AI can help enterprise decision-making and technical innovation.
With its RL-driven reasoning capabilities, the mannequin can present extra correct, structured and context-aware insights, making it invaluable to be used circumstances akin to automated information evaluation, strategic planning, software program growth and clever automation.
Corporations seeking to deploy AI options for complicated problem-solving, coding help, monetary modeling or customer support automation might discover QwQ-32B’s effectivity a gorgeous choice. Moreover, its open-weight availability permits organizations to fine-tune and customise the mannequin for domain-specific functions with out proprietary restrictions, making it a versatile selection for enterprise AI methods.
The truth that it comes from a Chinese language e-commerce large might elevate some safety and bias issues for some non-Chinese language customers, particularly when utilizing the Qwen Chat interface. However as with DeepSeek-R1, the truth that the mannequin is obtainable on Hugging Face for obtain and offline utilization and fine-tuning or retraining means that these could be overcome pretty simply. And it’s a viable various to DeepSeek-R1.
Early reactions from AI energy customers and influencers
The discharge of QwQ-32B has already gained consideration from the AI analysis and growth group, with a number of builders and {industry} professionals sharing their preliminary impressions on X (previously Twitter):
- Hugging Face’s Vaibhav Srivastav (@reach_vb) highlighted QwQ-32B’s pace in inference because of supplier Hyperbolic Labs, calling it “blazingly quick” and akin to top-tier fashions. He additionally famous that the mannequin “beats DeepSeek-R1 and OpenAI o1-mini with Apache 2.0 license.”
- AI information and rumor writer Chubby (@kimmonismus) was impressed by the mannequin’s efficiency, emphasizing that QwQ-32B generally outperforms DeepSeek-R1, regardless of being 20 instances smaller. “Holy moly! Qwen cooked!” they wrote.
- Yuchen Jin (@Yuchenj_UW), co-founder and CTO of Hyperbolic Labs, celebrated the discharge by noting the effectivity good points. “Small fashions are so highly effective! Alibaba Qwen launched QwQ-32B, a reasoning mannequin that beats DeepSeek-R1 (671B) and OpenAI o1-mini!”
- One other Hugging Face crew member, Erik Kaunismäki (@ErikKaum) emphasised the benefit of deployment, sharing that the mannequin is obtainable for one-click deployment on Hugging Face endpoints, making it accessible to builders with out intensive setup.
Agentic capabilities
QwQ-32B incorporates agentic capabilities, permitting it to dynamically alter reasoning processes based mostly on environmental suggestions.
For optimum efficiency, Qwen Crew recommends utilizing the next inference settings:
- Temperature: 0.6
- TopP: 0.95
- TopK: Between 20-40
- YaRN Scaling: Beneficial for dealing with sequences longer than 32,768 tokens
The mannequin helps deployment utilizing vLLM, a high-throughput inference framework. Nevertheless, present implementations of vLLM solely help static YaRN scaling, which maintains a set scaling issue no matter enter size.
Future developments
Qwen’s crew sees QwQ-32B as step one in scaling RL to boost reasoning capabilities. Wanting forward, the crew plans to:
- Additional discover scaling RL to enhance mannequin intelligence;
- Combine brokers with RL for long-horizon reasoning;
- Proceed creating basis fashions optimized for RL;
- Transfer towards synthetic normal intelligence (AGI) by extra superior coaching methods.
With QwQ-32B, Qwen Crew is positioning RL as a key driver of the following era of AI fashions, demonstrating that scaling can produce extremely performant and efficient reasoning methods.