Skip to main content
Browse Models

Alibaba Cloud

Qwen3 14B

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-14B-Q4_K_M.gguf

5-bit GGUF (Q5_K_M)

GGUF · Qwen_Qwen3-14B-Q5_K_M.gguf

6-bit GGUF (Q6_K)

GGUF · Qwen_Qwen3-14B-Q6_K.gguf

8-bit GGUF (Q8_0)

GGUF · Qwen_Qwen3-14B-Q8_0.gguf

Ollama Model (q4_K_M)

Ollama

Model Report

Overview

Qwen3-14B is a dense large language model (LLM) developed by Alibaba Cloud's Qwen team as part of the Qwen3 model series, officially released on April 29, 2025. Designed to balance advanced reasoning abilities, multilingual coverage, and efficient deployment, Qwen3-14B forms a core component of the Qwen3 lineup. The model and its weights are made publicly available under the Apache 2.0 license, supporting broad research and application in natural language processing. Qwen3-14B distinguishes itself through its hybrid "thinking" and "non-thinking" modes, high context window support, agent tool-use capabilities, and a comprehensive training pipeline leveraging both vast data and advanced architectural features.

Qwen3 official logo

Figure 1. Qwen3 logo, serving as the official visual identity for the model family.

Qwen3 announcement banner

Figure 2. Announcement banner for the Qwen3 model series.

Core Architecture and Innovations

Qwen3-14B employs a dense, causal transformer architecture featuring 40 layers and grouped query attention (GQA), with 40 heads for queries and 8 for keys/values. The total parameter count reaches approximately 14.8 billion, of which 13.2 billion are non-embedding parameters, supporting nuanced language understanding and generation, as described in the Qwen3 technical report.

Major architectural components include SwiGLU activation, rotary positional embeddings (RoPE) with enhanced base frequency, and RMSNorm with pre-normalization. The model utilizes Qwen's byte-level byte-pair encoding (BBPE) tokenizer with a vocabulary of 151,669 tokens, facilitating robust multilingual handling. Innovative attention mechanisms such as QK-Norm and the removal of QKV bias further improve stability during training.

A key distinction for Qwen3-14B is its support for hybrid reasoning modes. In "thinking mode," the model undertakes detailed, stepwise reasoning, generating intermediate "thinking content" before arriving at a final response. This process is explicitly marked with <think> tags and can be controlled dynamically by prompt instructions. Alternatively, "non-thinking mode" provides rapid, concise outputs suitable for general queries. This hybrid capability enables users to balance computational cost with response quality.

Training Pipeline and Data

Qwen3-14B is trained using a multi-stage pipeline, beginning with a massive pre-training dataset of roughly 36 trillion tokens in 119 languages and dialects. This pre-training dwarfs earlier Qwen model generations, bolstering the model's knowledge base and cross-lingual performance as detailed in the Qwen3 blog.

The pipeline encompasses three main pre-training stages: a general phase for language acquisition and factual content, a reasoning-intensive stage with increased STEM, coding, and chain-of-thought data, and a long-context phase that adapts the model for sequences up to 32,768 tokens using RoPE adjustments such as ABF, YaRN scaling, and Dual Chunk Attention. For extended contexts, Qwen3-14B can handle up to 131,072 tokens via YaRN scaling with simple configuration changes.

The post-training process for Qwen3-14B leverages "strong-to-weak distillation," where knowledge from larger models is transferred through both off-policy and on-policy means, enabling efficient enhancement of reasoning and dynamic mode-switching abilities with fewer computational resources than full four-stage training. These procedures are formally outlined in the Qwen3 technical paper.

LLM benchmark comparison

Figure 3. Performance benchmarks across major language model tasks, demonstrating comparative test scores on general, STEM, multilingual, and code-related benchmarks.

Post-training pipeline diagram

Figure 4. Flowchart illustrating the post-training pipelines for Qwen3, with strong-to-weak distillation for lightweight models including Qwen3-14B.

Benchmark Performance and Reasoning Modes

Qwen3-14B demonstrates competitive performance across a diverse range of evaluation benchmarks. On general tasks, such as MMLU and BBH, it typically surpasses comparably sized and even larger models. For example, quantitative results reported in the technical paper indicate that Qwen3-14B-Base attains scores of 81.05 on MMLU and 81.07 on BBH, outperforming baselines like Gemma-3-12B and Qwen2.5-14B.

