LLM RAM Calculator → Hardware Guides

How Much VRAM to Run DeepSeek V3?

DeepSeek V3 is a 671B MoE model with 37B active parameters per forward pass. FP16 weights require ~670GB — effectively impossible on consumer hardware. Q4_K_M brings weights to ~380GB, still requiring a multi-GPU cluster. For single-GPU use, run via API (Together, Fireworks, DeepSeek) or use the distilled 7B/8B variants.

Most users should access DeepSeek V3 via API rather than self-hosting. The model is exceptionally capable and the API pricing ($0.27/M input) makes it cost-competitive with self-hosting at most volumes.

VRAM requirements by quantization level

QuantizationVRAM neededQualityFits on
FP16671GBFull quality8×H100 cluster
Q8_0335GBNear-lossless4×H100 80GB
Q4_K_M168GBGood8×RTX 4090 · 2×A100 80GB

GPU recommendations & rental prices

H100 80GB
Recommended for FP16 cluster deployment.
$3.49/hr
spot avg
A100 80GB
Q4 multi-GPU. More cost-effective than H100.
$2.49/hr
spot avg
Don't have the hardware? Rent it.

Verified GPU rental prices across all major providers. Start in minutes, pay by the hour.

Compare GPU prices →LLM RAM calculatorSelf-host vs API calculator

Frequently Asked Questions

Can I self-host DeepSeek V3 on consumer hardware?

Practically no. At 671B parameters, even Q4_K_M requires ~168GB VRAM — eight RTX 4090s or two A100 80GBs. For solo developers, the API at $0.27/M tokens is vastly more practical.

What is the distilled version of DeepSeek V3?

DeepSeek releases distilled versions (1.5B, 7B, 8B, 14B, 32B, 70B) derived from the V3/R1 training pipeline. The 7B and 14B variants run on a single consumer GPU and retain surprising capability.

Data verified 2026-08-20. GPU rental prices change frequently — verify before purchasing. See methodology.