deepseek-ai · text · mixture of experts

DeepSeek-V4-Pro

deepseek-ai/DeepSeek-V4-Pro

DeepSeek-V4-Pro at Q4_K_M is exactly 950,879,579,072 bytes (885.58 GiB / 950.88 GB) — an effective 4.758 bits per weight, not the nominal 4.

From the file· summed from 76 file(s)From the file· KV per layer
Parameters
1599B
total, not active
Architecture
deepseek4
61 layers
Context
1,048,576
native (config.json)
License
mit

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K37 shards530.31 GiB569,417,383,7122.849DevQuasar
Q3_K_M61 shards697.01 GiB748,403,474,1763.745DevQuasar
Q4_K_M76 shards885.58 GiB950,879,579,0724.758DevQuasar
Q5_K_M92 shards1038.96 GiB1,115,575,760,0005.582DevQuasar
Q8_037 shards1557.00 GiB1,671,820,586,2088.365teamblobfish

KV cache by context

unresolved

This model declares a 128-token sliding window, but we could not establish which layers use it. Its architecture publishes the layout as a per-layer array inside the model file rather than as a period in config.json, and we have not yet ingested that array.

A flat context × layers × heads figure would be substantially too high, so we are not showing one. This is tracked as a known gap rather than filled with a guess.

Compare with

same modality, comparable size

Will it run on your card?

full quant x context sweep

Why other calculators give a different number

A parameters × bits ÷ 8 estimate puts Q4_K_M at roughly 837.58 GiB. The real file is 885.58 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
61
Attention heads
128
KV heads
1
Head dim
512
Hidden size
7168
Vocab
129,280
Sliding window
128
SWA period
MLA
no
Experts
384
Experts per token
6
use_sliding_window

Questions people ask

How much VRAM does DeepSeek-V4-Pro need?
Q4_K_M is exactly 950,879,579,072 bytes (885.58 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Is DeepSeek-V4-Pro a mixture-of-experts model?
Yes — 384 experts, 6 routed per token. Every expert must be resident, but only the routed ones are read per token, which is why its memory requirement and its speed behave very differently.
Which quantization of DeepSeek-V4-Pro should I use?
Q4_K_M is the usual default. Pick the largest quantization that fits your card at the context you actually need — the table above gives exact sizes for every one published.