miromind-ai · text · mixture of experts

MiroThinker-v1.0-30B

miromind-ai/MiroThinker-v1.0-30B

MiroThinker-v1.0-30B at Q4_K_M is exactly 18,632,184,640 bytes (17.35 GiB / 18.63 GB) — an effective 4.882 bits per weight, not the nominal 4. Its KV cache at 32K is 3.00 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
30.5B
total, not active
Architecture
qwen3moe
48 layers
Context
262,144
native (config.json)
License
mit

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
I1-IQ1_S5.98 GiB6,416,510,1761.681mradermacher
I1-IQ1_M6.59 GiB7,078,292,7041.855mradermacher
I1-IQ2_XXS7.62 GiB8,181,263,5842.144mradermacher
IQ2_XS8.07 GiB8,662,166,3362.270bartowski
IQ2_S8.14 GiB8,744,100,6722.291bartowski
I1-IQ2_XS8.45 GiB9,076,223,2002.378mradermacher
I1-IQ2_S8.65 GiB9,287,132,3842.433mradermacher
IQ2_M9.19 GiB9,870,271,2962.586bartowski
I1-IQ2_M9.47 GiB10,169,509,0882.665mradermacher
I1-Q2_K_S9.80 GiB10,519,364,8322.756mradermacher
Q2_K10.16 GiB10,908,648,2562.858bartowski
Q2_K_L10.44 GiB11,212,520,2562.938bartowski
I1-Q2_K10.49 GiB11,258,610,9122.950mradermacher
I1-IQ3_XXS11.04 GiB11,849,327,8403.105mradermacher
IQ3_XXS11.38 GiB12,216,984,3843.201bartowski
I1-IQ3_XS11.73 GiB12,598,443,2323.301mradermacher
IQ3_XS11.86 GiB12,736,461,6323.337bartowski
I1-Q3_K_S12.38 GiB13,292,469,4723.483mradermacher
I1-IQ3_S12.39 GiB13,299,154,1443.485mradermacher
Q3_K_S12.51 GiB13,428,128,5763.518bartowski
I1-IQ3_M12.59 GiB13,513,063,6483.541mradermacher
IQ3_M13.11 GiB14,076,541,7603.688bartowski
Q3_K_M13.11 GiB14,076,803,9043.688bartowski
Q3_K_L13.58 GiB14,583,003,9683.821bartowski
I1-Q3_K_M13.70 GiB14,711,848,1603.855mradermacher
I1-Q3_K_L14.81 GiB15,900,671,2004.166mradermacher
I1-IQ4_XS15.24 GiB16,368,350,4324.289mradermacher
IQ4_XS15.33 GiB16,458,003,2644.312bartowski
I1-Q4_016.19 GiB17,379,988,7044.554mradermacher
IQ4_NL16.19 GiB17,386,279,7444.556bartowski
I1-Q4_K_S16.26 GiB17,456,010,4644.574mradermacher
Q4_016.42 GiB17,631,646,5284.620bartowski
Q4_K_S16.75 GiB17,984,492,3524.712bartowski
I1-Q4_K_M17.28 GiB18,556,687,5844.862mradermacher
Q4_K_M17.35 GiB18,632,184,6404.882bartowski
Q4_K_L17.57 GiB18,863,127,3604.942bartowski
I1-Q4_117.87 GiB19,192,501,4725.029mradermacher
Q4_117.89 GiB19,214,521,1525.035bartowski
I1-Q5_K_S19.63 GiB21,080,511,7125.524mradermacher
Q5_K_S19.65 GiB21,099,385,6645.528bartowski

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.38 GiB0.38 GiB48 / 0 / 0
8,1920.75 GiB0.75 GiB48 / 0 / 0
16,3841.50 GiB1.50 GiB48 / 0 / 0
32,7683.00 GiB3.00 GiB48 / 0 / 0
65,5366.00 GiB6.00 GiB48 / 0 / 0
131,07212.00 GiB12.00 GiB48 / 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 15.99 GiB. The real file is 17.35 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
48
Attention heads
32
KV heads
4
Head dim
128
Hidden size
2048
Vocab
151,936
Sliding window
none
SWA period
MLA
no
Experts
128
Experts per token
8
use_sliding_window
false

Questions people ask

How much VRAM does MiroThinker-v1.0-30B need?
Q4_K_M is exactly 18,632,184,640 bytes (17.35 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is MiroThinker-v1.0-30B's KV cache?
3.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 MiroThinker-v1.0-30B a mixture-of-experts model?
Yes — 128 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 MiroThinker-v1.0-30B 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.