
GLM-5.3-Flash 3-Bit Quant Runs on 128GB of Local RAM
Z.ai's 320B GLM-5.3-Flash now runs at 3-bit on 128GB of RAM via Unsloth GGUFs, retaining 82% of top-1 accuracy at under a fifth of its 650GB size.
For most of the past two years, the phrase "frontier-class open model" came with an asterisk the size of a server rack. You could download the weights, admire the benchmark table, and then discover that actually loading the thing required more memory than sits in most small datacenters. On August 26, 2026, Z.ai released GLM-5.3-Flash — the model that had been quietly serving traffic on OpenRouter for a week under the codename "Ox Alpha" — and within a day Unsloth had published dynamic GGUF quantizations that bring it down to a machine you can put on a desk.
- GLM-5.3-Flash is a 320B-parameter mixture-of-experts model with 18B active per token, released under an MIT license
- Unsloth's dynamic 3-bit build (UD-IQ3_XXS) is 120GB and runs on 128GB systems, retaining 82% of top-1 accuracy
- A 1-bit build lands at 93GB and still retains 71% of top-1 accuracy, against roughly 650GB at BF16
- Z.ai reports 63.4 on DeepSWE v1.1, ahead of Claude Opus 4.8's 58.0, at a listed $0.15/M input and $0.50/M output
What Is GLM-5.3-Flash?
GLM-5.3-Flash is the first natively multimodal model in the GLM-5 series, taking text, image, and video input directly rather than bolting vision on through a separate adapter. It carries a 1,048,576-token context window, produces up to 131,072 output tokens, and was trained on 30 trillion tokens using a hybrid sparse-and-linear attention architecture. The weights went to Hugging Face under an MIT license on announcement day — roughly 306 GiB of checkpoint before you account for KV cache.
The sparsity is the part that makes the local story possible. With 320B total parameters but only 18B active on any given token, the model behaves at inference time like something far smaller than its headline number suggests. If that trade-off is unfamiliar, our explainer on how sparse mixture-of-experts models work covers the mechanics.
How Much Memory Does GLM-5.3-Flash Actually Need?
This is where Unsloth's contribution matters. Quantization is not new, but naive uniform quantization tends to fall off a cliff below 4-bit. Unsloth's dynamic approach varies precision layer by layer, spending bits where the model is sensitive and saving them where it is not. The published figures:
| Quant | Size | Top-1 accuracy retained |
|-------|------|------------------------|
| 1-bit (UD-IQ1_S) | 93 GB | 71% |
| 2-bit (UD-Q2_K_XL) | 109 GB | 78% |
| 3-bit (UD-IQ3_XXS) | 120 GB | 82% |
| 4-bit (UD-Q4_K_XL) | 200 GB | 93% |
| BF16 | ~650 GB | baseline |
Total memory requirements — counting RAM, VRAM, or unified memory together — run from 100GB for the 1-bit build to 128–150GB for 3-bit, 162–210GB for 4-bit, and 350GB at 8-bit. The 3-bit tier is the one Unsloth uses in its own demos, precisely because 128GB is a configuration real people own: a well-specified Mac, an NVIDIA DGX Spark, or one of the 128GB mini desktops we looked at when the Bosgame M5 brought 128GB local AI to a small-form-factor machine. Running it takes either the current llama.cpp build or the Unsloth Desktop app, which covers macOS, Windows, and Linux.
How Does It Compare on Coding and Agentic Benchmarks?
Z.ai's reported figures put GLM-5.3-Flash at 63.4 on DeepSWE v1.1, against 58.0 for Claude Opus 4.8 and 46.2 for the earlier GLM-5.2. On Terminal-Bench 2.1 the picture reverses slightly — 84.3 against Opus 4.8's 85.0 — which is a useful reminder that "rivals" is the accurate word here rather than "beats." These are vendor-reported numbers on a model that has existed publicly for a matter of days, and independent replications have not caught up yet.
What is not in dispute is the price structure. Z.ai lists GLM-5.3-Flash at $0.15 per million input tokens and $0.50 per million output tokens, roughly one-tenth of GLM-5.2, with three times the usage quota across tiers. We covered the flagship GLM-5.3's 84.5% score on the CyberGym defensive security benchmark earlier this month; the Flash variant is the cost-optimized sibling in that family.
Why This Matters for Local AI
The interesting shift is not that a 320B model exists. It is that the gap between "the model that tops the benchmark table" and "the model you can run without a cloud contract" has compressed from years to roughly one day. Someone with a 128GB workstation can now hold a genuinely frontier-adjacent multimodal model in memory, keep every token on their own hardware, and accept an 18% accuracy trade for the privilege. For anyone following open-weight model releases, that is the number worth watching — not the leaderboard, but the memory footprint underneath it.
Sources: Unsloth Documentation — GLM-5.3-Flash: How to Run Locally — August 26, 2026; MarkTechPost — August 26, 2026; SiliconANGLE — August 26, 2026.
More AI Stories

Gemini 3.5 Transcribe Cuts Word Error Rate to 2.6%
Google's Gemini 3.5 Transcribe replaces Chirp 3 with a 2.6% word error rate, automatic detection across 85+ languages and 70% faster final transcripts.

Meta MTIA 400 Puts 9.4TB/s HBM3e Behind FP4 Inference
Meta detailed MTIA 400 at Hot Chips 2026: eight HBM3e stacks, 9.4TB/s of bandwidth, hardware FP4, and scale-up domains reaching 72 accelerators.

Claude Memory Now Carries Between Chat and Cowork Tasks
Anthropic unified Claude's memory across chat and Cowork, with topic-by-topic editing and sensitive categories excluded by default on Free, Pro and Max.