Mathematics and STEM-related tasks also show notable strengths, with Qwen3-14B achieving 62.02 on MATH and 92.49 on GSM8K. In multilingual benchmarks spanning 119 dialects and languages, the model maintains high accuracy, as reflected in MGSM and MMMLU benchmarks. Coding challenges—evaluated on datasets such as EvalPlus and MBPP—highlight robust agentic and code synthesis capabilities.

The "thinking mode" is particularly effective for problems requiring multi-step reasoning, as visualized in a series of line charts illustrating the effect of cognitive budget on Pass@1 rates. Non-thinking mode facilitates efficiency on simpler or retrieval-oriented queries, with dynamic switching available by prompt control.

Mode performance vs computational budget

Figure 5. Performance of thinking vs non-thinking modes across major benchmarks as a function of thinking budget.

Agentic and Multilingual Capabilities

Qwen3-14B has been optimized for versatile agent-style use cases, supporting the Multi-Modal Control Protocol (MCP) for seamless tool-calling and environment interaction. This enables the model to function effectively in agent-driven workflows, integrating with external APIs and applications. The built-in "Qwen-Agent" toolkit packages prompt templates for tool-use, further facilitating agentic deployment as noted in the Qwen-Agent documentation.

Demonstration of Qwen3's agentic tool-use capability, showing reasoning steps and tool invocation via the MCP protocol. · Source

The extensive multilingual pre-training corpus equips Qwen3-14B for nuanced cross-lingual understanding and generation across 119 languages. Assessments on Spanish, French, Portuguese, Italian, Arabic, Japanese, and other languages reveal strong generalization beyond English, opening pathways for globally inclusive applications as described in the Qwen3 paper.

Applications, Usage, and Practical Considerations

Qwen3-14B is employed in scenarios ranging from complex problem-solving—such as mathematical competitions and scientific reasoning—to general-purpose dialogue, creative writing, and code synthesis. Its dynamic reasoning modes allow practitioners to select between stepwise reasoning and concise, rapid responses depending on task complexity. When deployed in agent systems, its tool-use skills support complex workflow automation and decision support.

To maximize performance, sampling parameters such as temperature and top-p should be tuned according to mode; the technical documentation recommends settings of temperature=0.6, top-p=0.95 for thinking mode, and temperature=0.7, top-p=0.8 for non-thinking mode. For exceptionally long documents, YaRN scaling can be enabled via simple configuration to extend processing to 131,072 tokens, though it is advisable to activate this feature only when necessary, as described in the deployment guidelines.

Model outputs for mathematical or multiple-choice answers can be standardized using specific prompting strategies. In multi-turn conversations, only final outputs (not intermediate thinking steps) should be retained in context to ensure consistent results.

Model Family, Comparisons, and Limitations

Within the broader Qwen3 family, Qwen3-14B is a mid-scale, dense model that benefits from distillation techniques adopted from larger "frontier" variants such as Qwen3-235B-A22B and Qwen3-32B. The Qwen3 series spans both dense and mixture-of-experts (MoE) designs, with architectures ranging from Qwen3-0.6B up to Qwen3-235B. MoE models utilize advanced routing and load balancing for improved efficiency, matching performance of dense models with fewer activated parameters. Comparative studies in the blog overview and the technical report show that Qwen3-14B generally matches or exceeds the accuracy of similar-size and prior-generation Qwen2.5 models.

Model performance comparison chart

Figure 6. Comprehensive table comparing Qwen3 models to other prominent LLMs across major benchmarks.

However, the model does have some known limitations:

  • Greedy decoding, particularly in thinking mode, can lead to reduced response diversity or looping; probabilistic sampling is recommended for optimal results.
  • Excessive use of YaRN scaling may degrade performance on standard-length inputs.
  • For retrieval-focused tasks, thinking mode may introduce irrelevant reasoning steps, slightly lowering accuracy compared to non-thinking mode.
  • There is a trade-off between generalization and specialization during the final reinforcement learning stage; broadening task coverage can marginally diminish peak performance in highly specialized domains.

Release Cycle, Timeline, and License

The Qwen3 series, including Qwen3-14B, was officially released on April 29, 2025, with the technical report posted in May 2025 on arXiv. The series builds on prior Qwen and QwQ developments based on community and in-house benchmarks.

All Qwen3 models, including Qwen3-14B, are distributed under the Apache 2.0 license, supporting open research, modification, and deployment with attribution.

Further Resources

For more information, code, and documentation, the following resources are recommended:

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.