GLM-5.2 — Local AI Model by Zhipu AI (Z.ai)

Written by Jakub Rusinowski · Last updated August 15, 2026

Z.ai's June 2026 flagship and, by Artificial Analysis' ranking at the time, the strongest open-weight model available — fourth overall including closed models. A 744B-parameter Mixture-of-Experts with roughly 40B active per token and a genuinely usable 1M-token input context (output up to 131,072). Two selectable reasoning-effort levels. Released in stages between 13 and 17 June 2026: the Coding Plan first, then open weights on Hugging Face, then documentation. The MIT license is the notable part — full commercial use, modification and redistribution on a frontier-scale model.

Licence

LicenceWhat it permitsApplies to
MITCommercial use permitted
Commercial use permitted. No usage restrictions beyond attribution.
GLM-5.2 744B

Hardware Requirements

GLM-5.2 744BMin 450 GB VRAM · Q4_K_M · 1,000,000 ctx ·

Recommended GPU

The cheapest GPU that runs GLM-5.2 locally (min 450 GB VRAM) is the Apple M3 Ultra (512 GB).

Affiliate disclosure: Some links on this page are affiliate links — if you buy through them, LLM Configurator may earn a commission at no extra cost to you. As an Amazon Associate, LLM Configurator earns from qualifying purchases.
Apple Mac Studio M3 Ultra
Launch MSRP: $3,999
2026 prices are volatile — check the current listing.
Check price on Amazon

How to Run Locally

Install Ollama then run: ollama run

Minimum VRAM: 450 GB. For best results use Q4_K_M quantization.

GLM-5.2 — Frequently Asked Questions

How much VRAM does GLM-5.2 need?

GLM-5.2 needs about 450 GB VRAM at Q4_K_M quantization for its smallest variant. Variants: GLM-5.2 744B (450 GB, Q4_K_M). On Apple Silicon, unified memory counts toward this requirement.

Can I run GLM-5.2 on an RTX 4090 (24 GB)?

GLM-5.2's smallest variant needs about 450 GB, which exceeds a single RTX 4090 (24 GB). Use multiple GPUs, a higher-VRAM card, or Apple Silicon with large unified memory.

What quantization should I use for GLM-5.2?

Q4_K_M is the best balance of quality and VRAM for GLM-5.2 in most cases. Choose Q8_0 for near-lossless quality if you have spare VRAM, or smaller quants (Q3/Q2) only when memory is tight.

How do I run GLM-5.2 with Ollama?

Install Ollama, then run: ollama run . This downloads GLM-5.2 and starts a local, OpenAI-compatible endpoint — no internet connection is needed after the initial download.

Can I Run GLM-5.2 on My GPU?