zai-org · text · mixture of experts

GLM-4.5V

zai-org/GLM-4.5V

GLM-4.5V at I1-IQ1_S is exactly 33,885,517,920 bytes (31.56 GiB / 33.89 GB) — an effective 2.517 bits per weight, not the nominal 1. Its KV cache at 32K is 5.75 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
108B
total, not active
Architecture
glm4moe
46 layers
Context
65,536
native (config.json)
License
mit

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
I1-IQ1_S31.56 GiB33,885,517,9202.517mradermacher
I1-IQ1_M33.08 GiB35,515,705,4402.638mradermacher
I1-IQ2_XXS35.61 GiB38,232,684,6402.840mradermacher
I1-IQ2_XS37.70 GiB40,478,619,7443.006mradermacher
I1-IQ2_S38.06 GiB40,867,248,2243.035mradermacher
I1-IQ2_M40.08 GiB43,040,831,5843.197mradermacher
I1-Q2_K40.61 GiB43,603,626,0803.239mradermacher
I1-Q2_K_S40.74 GiB43,746,068,5763.249mradermacher
I1-IQ3_XXS43.99 GiB47,231,236,1923.508mradermacher
I1-IQ3_XS44.86 GiB48,172,111,9683.578mradermacher
I1-Q3_K_S47.22 GiB50,705,193,0563.766mradermacher
I1-IQ3_S47.25 GiB50,730,817,6323.768mradermacher
I1-IQ3_M47.88 GiB51,415,898,2083.819mradermacher
I1-Q3_K_M51.48 GiB55,279,065,1844.106mradermacher
I1-Q3_K_L53.68 GiB57,637,443,6804.281mradermacher
I1-IQ4_XS54.13 GiB58,117,269,6004.316mradermacher
I1-Q4_056.39 GiB60,547,278,9444.497mradermacher
I1-Q4_K_S60.29 GiB64,739,780,7044.808mradermacher
I1-Q4_162.40 GiB66,996,414,5604.976mradermacher
I1-Q4_K_M65.61 GiB70,448,212,0645.232mradermacher
I1-Q5_K_S70.53 GiB75,729,545,3125.625mradermacher
I1-Q5_K_M75.10 GiB80,638,077,0245.989mradermacher
I1-Q6_K89.28 GiB95,858,849,8887.120mradermacher

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 I1-IQ1_S at roughly 56.43 GiB. The real file is 31.56 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.5V need?
I1-IQ1_S is exactly 33,885,517,920 bytes (31.56 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.5V'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.5V 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.5V 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.