Skip to main content
Browse Models

Alibaba Cloud

Qwen3 30B A3B

Released

2025-04-28

Family

Qwen 3

Type

Foundation Model

Downloads

External Download

You are about to open a link to an external source. Verify the URL before continuing.

Download

4-bit GGUF (Q4_K_M)

GGUF · Qwen_Qwen3-30B-A3B-Q4_K_M.gguf

5-bit GGUF (Q5_K_M)

GGUF · Qwen_Qwen3-30B-A3B-Q5_K_M.gguf

6-bit GGUF (Q6_K)

GGUF · Qwen_Qwen3-30B-A3B-Q6_K.gguf

8-bit GGUF (Q8_0)

GGUF · Qwen_Qwen3-30B-A3B-Q8_0.gguf

Ollama Model (q4_K_M)

Ollama

Model Report

Overview

Qwen3-30B-A3B is a small Mixture-of-Experts (MoE) large language model (LLM) developed by Alibaba Cloud's Qwen team as part of the Qwen3 series of models. Qwen3-30B-A3B stands out for its hybrid reasoning capabilities, high efficiency, and robust multilingual support. It integrates architectural, training, and algorithmic innovations aimed at improving large language model efficiency and adaptability, particularly for complex reasoning and agentic tasks.

Qwen3 official logo

Figure 1. The official Qwen3 logo, representing the model series developed by Alibaba Cloud.

Qwen3 banner

Figure 2. Qwen3 banner image from the official announcement, highlighting the release of the model family.

Technical Architecture and Core Innovations

At its core, Qwen3-30B-A3B employs a Mixture-of-Experts model architecture, with 30.5 billion total parameters and 3.3 billion activated parameters per token. The model is structured with 48 transformer layers, 32 Query heads, and 4 Key/Value heads per layer, and features 128 experts, of which 8 are activated during inference. Context window support extends natively to 32,768 tokens and can reach up to 131,072 tokens using the YaRN context extension technique.

Qwen3-30B-A3B builds on advances from prior Qwen and Qwen2.5 models, employing grouped query attention (GQA), SwiGLU activation, Rotary Positional Embeddings (RoPE), and pre-normalization RMSNorm. Notably, unlike its predecessor Qwen2.5-MoE, Qwen3-MoE omits expert sharing and utilizes a global-batch load balancing loss to encourage expert specialization, enhancing efficiency and reducing redundancy.

The model's tokenizer is based on byte-level byte-pair encoding with a vocabulary of 151,669 tokens, designed for high compatibility with multilingual data and structured agentic outputs.

Training Pipeline and Distillation

Qwen3-30B-A3B's training is segmented into pre-training and post-training phases, refined through a sophisticated distillation pipeline.

Pre-training leverages approximately 36 trillion tokens, nearly twice that of Qwen2.5, spanning 119 languages and dialects. The large-scale and diverse corpus is augmented with synthetic math and code data produced by specialized models from previous Qwen generations. Training proceeds through three stages: a general stage focusing on foundational skills, a reasoning stage emphasizing STEM and logic, and a long-context stage designed to boost sequence length capacity—utilizing RoPE frequency adjustment, YARN, and Dual Chunk Attention techniques.

Qwen family architecture and performance benchmarks

Figure 3. Benchmarking Qwen models against contemporary LLMs on general, STEM, multilingual, and code tasks.

Post-training for the Qwen3 series follows a four-step strategy: Long Chain-of-Thought (CoT) cold start, reasoning-specific reinforcement learning, thinking mode fusion to allow dynamic mode switching, and general reinforcement learning for broad task alignment. However, for efficient deployment on smaller models such as Qwen3-30B-A3B, a strong-to-weak distillation pipeline is used. This approach distills capabilities from larger Qwen3 models (e.g., Qwen3-235B-A22B and Qwen3-32B) into more compact variants like Qwen3-30B-A3B, maintaining high reasoning and instruction-following performance with a reduced computational footprint.

Qwen3 model training and distillation pipeline diagram

