GPUs tracked39Price history3 dayssince Sep 3, 2026Price points (24h)11,753 pointsBiggest 24h dropBiggest 24h riseData updated Sep 5, 2026

How Much VRAM Does GLM 4.5 Air Need to Run Locally?

See devices that run it

GLM 4.5 Air is a MoE model with 106B total parameters and 12B active per token. At Q4 it needs 62GB of VRAM to sit entirely on the GPU; with experts offloaded to system RAM it needs only 7GB of VRAM plus 56GB of RAM. The cheapest device that holds it is the CMP 170HX 64GB (modded), with no used-price data yet, at roughly 89 tokens/s. In offload mode the cheapest card that runs it is the GeForce RTX 2080 Ti, at roughly 12 tokens/s.

GLM 4.5 Air details

Launch dateJul 20, 2025
Hugging Face repozai-org/GLM-4.5-Air
Revision
LicenseMIT
ArchitectureMoE
Ollama tagglm4.5:air
Downloads (30d)114,264
Min VRAM at Q462 GB · Q4_K_M · 8K
Experts offloaded7 GB VRAM + 56 GB RAM
Parameters106B
MoE12B
Layers46
Hidden size4,096
KV heads8
Head dim128
Max context128K
VendorZ.ai / Zhipu AI

VRAM needed for GLM 4.5 Air by quantization and context

Total at 8K

MoE: all 106B parameters must stay resident in memory, while speed is set by the 12B active per token.

QuantizationWeightsGBTotal at 8KGBTotal at 32KGBTotal at 128KGB
Q4_K_M73GGUF61.565.883.1
Q5_K_M71.5est.7478.395.5
Q8_0109.9est.112.3116.6133.9
FP16221GGUF209.7214.1231.3

Total = weights + KV cache (FP16) + 1GB runtime overhead. Weights marked GGUF are measured file sizes from the repository; the rest are estimated from bytes per parameter. Contexts beyond this model's 128K limit show a dash.

Which GPUs can run GLM 4.5 Air?

Q4_K_M · 8K context · sorted by eBay used price
DeviceVRAMGBUsed priceEst. t/sSuggested context
CMP 170HX 64GB (modded)64No listings898K
Instinct MI21064No listings75.68K
RTX PRO 5000 Blackwell 72GB72No listings83.132K
RTX PRO 6000D84No listings91.9128K
RTX PRO 6000 Blackwell96No listings99.7128K
Mac Studio M4 Max 128GB128No listings34.3128K
Mac Studio M5 Max 128GB128No listings37.9128K
MacBook Pro M4 Max 128GB128No listings34.3128K
MacBook Pro M5 Max 128GB128No listings37.9128K
Mac Studio M3 Ultra 512GB512No listings48.1128K

Fits when weights + KV cache + runtime overhead is at or below usable memory, single card. "Offload" on MoE models means it runs with expert weights in system RAM (only attention layers and KV cache stay in VRAM); that speed assumes 70 GB/s RAM bandwidth. The context column is the largest tier that fits.

GPUs that run GLM 4.5 Air with experts offloaded to RAM

Expert weights live in system RAM (needs at least 56 GB); VRAM holds only attention layers, shared experts and the KV cache, at least 7 GB at Q4. Speed is bound by RAM bandwidth (estimated at 70 GB/s) and is far slower than a full-VRAM setup.

Run GLM 4.5 Air with Ollama, llama.cpp or vLLM

Ollama

Ollama pulls and runs it in one command; the quantization comes from the official tag.

ollama run glm4.5:air
llama.cpp

llama.cpp pulls the GGUF straight from Hugging Face; -c sets the context length.

llama-server -hf unsloth/GLM-4.5-Air-GGUF:Q4_K_M -c 8192
vLLM

vLLM serves the original-precision weights, which needs far more memory than GGUF and usually more than one GPU.

vllm serve zai-org/GLM-4.5-Air

File names follow that week's model-library snapshot; the definitions are in the methodology. Methodology

FAQ

How much VRAM does GLM 4.5 Air need?

At Q4_K_M with an 8K context GLM 4.5 Air needs about 62GB of VRAM; 76GB leaves comfortable headroom.

What is the cheapest GPU that runs GLM 4.5 Air?

The CMP 170HX 64GB (modded): 64GB of VRAM at roughly 89 tokens/s. We have no used-price data for it yet.

Can you run GLM 4.5 Air with Ollama?

Yes: ollama run glm4.5:air.