Robots Atlas>ROBOTS ATLAS
Qwen3-14B

Qwen3-14B

3-14Bย ยทย Family: Qwen
Alibaba Qwen3-14B language model, 14.8B parameters, Apache 2.0. Hybrid thinking/non-thinking mode, 128K context, 119 languages, strong in math, coding and agent tasks.
โœ“ Activeโœ“ Public accessโš– Open sourceLLMReasoning modelTool-using model๐Ÿ“ Qwen
Context window
128K
tokens
Parameters
14.8B
parameters
Max output
32,768
tokens
Release date
29 April 2025
Access:DownloadAPIHostedDeployment:๐Ÿ’ป Localโ˜ Cloud๐Ÿ“ฑ On-device

Overview

Qwen3-14B is a post-trained (instruct) language model from the Qwen3 family developed by the Qwen Team at Alibaba Group and released on 29 April 2025 under the Apache 2.0 licence. It is a dense model with 14.8 billion parameters (13.2B non-embedding), built on 40 Transformer layers with GQA (40 Q heads, 8 KV heads). The model is part of the Qwen3 series, which includes dense models from 0.6B to 32B and MoE models at 30Bโ€“235B.

Hybrid thinking mode

The key feature of Qwen3 is support for two modes within a single model: thinking mode (enable_thinking=True) โ€” the model generates step-by-step reasoning inside a <think>โ€ฆ</think> block, followed by the final answer; and non-thinking mode (enable_thinking=False) โ€” a direct answer without explicit reasoning. The mode can be switched dynamically via /think and /no_think flags in the prompt or the enable_thinking parameter in the chat template. Recommended settings for thinking mode: Temperature=0.6, TopP=0.95, TopK=20. For non-thinking mode: Temperature=0.7, TopP=0.8, TopK=20.

Architecture and pretraining

The architecture is based on Transformer with GQA, SwiGLU, RoPE and RMSNorm, with added QK-Norm for training stability and without QKV-bias. The model natively supports 32K-token context, extendable to 131,072 with YaRN (commonly presented as 128K). Pre-training covered approximately 36 trillion tokens in three stages: a general stage (~30T), a STEM/code-heavy stage (~5T) and a long-context stage.

Post-training

Qwen3 post-training comprised 4 stages: (1) Long-CoT cold start โ€” fine-tuning on chain-of-thought data from mathematics, code and STEM; (2) Reasoning RL โ€” reinforcement learning with rule-based rewards (GRPO); (3) Thinking Mode Fusion โ€” integration of the non-thinking mode via SFT on mixed CoT + instruction data; (4) General RL โ€” RL across 20+ general tasks (instruction following, format compliance, agent tasks). Smaller dense models were partly trained via strong-to-weak knowledge distillation from larger Qwen3 models.

Multilingual support and agent capabilities

The model supports 119 languages and dialects, covering Indo-European, Sino-Tibetan, Afro-Asiatic, Austronesian and other language families. For agentic use, Qwen3-14B integrates with external tools via MCP (Model Context Protocol), supporting function calling in both thinking and non-thinking modes. Qwen-Agent is the recommended agent framework.

Classification
LLMReasoning modelTool-using model
Family: Qwen
Access & deployment
DownloadAPIHosted
LocalCloudOn-device
Weights: Open source
Key parameters
๐Ÿ“ Context: 128K
๐Ÿงฉ Parameters: 14.8B
โœ“ Toolsย ยทย โœ“ Fine-tuning
๐Ÿ“ฅ Input: text

Technical specification

Context window
128K
tokens
Parameters
14.8B
parameters
Max output tokens
32,768
tokens per response
License
Apache 2.0
Hardware requirements
GPU with ~32 GB VRAM for BF16 (14.8B params, 40 layers), or ~12 GB with Q4 quantization. Flash Attention 2 recommended. Supported: Transformers (>=4.51.0), vLLM (>=0.8.5), SGLang (>=0.4.6.post1), llama.cpp, Ollama, LMStudio.
Features:โœ“ Tool useโœ“ Fine-tuning
Modalities
โฌ‡ Input
text
โฌ† Output
textcode