Figure 4. Qwen3's model development flow: multi-stage post-training for frontier models, and strong-to-weak distillation yielding lightweight variants like Qwen3-30B-A3B.

Hybrid Reasoning Modes and Unique Features

A key innovation of Qwen3-30B-A3B lies in its hybrid reasoning modes. The model dynamically switches between "thinking mode"—which enables explicit step-by-step reasoning for complex tasks—and "non-thinking mode," which favors rapid responses for simpler queries. Users can control reasoning depth via tokenizer parameters or prompt flags, providing fine-grained adaptability to latency and quality requirements.

Another significant feature is the "thinking budget" mechanism, which allows users to set a computational limit for reasoning steps. Performance increases as the thinking budget rises, with diminishing returns beyond a certain threshold.

Thinking budget: reasoning performance curves

Figure 5. Effect of increasing 'thinking budget'—the number of tokens allotted for step-by-step reasoning—on Pass@1 performance across multiple benchmarks.

Qwen3-30B-A3B is optimized for both agentic tasks (such as multi-step tool use and coding) and a broad array of conversational applications, strengthened further by Qwen-Agent, which provides structured parsing and tool-calling templates. The model supports 119 languages and dialects, enhancing its applicability for global and multilingual scenarios.

Demonstration of Qwen3's agentic capabilities, showcasing its reasoning and environment-interaction functions in a tool-using context. · Source

Benchmark Performance and Evaluation

Qwen3-30B-A3B demonstrates strong performance on a variety of standard benchmarks, both during pre-training evaluation and after instruct tuning. Leveraging the strong-to-weak distillation pipeline, it achieves results approaching or surpassing much larger dense models on tasks spanning general knowledge, multi-step reasoning, coding, and mathematics.

Qwen3-30B-A3B benchmark performance compared to peer models

Figure 6. Detailed performance comparison of Qwen3-30B-A3B (MoE) and other leading language models across multiple evaluation tasks.

Evaluations on MMLU, GSM8K, EvalPlus, and MATH show that Qwen3-30B-A3B attains competitive or superior accuracy relative to comparable compact models. For instance, on MMLU, it scores 81.38 in base configuration and achieves high rankings on agentic and coding-oriented leaderboards. Multilingual proficiency is reflected in strong results on the Belebele benchmark.

Performance comparison across major LLMs including Qwen3 and competitors.

Figure 7. Table comparing Qwen3-235B-A22B and Qwen3-32B to peer models across reasoning, math, coding, and multilingual tasks.

Applications, Use Cases, and Limitations

Qwen3-30B-A3B is intended for a variety of applications including general chatbots, multi-turn dialogue, agentic tool use, programming and mathematics reasoning, instruction following, and multilingual conversation. Its hybrid reasoning system makes it adaptable to both simple and complex workflows.

Despite these capabilities, certain trade-offs exist. For example, "thinking mode" may not always confer benefits on retrieval-focused tasks, and adjustments made during post-training for general ability could sometimes reduce top-end performance on highly specialized benchmarks. Practical deployment may require parameter tuning and context-length configuration (such as enabling YaRN for longer sequences), as well as thoughtful integration of agentic routines and output formats. The model is distributed under the Apache 2.0 license, ensuring transparent access for research and development.

Model Family and Related Variants

Qwen3-30B-A3B is part of the broader Qwen3 model family, which includes both large MoE systems—such as Qwen3-235B-A22B—and several dense models at sizes from 1.7B to 32B parameters. These models share a consistent underlying architecture, but are differentiated by parameter scaling, MoE routing, and training objectives. Improvements in Qwen3 are based on experiences developing earlier Qwen and Qwen2.5 series, and new variants often employ strong-to-weak distillation for computational efficiency.

External Resources

For further information, the following resources are available:

More from Alibaba Cloud

Alibaba Cloud /

Qwen2.5 VL 3B

A 3B-parameter multimodal language model that processes images, videos, and text with capabilities for visual reasoning, document analysis, and computer interface interaction.
Alibaba Cloud /

Qwen2.5 VL 7B

