mistral-community · text · mixture of experts

Mixtral-8x22B-v0.1

mistral-community/Mixtral-8x22B-v0.1

Mixtral-8x22B-v0.1 at Q4_K_M is exactly 85,586,760,928 bytes (79.71 GiB / 85.59 GB) — an effective 4.869 bits per weight, not the nominal 4. Its KV cache at 32K is 7.00 GiB.

From the file· summed from 5 file(s)From the file· KV per layer
Parameters
141B
total, not active
Architecture
llama
56 layers
Context
65,536
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q6_K16.99 GiB18,246,339,4241.038bartowski
Q8_022.01 GiB23,631,905,4401.344bartowski
IQ1_M30.49 GiB32,737,916,0001.863bartowski
IQ2_XXS35.28 GiB37,885,113,4402.155bartowski
IQ2_M43.50 GiB46,713,121,0882.658bartowski
Q2_K5 shards48.52 GiB52,103,165,1522.964bartowski
Q2_K2 shards48.53 GiB52,108,684,1602.965bartowski
IQ3_XXS2 shards51.13 GiB54,904,597,0243.124bartowski
IQ3_XS5 shards54.23 GiB58,228,204,7683.313bartowski
Q3_K_S5 shards57.27 GiB61,498,189,0243.499bartowski
IQ3_S5 shards57.27 GiB61,498,189,0243.499bartowski
Q3_K_S2 shards57.28 GiB61,503,709,3123.499bartowski
IQ3_M5 shards60.06 GiB64,492,922,0803.669bartowski
IQ3_M2 shards60.07 GiB64,498,442,3683.669bartowski
Q3_K_M5 shards63.13 GiB67,789,645,0243.857bartowski
Q3_K_M2 shards63.14 GiB67,795,165,3123.857bartowski
Q3_K_L5 shards67.60 GiB72,579,802,3364.129bartowski
IQ4_XS2 shards70.30 GiB75,478,914,4004.294bartowski
IQ4_XS5 shards71.11 GiB76,354,196,7044.344bartowski
IQ4_NL5 shards74.95 GiB80,478,098,6564.579bartowski
Q4_K_S5 shards74.95 GiB80,478,098,6564.579bartowski
Q4_K_M5 shards79.71 GiB85,586,760,9284.869bartowski
Q4_K_M2 shards79.71 GiB85,592,282,8484.869bartowski
F323 shards82.84 GiB88,953,609,4405.061bartowski
Q5_K_S5 shards90.31 GiB96,973,706,4645.517bartowski
Q5_K_M5 shards93.10 GiB99,968,439,5205.687bartowski
Q5_K_M3 shards93.11 GiB99,973,963,0725.688bartowski
Q8_04 shards139.16 GiB149,420,329,8248.501bartowski

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.88 GiB0.88 GiB56 / 0 / 0
8,1921.75 GiB1.75 GiB56 / 0 / 0
16,3843.50 GiB3.50 GiB56 / 0 / 0
32,7687.00 GiB7.00 GiB56 / 0 / 0
65,53614.00 GiB14.00 GiB56 / 0 / 0
131,07228.00 GiB28.00 GiB56 / 0 / 0

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

Architecture

from config.json
Layers
56
Attention heads
48
KV heads
8
Head dim
128
Hidden size
6144
Vocab
32,000
Sliding window
none
SWA period
MLA
no
Experts
8
Experts per token
2
use_sliding_window

Questions people ask

How much VRAM does Mixtral-8x22B-v0.1 need?
Q4_K_M is exactly 85,586,760,928 bytes (79.71 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Mixtral-8x22B-v0.1's KV cache?
7.00 GiB at 32K context with an f16 cache, computed per layer. Quantizing the cache to q8_0 roughly halves it, which is often the difference between a context length fitting and not.
Is Mixtral-8x22B-v0.1 a mixture-of-experts model?
Yes — 8 experts, 2 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 Mixtral-8x22B-v0.1 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.