← All models
MIT · Z.AI

GLM 5.2 Max

A frontier-scale open-weight reasoning and agent model from Z.AI, released under the permissive MIT license.

The memory math

744 billion parameters × 1 GB per billion × 1.2 (20% working room for activations / KV cache) = 892.8 GB minimum GPU memory
Any hardware combination below this number can't even load GLM 5.2 Max, let alone answer a question — the model's weights literally do not fit.

Cheapest working build

12x NVIDIA H100 SXM Cluster of 12

Combined GPU memory960 GB (needed 892.8 GB)
Combined power draw8,400 W
Total price$384,000
7.0x
an average home's power draw
8.4 kWh
used per hour of running
0.09
EV battery charges per hour (90 kWh each)
Request this build
Why this is a cluster, not one box: a single NVIDIA H100 SXM only has 80 GB of memory — not enough on its own. We wire 12 of them together over NVLink so they share the load like one giant GPU. See how clusters work.

Turnkey alternative

Prefer fewer boxes to manage? 2x NVIDIA DGX H100 (8x H100) gives you 1,280 GB for $700,000 — more expensive per GB because you're also paying for the integrated CPUs, networking, and support that come with a full system, not just raw GPUs.

Combined power draw20,400 W (17.0x an average home)
Why not a pile of RTX 4090s? On paper, 38 desktop cards would add up to enough memory. In practice, RTX 4090s only talk to each other over ordinary PCIe/Ethernet — 10–50x slower than the NVLink used in datacenter hardware. The GPUs spend most of their time waiting on each other instead of computing, so a model this size becomes impractically slow. That's why every build above uses datacenter-grade hardware.