A 7-billion parameter multimodal model capable of processing images, documents, and videos with native dynamic resolution support and structured output capabilities.
Alibaba Cloud /

Qwen2.5 VL 72B

A 72-billion parameter multimodal model that processes images, videos, and text for document analysis, object detection, and visual agent tasks.
Alibaba Cloud /

QwQ 32B Preview

Experimental research model focused on advancing AI reasoning capabilities by thinking through problems step by step, continuously questioning assumptions, and exploring different paths of thought. Impressive benchmark scores in math and coding tasks.
Alibaba Cloud /

QwQ 32B

A 32.5-billion parameter transformer model optimized for mathematical reasoning, coding, and complex problem-solving through reinforcement learning training.
Alibaba Cloud /

Qwen 2.5 Math 1.5B

A 1.5 billion parameter specialized model focused on mathematical reasoning and problem-solving capabilities in English and Chinese.
Alibaba Cloud /

Qwen 2.5 Math 7B

A 7.62-billion parameter mathematical reasoning model supporting English and Chinese with chain-of-thought and tool-integrated reasoning capabilities.
Alibaba Cloud /

Qwen 2.5 Math PRM 7B

A 7B parameter process reward model that evaluates mathematical reasoning steps individually rather than just final answers, achieving 67.6% accuracy on mathematical benchmarks.
Alibaba Cloud /

Qwen 2.5 Math 72B

A 72.7 billion parameter language model specialized for solving mathematical problems in English and Chinese using chain-of-thought and tool-integrated reasoning.
Alibaba Cloud /

Qwen 2.5 Math PRM 72B

A 72.8 billion parameter process reward model that evaluates intermediate mathematical reasoning steps using consensus filtering and achieves 78.3% F1 on ProcessBench.
Alibaba Cloud /

Qwen 2.5 Coder 7B

A 7.61 billion parameter transformer model designed for code generation and reasoning across 92 programming languages with a 128,000-token context window.
Alibaba Cloud /

Qwen 2.5 Coder 32B

Qwen2.5-Coder builds on Qwen2.5 by training on 5.5 trillion additional tokens of code data including source code, text-code grounding data, and synthetic data. This leads to significant improvements in code-related tasks.
Alibaba Cloud /

Qwen 2.5 7B

A 7.61-billion parameter transformer-based language model with 128K token context length, trained on 18 trillion tokens supporting 29+ languages.
Alibaba Cloud /

Qwen2.5 7B 1M

A 7-billion parameter transformer model with 1-million token context capacity utilizing Dual Chunk Attention for long-range text processing.
Alibaba Cloud /

Qwen 2.5 14B

A 14.7 billion parameter transformer model supporting 29 languages with 128K context window, designed as foundation for fine-tuning applications.
Alibaba Cloud /

Qwen2.5 14B 1M

A 14.7B parameter transformer model with 1-million token context capacity, utilizing dual chunk attention and progressive training for extended sequence processing.
Alibaba Cloud /

Qwen 2.5 32B

A 32.5 billion parameter multilingual transformer model trained on 18 trillion tokens with 128K context length supporting text generation, coding, and mathematical reasoning.
Alibaba Cloud /

Qwen 2.5 72B

This update to Qwen 2, pretrained on 18 trillion tokens, shows impressive performance in benchmarks (MMLU 85+, HumanEval 85+, MATH 80+), outperforming models of similar size. Qwen 2.5 has multilingual support for over 29 languages and can understand and generate structured data.
Alibaba Cloud /

Qwen 2 7B

A 7.6 billion parameter multilingual decoder-only Transformer model designed for further post-training with 32,000-token context and strong coding capabilities.
Alibaba Cloud /

Qwen 2 72B

A 72-billion parameter transformer model supporting extended context lengths up to 128K tokens and demonstrating strong multilingual capabilities across diverse benchmarks.
Alibaba Cloud /

Qwen 1.5 32B

Foundation 32B Qwen 1.5 model from Alibaba Cloud.
Alibaba Cloud /

Qwen 1.5 72B

Foundation 72B Qwen 1.5 model from Alibaba Cloud.