Runtime recipe
8 × H200 SXM
141 GB per GPU
vLLM model-specific guide
Single-node TP8 path. Long-context limits depend on remaining cache memory; use the guide’s matching parser and MTP settings.
GLM / MoE
Longer agent runs need process-level evaluation

New to model sizes or GPU memory? Start with weights, parameters and quantization →
GLM-5.1 is an upgrade candidate for a GLM-5 service whose difficult cases involve sustained engineering tasks. Evaluate progress, failed tools and recovery over a complete run, rather than only final-answer benchmarks.
Approximate 744B total / 40B active, as reported in the model-specific vLLM guide; not an exact tensor inventory.
Evaluate it for
Long coding and engineering workflows with recorded tool traces and acceptance tests.
Choose another path when
Treating a publisher’s maximum autonomous-run duration as a reliability guarantee.
Release context
The release focuses on planning and iterative refinement. The vLLM guide reports the same approximate 744B/40B size class, so deployment scale remains substantial even when post-training changes task behavior.
This is the dated Z.ai release-note event; a separate first weight-upload day has not been certified.
Deployment starting points
Start with an exact artifact and an engine that supports it. A configuration below is evidence of a documented path; its device count does not promise a particular throughput or concurrency.
Runtime recipe
141 GB per GPU
vLLM model-specific guide
Single-node TP8 path. Long-context limits depend on remaining cache memory; use the guide’s matching parser and MTP settings.
This is the index’s reported tensor payload, in decimal GB. It excludes file headers and runtime memory. Mixed precision, conversion and host/device placement determine how much GPU memory the loaded model needs.
Inspect the exact index metadata →This estimates inference memory for a hypothetical uniform precision. It is useful for rejecting an allocation that is too small. It does not establish a working deployment or estimate training memory.
| Representation | Approximate weight floor | What remains to budget |
|---|---|---|
| 16-bit uniform | 1,488 GB | Cache, modality state, workspace, quantization metadata and uneven sharding |
| 8-bit uniform | 744 GB | Cache, modality state, workspace, quantization metadata and uneven sharding |
| 4-bit uniform | 372 GB | Cache, modality state, workspace, quantization metadata and uneven sharding |
Enter the total across the whole model replica, not per GPU: KV or recurrent cache for all concurrent requests, image/audio state and execution workspace. There is no universal default. We additionally leave 15% of each GPU unused.
Enter a request-and-buffer budget to calculate the aggregate capacity requirement.
A count of one does not prove the engine supports this GPU. A count above one does not prove the model shards evenly or communicates efficiently. Approximate 744B total / 40B active, as reported in the model-specific vLLM guide; not an exact tensor inventory.
Architecture in practice
Fewer bytes read can reduce bandwidth pressure.
That does not prove an equal reduction in stored bytes.
Mechanism schematic based on the pinned model card and configuration. It explains a design principle; it is not a full implementation graph.
| Exact checkpoint | zai-org/GLM-5.1 |
|---|---|
| Text model type | glm_moe_dsa |
| Layers | 78 |
| Hidden width | 6,144 |
| Attention / KV heads | 64 / 64 |
| Head dimension | 64 |
| Routed / selected experts | 256 / 8 |
| Configured positions | 202,752 |
| Documented extension | Not recorded for this checkpoint |
| Inputs → output | text → text |
| License metadata | mit |
Open weights do not imply unrestricted use. Read the applicable license terms linked from the pinned card.
A useful comparison
The predecessor is the controlled baseline; 5.2 adds the long-context attention development.
12 Feb 2026
A large sparse-attention foundation for the GLM line
744B reported total · text
16 Jun 2026
A million-token setting backed by index sharing
743B reported total · text
These are editorial comparison candidates. We have not run a matched quality or serving benchmark, so this is not a ranking.
Prepare to explain it
Explain a harness that records successful tasks, retries, wall-clock time and total output tokens; then state the stop conditions.
Attention layouts · Quantization · Courses and worked examples
For a deployment evaluation, record exact weights, precision, engine, device count, interconnect, prompt/output lengths and concurrency. Report task success, errors, TTFT, TPOT and useful throughput together.
Our assessment is editorial judgment based on the linked architecture and deployment evidence. Model facts are publisher-reported or attributed to runtime maintainers; no independent GPU benchmark was run.
AI Infra Interviews, “GLM-5.1: release, architecture and deployment”, checked 2026-09-13. Preserve this date and the exact checkpoint when citing.