Robots Atlas>ROBOTS ATLAS
Qwen3 0.6B

Qwen3 0.6B

3 (0.6B dense) · Family: Qwen3
The smallest dense model in Alibaba's Qwen3 family (0.6B parameters) with a hybrid thinking mode and open weights under the Apache 2.0 license.
✓ Active✓ Public access⚖ Open sourceLLMReasoning modelTool-using model📁 Qwen3
Context window
32K tokenów (natywnie 32 768)
tokens
Parameters
0.6B (0.44B bez embeddingów)
parameters
Release date
29 April 2025
Access:DownloadAPIHostedDeployment:💻 Local☁ Cloud📱 On-device

Overview

Qwen3 0.6B is the smallest dense model in the Qwen3 family, unveiled by the Qwen team (Alibaba Cloud) on 29 April 2025. It has roughly 0.6 billion parameters (0.44B non-embedding), 28 layers and a native context window of 32,768 tokens. Despite its small size it supports the full Qwen3 feature set.

A key feature of Qwen3 is its hybrid operating mode: the model can answer immediately (non-thinking mode) or generate an explicit reasoning chain before answering (thinking mode), toggled by the user. The model supports 119 languages and dialects, tool calling (function calling) and structured output.

The small Qwen3 models (including 0.6B) were trained using, among others, knowledge distillation from larger family models (strong-to-weak distillation), following pretraining on about 36 trillion tokens. The weights are fully open under the Apache 2.0 license and available on Hugging Face, ModelScope and via Ollama; the model is small enough to run locally and on edge devices.

Classification
LLMReasoning modelTool-using model
Family: Qwen3
Access & deployment
DownloadAPIHosted
LocalCloudOn-device
Weights: Open source
Key parameters
📏 Context: 32K tokenów (natywnie 32 768)
🧩 Parameters: 0.6B (0.44B bez embeddingów)
Tools · ✓ Fine-tuning
📥 Input: text

Technical specification

Context window
32K tokenów (natywnie 32 768)
tokens
Parameters
0.6B (0.44B bez embeddingów)
parameters
License
Apache 2.0
Hardware requirements
Very low — 0.6B parameters fit in a few hundred MB (quantized) and run on CPU, mobile devices and GPUs with 2–4 GB VRAM.
Features:Tool useFine-tuning
Modalities
⬇ Input
text
⬆ Output
textcodestructured_data

Capabilities and applications

Native model capabilities
Language modeling
Ability to predict subsequent tokens and generate coherent natural-language text based on the preceding context.
Category: language
Reasoning
The model's ability to reason logically and solve complex problems.
Category: reasoning
Coding
Generating, analysing and modifying code in many programming languages. Covers writing functions, debugging, refactoring, code review, and creating tests. Measured by benchmarks such as HumanEval and SWE-bench.
Category: coding
Multilingual
Competence in many natural languages (from a few to over a hundred): understanding, generation, translation, and code-switching within a single conversation. Frontier models support a wide range of languages with comparable quality.
Category: language
Instruction following
Precisely following instructions contained in the prompt: response format, length, style, constraints (e.g. 'reply in six words'). GPT-5.1 significantly improved this capability compared to GPT-5.
Category: language
Tool use
The model's ability to call external functions, APIs and tools during a conversation: calculator, search engine, code editor, database. The model decides when and how to use a tool and interprets its result.
Category: planning
Function Calling
Category: planning
Structured output
Producing data in structured formats such as JSON.
Category: structured_generation
Extended thinking mode
A reasoning-model variant with a larger inference budget: more thinking cycles, higher answer precision at the cost of response time. Choice between 'standard' and 'extended' thinking is left to the user (e.g. the selector in GPT-5.2 Pro).
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

Technical architecture