Capabilities and applications

Native model capabilities
Reasoning
The model's ability to perform multi-step logical inference, solve complex problems and decompose tasks into steps.
Category: reasoning
Coding
Generating, completing, explaining and debugging code across multiple programming languages.
Category: coding
Multilingual
Understanding and generating text in many languages and translating between them.
Category: language
Long context
Processing very long inputs (tens to hundreds of thousands of tokens) while maintaining coherence.
Category: language
Multi-step reasoning
Carrying out multi-step chains of reasoning across long, complex tasks.
Category: reasoning
Mathematical reasoning
The model's ability to solve mathematical tasks requiring multi-step reasoning โ€” equations, proofs, combinatorics, geometry, calculus and competition-level problems.
Category: reasoning
Agentic capability
The model's ability to autonomously plan and execute multi-step tasks by sequentially using tools, maintaining context, and adapting to intermediate results.
Category: planning
Planning
Forming and executing action plans for complex tasks.
Category: planning
Function Calling
Category: planning
Structured output
Producing data in structured formats such as JSON.
Category: structured_generation
Language modeling
Ability to predict subsequent tokens and generate coherent natural-language text based on the preceding context.
Category: language

Benchmark results

10 benchmarks
MMLU
accuracy ยท 5-shot, base model Qwen3-14B-Base
81.05%
๐Ÿ“… 14 May 2025๐Ÿ“„ Qwen3 Technical Report, Table 5 (arXiv 2505.09388)
MMLU-Pro
accuracy ยท 5-shot CoT, base model Qwen3-14B-Base
61.03%
๐Ÿ“… 14 May 2025๐Ÿ“„ Qwen3 Technical Report, Table 5 (arXiv 2505.09388)
GPQA
accuracy ยท base model Qwen3-14B-Base
39.90%
๐Ÿ“… 14 May 2025๐Ÿ“„ Qwen3 Technical Report, Table 5 (arXiv 2505.09388)
MATH
accuracy ยท 4-shot CoT, base model Qwen3-14B-Base
62.02%
๐Ÿ“… 14 May 2025๐Ÿ“„ Qwen3 Technical Report, Table 5 (arXiv 2505.09388)
GSM8K
accuracy ยท 4-shot CoT, base model Qwen3-14B-Base
92.49%
๐Ÿ“… 14 May 2025๐Ÿ“„ Qwen3 Technical Report, Table 5 (arXiv 2505.09388)
MGSM
accuracy ยท 8-shot CoT, multilingual math, base model Qwen3-14B-Base
79.20%
๐Ÿ“… 14 May 2025๐Ÿ“„ Qwen3 Technical Report, Table 5 (arXiv 2505.09388)
BBH (BIG-Bench Hard)
accuracy ยท 3-shot, base model Qwen3-14B-Base
81.07%
๐Ÿ“… 14 May 2025๐Ÿ“„ Qwen3 Technical Report, Table 5 (arXiv 2505.09388)
MBPP
pass@1 ยท 3-shot, coding, base model Qwen3-14B-Base
73.40%
๐Ÿ“… 14 May 2025๐Ÿ“„ Qwen3 Technical Report, Table 5 (arXiv 2505.09388)
EvalPlus
pass@1 ยท coding, base model Qwen3-14B-Base
72.23%
๐Ÿ“… 14 May 2025๐Ÿ“„ Qwen3 Technical Report, Table 5 (arXiv 2505.09388)
MultiPL-E
pass@1 ยท multilingual coding, base model Qwen3-14B-Base
61.69%
๐Ÿ“… 14 May 2025๐Ÿ“„ Qwen3 Technical Report, Table 5 (arXiv 2505.09388)

Pricing

Technical architecture