Written by Jakub Rusinowski · Last updated December 26, 2024
Model library → DeepSeek V3 → DeepSeek V3 (685B MoE)
The complete model. Only 37B parameters activate per token — far cheaper inference than size suggests. Requires enterprise multi-GPU setup (400GB+ VRAM). Typically accessed via API or on-prem clusters. Rivals GPT-4o on most benchmarks.
DeepSeek V3 (685B MoE) needs about 414 GB of VRAM at Q4_K_M — quantized weights plus framework overhead, before any KV cache. On Apple Silicon that figure comes out of unified memory.
| Parameters | 685 Billion (37B active) |
| Context window | 128,000 |
| Architecture | MoE (256 experts) |
| Provider | DeepSeek |
| Licence | MIT |
| Specified at | Q4_K_M |
| System RAM | 700 GB |
| Record updated | 2024-12-26 |
MIT — commercial use permitted. Commercial use permitted. No usage restrictions beyond attribution.
Modelled on a reference NVIDIA RTX 4090 (24 GB), with no KV cache (this record has no published architecture). Speed figures are ESTIMATES from the memory-bandwidth roofline described on the methodology page, not benchmarks we ran — rows marked measured come from published or reader-submitted runs. VRAM here includes the KV cache, so it reads higher than the headline figure above, which does not.
| Quant | Weights | VRAM needed | Est. speed | Fit on 24 GB |
|---|---|---|---|---|
| Q2_K | 225.2 GB | 226.0 GB | — | Won't fit |
| Q3_K_M | 292.0 GB | 292.8 GB | — | Won't fit |
| Q4_K_M | 413.6 GB | 414.4 GB | — | Won't fit |
| Q5_K_M | 485.5 GB | 486.3 GB | — | Won't fit |
| Q6_K | 561.7 GB | 562.5 GB | — | Won't fit |
| Q8_0 | 727.8 GB | 728.6 GB | — | Won't fit |
| F16 | 1370.0 GB | 1370.8 GB | — | Won't fit |
Want the memory numbers alone, at every quantization level and your own context length? Use the DeepSeek V3 (685B MoE) VRAM calculator.
As an Amazon Associate we earn from qualifying purchases. Cloud GPU links are referral links — we may earn a commission at no extra cost to you.
The cheapest catalogued GPU that runs DeepSeek V3 (685B MoE) is the Apple M3 Ultra (512 GB).
Install Ollama, then run:
ollama run deepseek-v3
Weights on Hugging Face: deepseek-ai/DeepSeek-V3.
Best for: coding, math, enterprise, research.
← All DeepSeek V3 models | VRAM calculator | Check your own hardware