MiniMaxAI · text · mixture of experts

MiniMax-M2.1

MiniMaxAI/MiniMax-M2.1

MiniMax-M2.1 at Q4_K_M is exactly 138,342,385,312 bytes (128.84 GiB / 138.34 GB) — an effective 4.839 bits per weight, not the nominal 4. Its KV cache at 32K is 7.75 GiB.

From the file· summed from 3 file(s)From the file· KV per layer
Parameters
229B
total, not active
Architecture
minimax-m2
62 layers
Context
196,608
native (config.json)
License
other

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
I1-IQ1_S43.32 GiB46,514,882,7521.627mradermacher
IQ1_S43.78 GiB47,009,105,6961.644bartowski
IQ1_M45.65 GiB49,018,341,1521.715bartowski
I1-IQ1_M48.07 GiB51,614,648,5121.806mradermacher
IQ2_XXS2 shards50.97 GiB54,726,363,1041.914bartowski
UD-TQ1_051.86 GiB55,688,529,2801.948unsloth
I1-IQ2_XXS55.99 GiB60,114,258,1122.103mradermacher
UD-IQ1_S2 shards58.74 GiB63,068,407,3922.206unsloth
IQ2_XS2 shards58.81 GiB63,143,151,5842.209bartowski
IQ2_S2 shards59.00 GiB63,351,847,9042.216bartowski
I1-IQ2_XS62.35 GiB66,950,514,8802.342mradermacher
I1-IQ2_S63.36 GiB68,036,279,4882.380mradermacher
UD-IQ1_M2 shards63.74 GiB68,439,344,7042.394unsloth
IQ2_M2 shards67.05 GiB71,995,128,8002.518bartowski
UD-IQ2_XXS2 shards68.98 GiB74,066,462,3042.591unsloth
I1-IQ2_M69.70 GiB74,835,967,1682.618mradermacher
I1-Q2_K_S72.23 GiB77,559,270,5922.713mradermacher
UD-IQ2_M2 shards72.78 GiB78,143,325,7602.733unsloth
Q2_K2 shards74.34 GiB79,821,736,9282.792bartowski
Q2_K_L3 shards74.90 GiB80,421,929,0562.813bartowski
I1-Q2_K77.58 GiB83,302,681,7922.914mradermacher
Q2_K2 shards77.58 GiB83,302,682,2082.914unsloth
Q2_K_L2 shards77.72 GiB83,446,728,2562.919unsloth
I1-IQ3_XXS81.91 GiB87,953,652,9283.077mradermacher
IQ3_XXS3 shards83.91 GiB90,098,793,5683.152bartowski
UD-IQ3_XXS2 shards86.91 GiB93,315,761,7603.264unsloth
I1-IQ3_XS86.92 GiB93,329,932,4803.265mradermacher
IQ3_XS3 shards87.32 GiB93,764,190,3363.280bartowski
I1-Q3_K_S91.91 GiB98,690,597,0563.452mradermacher
Q3_K_S2 shards91.91 GiB98,690,597,4723.452unsloth
I1-IQ3_S91.94 GiB98,716,500,1603.453mradermacher
Q3_K_S3 shards92.31 GiB99,115,712,6083.467bartowski
I1-IQ3_M93.13 GiB99,994,943,6803.498mradermacher
IQ3_M3 shards96.82 GiB103,954,579,5523.636bartowski
Q3_K_M3 shards96.82 GiB103,955,365,9843.636bartowski
Q3_K_L3 shards100.78 GiB108,207,112,2563.785bartowski
I1-Q3_K_M101.77 GiB109,272,481,9843.822mradermacher
Q3_K_M3 shards101.77 GiB109,272,482,4643.822unsloth
I1-Q3_K_L110.22 GiB118,351,052,9924.140mradermacher
I1-IQ4_XS113.51 GiB121,879,917,7604.263mradermacher

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.97 GiB0.97 GiB62 / 0 / 0
8,1921.94 GiB1.94 GiB62 / 0 / 0
16,3843.88 GiB3.88 GiB62 / 0 / 0
32,7687.75 GiB7.75 GiB62 / 0 / 0
65,53615.50 GiB15.50 GiB62 / 0 / 0
131,07231.00 GiB31.00 GiB62 / 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 119.81 GiB. The real file is 128.84 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
62
Attention heads
48
KV heads
8
Head dim
128
Hidden size
3072
Vocab
200,064
Sliding window
none
SWA period
MLA
no
Experts
256
Experts per token
8
use_sliding_window

Questions people ask

How much VRAM does MiniMax-M2.1 need?
Q4_K_M is exactly 138,342,385,312 bytes (128.84 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is MiniMax-M2.1's KV cache?
7.75 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 MiniMax-M2.1 a mixture-of-experts model?
Yes — 256 experts, 8 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 MiniMax-M2.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.