DeepSeek V4 Flash VRAM requirements
Memory needed to run DeepSeek V4 Flash at every published size and quant, with an 8k context. Each figure is weights plus KV cache plus runtime buffers, from the same memory model as the VRAM calculator.
Total memory by size and quant
GB at an 8k context. Bold is the Q4_K_M column, the usual starting point.
| Size | Q8_0 | Q6_K | Q5_K_M | Q4_K_M | Q3_K_M |
|---|---|---|---|---|---|
| 9B | 11 | 9.4 | 8.3 | 7.2 | 6.0 |
| 284B · 13B active | 286 | 233 | 198 | 162 | 127 |
| 285B · 13B active | 287 | 234 | 198 | 163 | 127 |
KV cache by context length
GB the context alone adds on top of the weights. Add this to a weights figure to size a longer session.
| Size | Weights at Q4_K_M | 4k ctx | 16k ctx | 32k ctx | 128k ctx |
|---|---|---|---|---|---|
| 9B | 5.1 | 0.2 | 0.7 | 1.4 | 5.4 |
| 284B · 13B active | 160 | 0.3 | 1.2 | 2.4 | 9.7 |
| 285B · 13B active | 160 | 0.3 | 1.2 | 2.4 | 9.7 |
What each size fits on at Q4_K_M
Hardware whose memory holds the model with headroom, smallest pool first. Fits means under 85% of the pool at an 8k context.
- 9Bneeds about 7.2 GB
Smallest: NVIDIA P102-100 (10 GB), RTX 2080 Ti (11 GB), D700 12GB (12 GB), Intel Arc B580 12GB (12 GB), and 93 more.
- 284B · 13B activeneeds about 162 GB
Smallest: Instinct MI300X 192GB (192 GB), M2 Ultra 192GB (192 GB), M3 Ultra 192GB (192 GB), AMD Threadripper 256GB (256 GB), and 4 more.
- 285B · 13B activeneeds about 163 GB
Smallest: Instinct MI300X 192GB (192 GB), M2 Ultra 192GB (192 GB), M3 Ultra 192GB (192 GB), AMD Threadripper 256GB (256 GB), and 4 more.
Frequently asked
How much VRAM does DeepSeek V4 Flash need?
From about 7.2 GB for the 9B model to about 163 GB for the 285B · 13B active model, at Q4_K_M with an 8k context and including the KV cache and runtime buffers. Q8 needs more and Q3 less; the table above lists every size and rung.
Can I run DeepSeek V4 Flash on a 16GB GPU?
Yes. The 9B model needs about 7.2 GB at Q4_K_M with an 8k context, which fits a 16 GB card with headroom. Larger sizes need a smaller quant or a bigger card.
Can I run DeepSeek V4 Flash on a 24GB GPU such as an RTX 3090 or 4090?
Yes. The 9B model needs about 7.2 GB at Q4_K_M with an 8k context, which fits a 24 GB card with headroom. Larger sizes need a smaller quant or more memory.
How are these numbers calculated?
Weights at the quant's bits per weight, plus a KV cache sized from the model's attention design for the chosen context, plus compute buffers and a fixed runtime allowance. It is the same memory model the VRAM calculator uses. A family whose attention profile is not on file is sized as plain grouped-query attention, which errs towards needing more memory.