← All models

MIT license

GLM-5.1

The prior release in the same family as GLM-5.2, essentially identical in size at 754 billion parameters — a reminder that "which version" matters less than "how many parameters" when you're sizing hardware.

What "parameters" means

A parameter is one small number the model adjusted while it was trained — roughly, one tiny piece of learned knowledge. GLM-5.1 has 754 billion of them. Every single one has to be stored somewhere the GPU can read it instantly while the model is running, which is why parameter count translates almost directly into how much GPU memory you need.

The memory math

(754 × 1 GB) × 1.2 = 904.8 GB → 905 GB

Why the extra 20%? Running a model needs more than just the raw parameters sitting in memory — there's working room for the active computation, the prompt/response in flight, and normal overhead. Buying exactly the raw amount leaves no room and the model can crash or slow to a crawl under real use, so we always add 20% before recommending hardware.

Minimum hardware build that can run it

1× NVIDIA H200 SXM Server (8-GPU)

  • Total GPU memory: 1128 GB (needs ≥ 905 GB — this build clears it)
  • Total power draw: 10200 W — about 8.5 homes, 245 kWh/day, 2.7 EV batteries/day
  • Total price: $380,000

See full product specs Request a quote