llm-jp · text · mixture of experts

llm-jp-4-32b-a3b-thinking

llm-jp/llm-jp-4-32b-a3b-thinking

llm-jp-4-32b-a3b-thinking at Q4_K_M is exactly 21,400,590,016 bytes (19.93 GiB / 21.40 GB) — an effective 5.327 bits per weight, not the nominal 4. Its KV cache at 32K is 2.00 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
32.1B
total, not active
Architecture
qwen3moe
32 layers
Context
65,536
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q3_K_M15.60 GiB16,745,404,0964.168mmnga-o
IQ4_XS16.37 GiB17,582,299,0724.377hiratagoh
Q4_K_M19.93 GiB21,400,590,0165.327mmnga-o
Q4_K_M19.93 GiB21,400,590,2725.327hiratagoh
Q4_K_M20.04 GiB21,522,487,2005.357ash2813
Q5_K_M22.73 GiB24,407,381,6966.075mmnga-o
Q5_K_M22.73 GiB24,407,381,9526.075hiratagoh
Q6_K26.86 GiB28,840,728,5127.179hiratagoh
Q8_031.84 GiB34,183,878,5928.509hiratagoh
BF1659.89 GiB64,304,223,93616.006hiratagoh
F163 shards59.89 GiB64,304,224,25616.006ash2813

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.25 GiB0.25 GiB32 / 0 / 0
8,1920.50 GiB0.50 GiB32 / 0 / 0
16,3841.00 GiB1.00 GiB32 / 0 / 0
32,7682.00 GiB2.00 GiB32 / 0 / 0
65,5364.00 GiB4.00 GiB32 / 0 / 0
131,0728.00 GiB8.00 GiB32 / 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 16.84 GiB. The real file is 19.93 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
32
Attention heads
40
KV heads
4
Head dim
128
Hidden size
2560
Vocab
196,608
Sliding window
none
SWA period
MLA
no
Experts
128
Experts per token
8
use_sliding_window
false

Questions people ask

How much VRAM does llm-jp-4-32b-a3b-thinking need?
Q4_K_M is exactly 21,400,590,016 bytes (19.93 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is llm-jp-4-32b-a3b-thinking's KV cache?
2.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 llm-jp-4-32b-a3b-thinking 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 llm-jp-4-32b-a3b-thinking 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.