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 5.3 Flash Need to Run Locally?

See devices that run it

GLM 5.3 Flash is a MoE model with 320B total parameters and 18B active per token. At Q4 it needs 202GB of VRAM to sit entirely on the GPU; with experts offloaded to system RAM it needs only 30GB of VRAM plus 174GB of RAM. The cheapest device that holds it is the Mac Studio M3 Ultra 512GB, with no used-price data yet, at roughly 19.3 tokens/s. In offload mode the cheapest card that runs it is the Arc Pro B65, at roughly 6 tokens/s.

GLM 5.3 Flash details

Launch dateAug 25, 2026
Hugging Face repozai-org/GLM-5.3-Flash
Revision
LicenseMIT
ArchitectureMoE
Ollama tag
Downloads (30d)654,957
Min VRAM at Q4202 GB · Q4_K_M · 8K
Experts offloaded30 GB VRAM + 174 GB RAM
Parameters320B
MoE18B
Layers45
Hidden size4,096
KV heads64
Head dim256
Max context1M
VendorZ.ai / Zhipu AI

VRAM needed for GLM 5.3 Flash by quantization and context

Total at 8K

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

QuantizationWeightsGBTotal at 8KGBTotal at 32KGBTotal at 128KGB
Q4_K_M178.4est.201.9269.4539.4
Q5_K_M215.9est.239.4306.9576.9
Q8_0341GGUF355.2422.7692.7
FP16641.6GGUF649.3716.8986.8

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 1M limit show a dash.

Which GPUs can run GLM 5.3 Flash?

Q4_K_M · 8K context · sorted by eBay used price
DeviceVRAMGBUsed priceEst. t/sSuggested context
Mac Studio M3 Ultra 512GB512No listings19.332K

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 5.3 Flash with experts offloaded to RAM

Expert weights live in system RAM (needs at least 174 GB); VRAM holds only attention layers, shared experts and the KV cache, at least 30 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 5.3 Flash with Ollama, llama.cpp or vLLM

Ollama

The Ollama library has no official tag for it yet.

llama.cpp

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

llama-server -hf unsloth/GLM-5.3-Flash-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-5.3-Flash

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

FAQ

How much VRAM does GLM 5.3 Flash need?

At Q4_K_M with an 8K context GLM 5.3 Flash needs about 202GB of VRAM; 244GB leaves comfortable headroom.

What is the cheapest GPU that runs GLM 5.3 Flash?

The Mac Studio M3 Ultra 512GB: 512GB of VRAM at roughly 19.3 tokens/s. We have no used-price data for it yet.

Can you run GLM 5.3 Flash with Ollama?

Not yet: the Ollama library has no official tag for it. You can load the GGUF with llama.cpp instead.