DeepSeek V4-Flash — VRAM, Speed & Local Setup

Written by Jakub Rusinowski · Last updated April 24, 2026

Model libraryDeepSeek V4 → DeepSeek V4-Flash

284B-total MoE with 13B active parameters per token, 1M context, MIT license. Even at Q4 this needs roughly 140-160GB depending on quant — realistically a 2-4x RTX 4090/5090 workstation with heavy CPU offload, or a single 80GB+ datacenter GPU. Local inference is experimental: only community llama.cpp forks (e.g. antirez's branch, ~18 tok/s on a 96GB RTX 6000) run it today; no mainline llama.cpp or stable local Ollama build yet. Treat as 'enthusiast workstation, WIP software' rather than a turnkey local model.

DeepSeek V4-Flash needs about 172 GB of VRAM at Q4 (experimental) — quantized weights plus framework overhead, before any KV cache. On Apple Silicon that figure comes out of unified memory.

Specifications

Parameters284 Billion (13B active)
Context window1,000,000
ArchitectureMixture-of-Experts
ProviderDeepSeek
LicenceMIT
Specified atQ4 (experimental)
System RAM256 GB
Record updated2026-04-24

Licence

MITcommercial use permitted. Commercial use permitted. No usage restrictions beyond attribution.

VRAM and Speed by Quantization

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.

QuantWeightsVRAM neededEst. speedFit on 24 GB
Q2_K93.4 GB94.2 GBWon't fit
Q3_K_M121.1 GB121.9 GBWon't fit
Q4_K_M171.5 GB172.3 GBWon't fit
Q5_K_M201.3 GB202.1 GBWon't fit
Q6_K232.9 GB233.7 GBWon't fit
Q8_0301.8 GB302.6 GBWon't fit
F16568.0 GB568.8 GBWon't fit

Want the memory numbers alone, at every quantization level and your own context length? Use the DeepSeek V4-Flash VRAM calculator.

Buy This HardwareApple Mac Studio M2 Ultra — 192 GB VRAM · 60 W board powerDeploy in the Cloud NowRunPod

or compare on Vast.ai

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.

Recommended GPU

The cheapest catalogued GPU that runs DeepSeek V4-Flash is the Apple M2 Ultra (192 GB).

Affiliate disclosure: Some links on this page are affiliate links — if you buy through them, LLM Configurator may earn a commission at no extra cost to you. As an Amazon Associate, LLM Configurator earns from qualifying purchases.
Apple Mac Studio M2 Ultra
192 GB VRAM · 60 W board power
2026 prices are volatile — check the current listing.
Check price on Amazon

How to Run DeepSeek V4-Flash

Install Ollama, then run:

ollama run deepseek-v4-flash (cloud-hosted on Ollama; local = WIP llama.cpp forks only)

Weights on Hugging Face: deepseek-ai/DeepSeek-V4-Flash.

Best for: reasoning, coding, long context, enthusiast workstation.

Can I Run DeepSeek V4-Flash on My GPU?

Other DeepSeek V4 Sizes

DeepSeek V4-Flash — Frequently Asked Questions

How much VRAM does DeepSeek V4-Flash need?
About 172 GB at Q4 (experimental) — quantized weights plus framework overhead, before any KV cache. The cache grows with context length and is added on top; the table above folds it in. Apple Silicon counts unified memory toward the same figure.
Does DeepSeek V4-Flash run on an RTX 4090 (24 GB)?
No. DeepSeek V4-Flash needs about 172 GB at Q4 (experimental), more than a single RTX 4090's 24 GB. It needs a larger card, several GPUs, or Apple Silicon with enough unified memory — or it runs with part of the weights offloaded to system RAM, which is much slower.
How do I run DeepSeek V4-Flash locally?
Install Ollama and run `ollama run deepseek-v4-flash (cloud-hosted on Ollama; local = WIP llama.cpp forks only)`. That pulls the weights and starts a local OpenAI-compatible endpoint; after the download nothing leaves the machine.
What other sizes does DeepSeek V4 come in?
DeepSeek V4-Flash (172 GB), DeepSeek V4-Pro (967 GB). Every size shares the family's training and licence; the larger ones score higher and need proportionally more memory.

← All DeepSeek V4 models | VRAM calculator | Check your own hardware