0xSero · text · mixture of experts

DeepSeek-V4-Flash-162B

0xSero/DeepSeek-V4-Flash-162B

DeepSeek-V4-Flash-162B at Q2_K is exactly 59,153,122,976 bytes (55.09 GiB / 59.15 GB) — an effective 5.135 bits per weight, not the nominal 2.

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

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K55.09 GiB59,153,122,9765.135xik94
Q3_K_M72.27 GiB77,601,530,5286.736xik94

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 Q2_K at roughly 48.28 GiB. The real file is 55.09 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

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

Questions people ask

How much VRAM does DeepSeek-V4-Flash-162B need?
Q2_K is exactly 59,153,122,976 bytes (55.09 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Is DeepSeek-V4-Flash-162B a mixture-of-experts model?
Yes — 144 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-Flash-162B 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.