zai-org · text · mixture of experts

GLM-4.5-Air

zai-org/GLM-4.5-Air

GLM-4.5-Air at Q4_K_M is exactly 72,975,748,384 bytes (67.96 GiB / 72.98 GB) — an effective 5.285 bits per weight, not the nominal 4. Its KV cache at 32K is 5.75 GiB.

From the file· summed from 2 file(s)From the file· KV per layer
Parameters
110B
total, not active
Architecture
glm4moe
46 layers
Context
131,072
native (config.json)
License
mit

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ1_M35.26 GiB37,856,537,0562.741bartowski
UD-TQ1_035.63 GiB38,260,919,3602.771unsloth
UD-IQ1_S35.86 GiB38,503,140,4162.788unsloth
IQ2_XXS36.90 GiB39,618,734,5602.869bartowski
UD-IQ1_M37.31 GiB40,061,520,9602.901unsloth
IQ2_XS39.29 GiB42,191,153,6323.055bartowski
IQ2_S39.62 GiB42,543,606,2403.081bartowski
UD-IQ2_XXS39.75 GiB42,682,240,0643.091unsloth
UD-IQ2_M41.34 GiB44,389,321,7923.215unsloth
IQ2_M42.02 GiB45,116,025,3123.267bartowski
Q2_K42.21 GiB45,322,103,8723.282unsloth
Q2_K_L42.34 GiB45,467,593,7923.293unsloth
Q2_K42.94 GiB46,102,702,5603.339bartowski
Q2_K_L43.50 GiB46,708,910,5603.383bartowski
IQ3_XXS2 shards46.89 GiB50,343,066,3043.646bartowski
IQ3_XS2 shards47.35 GiB50,839,837,3763.682bartowski
UD-IQ3_XXS2 shards47.91 GiB51,445,288,2243.726unsloth
Q3_K_S2 shards49.04 GiB52,655,381,7923.813unsloth
Q3_K_S2 shards49.75 GiB53,415,959,2323.868bartowski
IQ3_M2 shards51.67 GiB55,477,787,3284.018bartowski
Q3_K_M2 shards51.67 GiB55,481,637,5684.018bartowski
Q3_K_L2 shards52.07 GiB55,910,373,7924.049lmstudio-community
Q3_K_L2 shards52.07 GiB55,910,374,0484.049bartowski
Q3_K_M2 shards53.28 GiB57,203,694,8484.143unsloth
IQ4_XS2 shards56.33 GiB60,480,900,3524.380unsloth
IQ4_XS2 shards56.63 GiB60,806,220,4804.404bartowski
IQ4_NL2 shards58.40 GiB62,710,615,2964.541unsloth
Q4_02 shards58.47 GiB62,781,050,1124.546unsloth
IQ4_NL2 shards58.73 GiB63,064,509,1204.567bartowski
Q4_02 shards59.38 GiB63,761,992,3524.618bartowski
Q4_K_S2 shards62.43 GiB67,033,386,2404.854unsloth
Q4_K_S2 shards63.62 GiB68,310,026,9444.947bartowski
Q4_12 shards64.64 GiB69,407,886,5925.026unsloth
Q4_12 shards64.77 GiB69,546,035,9045.036bartowski
Q4_K_M2 shards67.96 GiB72,975,748,3845.285unsloth
Q4_K_M2 shards68.45 GiB73,501,936,0325.323lmstudio-community
Q4_K_M2 shards68.45 GiB73,501,936,3205.323bartowski
Q5_K_S2 shards73.03 GiB78,417,661,2165.679unsloth
Q5_K_S2 shards73.16 GiB78,553,041,6005.689bartowski
Q5_K_M2 shards77.78 GiB83,519,589,6326.048unsloth

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.72 GiB0.72 GiB46 / 0 / 0
8,1921.44 GiB1.44 GiB46 / 0 / 0
16,3842.88 GiB2.88 GiB46 / 0 / 0
32,7685.75 GiB5.75 GiB46 / 0 / 0
65,53611.50 GiB11.50 GiB46 / 0 / 0
131,07223.00 GiB23.00 GiB46 / 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 57.87 GiB. The real file is 67.96 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
46
Attention heads
96
KV heads
8
Head dim
128
Hidden size
4096
Vocab
151,552
Sliding window
none
SWA period
MLA
no
Experts
128
Experts per token
8
use_sliding_window

Questions people ask

How much VRAM does GLM-4.5-Air need?
Q4_K_M is exactly 72,975,748,384 bytes (67.96 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is GLM-4.5-Air's KV cache?
5.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 GLM-4.5-Air 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 GLM-4.5-Air 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.