DeepSeek R1 Distill Qwen 7B
Smallest practical R1 distill. Reasoning on a 6GB GPU.
Positioning
DeepSeek R1 Distill Qwen 7B is the Qwen-based variant of DeepSeek's reasoning-distillation series — a Qwen 2.5 7B base model fine-tuned on full DeepSeek R1's reasoning traces. Released under DeepSeek's permissive open-weight license (compatible with Qwen 2.5's terms — broadly commercial-friendly). The model targets "Qwen 2.5 base + R1 reasoning patterns" — a slightly different architectural lineage than the Llama 8B distill sibling, with measurable differences on multilingual + math benchmarks.
Strengths
- Reasoning-trace style at 7B parameter cost. R1 distillation transfers reasoning patterns from the much larger R1 to a small Qwen base.
- Qwen 2.5 base brings strong multilingual coverage — meaningfully stronger than Llama 3.1 8B base on Chinese, Japanese, Korean.
- Small enough for consumer GPUs. 7B FP16 = ~14 GB; 7B Q4 = ~5 GB. Runs on RTX 4060, used 3060 12GB, Mac mini M4.
- Stronger on competitive math than Llama 8B distill — Qwen 2.5 base was already strong on math, R1 distillation amplifies.
- Permissive Qwen-derived license for commercial deployment.
Limitations
- Reasoning capability is below full R1. Distillation captures patterns but not the full capability of the teacher.
- Verbose chain-of-thought outputs. R1-style models tend to produce long reasoning traces — useful for transparency but consumes context window.
- General chat is weaker than instruction-tuned Qwen 2.5 7B Instruct. R1 distillation specializes the model toward reasoning traces — non-reasoning workflows can show degraded performance.
- Tool-use is not its strength. Pre-trained for reasoning, not function-calling.
Real-world performance
- vs DeepSeek R1 Distill Llama 8B: Different base models — Qwen 7B vs Llama 8B. Qwen 7B distill wins on multilingual + math; Llama 8B distill wins on tool-use + general English chat.
- vs full DeepSeek R1: R1 wins clearly on hard reasoning. Distill is for buyers who can't run full R1.
- vs Qwen 2.5 7B: Qwen 2.5 7B is general-purpose with stronger overall capability; R1 Distill 7B wins specifically on math reasoning.
- vs DeepSeek R1 Distill Qwen 14B: 14B sibling at higher capability tier and 2× the inference cost.
Should you run this locally?
Yes if you specifically want reasoning-trace style outputs at 7B parameter cost, your workload is math / multi-step logic / problem-solving where chain-of-thought helps, you target multilingual content (Qwen base advantage), and you have 5-14 GB GPU memory.
No if you need general-purpose chat (pick Qwen 2.5 7B Instruct), you need agentic tool-use (different model), or you can run DeepSeek V3 / Qwen 3 32B (much more capable).
How it compares
- vs DeepSeek R1 Distill Llama 8B: Different base architecture; pick by task fit.
- vs DeepSeek R1 Distill Qwen 14B: 14B sibling at higher capability + 2× inference cost.
- vs DeepSeek R1 Distill Qwen 1.5B: Smaller sibling for absolute-budget reasoning.
- vs full DeepSeek R1: Frontier reasoning vs distilled small.
Run this yourself
- Single GPU at Q4-Q8: RTX 4060, RTX 3060 12GB, Mac mini M4.
- CPU-only via llama.cpp: 8-~20 tok/s on modern CPU at Q4.
- Apple Silicon: Any M-series Mac with 16+ GB unified memory.
- vLLM serving: vllm serve deepseek-ai/DeepSeek-R1-Distill-Qwen-7B.
- Vendor: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B on Hugging Face.
Overview
Smallest practical R1 distill. Reasoning on a 6GB GPU.
Family & lineage
How this model relates to others in its lineage. Family members share architecture and training-data roots; parent / children edges record direct distillation or fine-tune relationships.
Strengths
- MIT
- Reasoning on 6GB
Weaknesses
- Limited depth
Quantization variants
Each quantization trades model quality for file size and VRAM. Q4_K_M is the most popular starting point.
| Quantization | File size | VRAM required |
|---|---|---|
| Q4_K_M | 4.7 GB | 6 GB |
| Q8_0 | 8.1 GB | 10 GB |
Get the model
Ollama
One-line install
ollama run deepseek-r1:7bRead our Ollama review →HuggingFace
Original weights
Source repository — direct quantization required.
Benchmarks
Real measurements on real hardware. Numbers ship with the runner version, quant, and date.
| Hardware | Provenance | Quant | Ctx | Tokens / sec | TTFT | Date |
|---|---|---|---|---|---|---|
| NVIDIA GeForce RTX 3080 16GB (Mobile) | EditorialM | Q4_K_M | 4K | 80.3tok/s | 300 ms | Jun 2, 26 |
What to do next
Got this model running on real hardware? Share what you measured — the form arrives with the model pre-selected.
Hardware that runs this
Cards with enough VRAM for at least one quantization of DeepSeek R1 Distill Qwen 7B.
Models worth comparing
Same parameter band, plus what's one tier above and below — so you can decide what actually fits your hardware.
Frequently asked
What's the minimum VRAM to run DeepSeek R1 Distill Qwen 7B?
Can I use DeepSeek R1 Distill Qwen 7B commercially?
What's the context length of DeepSeek R1 Distill Qwen 7B?
How do I install DeepSeek R1 Distill Qwen 7B with Ollama?
Source: huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
Reviewed by RunLocalAI Editorial. See our editorial policy for how we research and verify model claims.
Related — keep moving
Verify DeepSeek R1 Distill Qwen 7B runs on your specific hardware before committing money.