Runtime recipe
4 × GB200 GPUs
GPUs within an NVLink system; this is not a count of whole racks.
vLLM 0.29 model guide
One four-GPU GB200 tray. Requires the sparse-MLA/KDA kernels; FP8 KV and MTP are separate configuration choices.
GLM / MoE
Smaller than GLM-5.3, still a multi-GPU model

New to model sizes or GPU memory? Start with weights, parameters and quantization →
This is the GLM candidate to examine when you need native visual input and a smaller active path than the flagship. Its 320B store remains large; the useful starting point is a documented four-GPU FP8 recipe.
Publisher-reported, rounded model count; not an exact tensor census. Multimodal components and packaging can change the artifact size.
Evaluate it for
Visual coding agents and long-context multimodal services with compatible kernels.
Choose another path when
Older serving images, Hopper FP8-KV assumptions copied from another model, or a device budget based on GLM-4.7-Flash.
Release context
The model combines Kimi Delta Attention with sparse latent attention and index pooling. Supporting those operators matters more than whether a server can merely load an FP8 tensor file.
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
GPUs within an NVLink system; this is not a count of whole racks.
vLLM 0.29 model guide
One four-GPU GB200 tray. Requires the sparse-MLA/KDA kernels; FP8 KV and MTP are separate configuration choices.
Runtime recipe
288 GB per GPU
Model-specific ROCm image
The documented image targets gfx950. Do not assume MI300X/MI325X support; MTP is not enabled in this image.
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.
A uniform-precision GPU count would hide this model’s component layout. Publisher-reported, rounded model count; not an exact tensor census. Multimodal components and packaging can change the artifact size. Use the documented artifact and placement path above; no GPU count is inferred here.
Architecture in practice
Hybrid attention does not mean zero request state.
A full-attention formula cannot describe every layer.
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.3-Flash |
|---|---|
| Text model type | glm5_next_text |
| Layers | 45 |
| Hidden width | 4,096 |
| Attention / KV heads | 64 / 64 |
| Head dimension | Not verified |
| Routed / selected experts | 288 / 8 |
| Configured positions | 1,048,576 |
| Documented extension | Not recorded for this checkpoint |
| Inputs → output | text, image, video → text |
| License metadata | mit |
34 linear attention layers; 11 deepseek sparse attention layers. These counts describe the configured pattern.
Open weights do not imply unrestricted use. Read the applicable license terms linked from the pinned card.
A useful comparison
The flagship is the text-focused quality comparison; Qwen’s Flash-Next offers a different conditional-memory tradeoff.
14 Aug 2026
A post-training release with a changed adoption decision
743B reported total · text
26 Aug 2026
The memory placement is part of the architecture
180B reported total · text + image + video
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 the hybrid state split and the difference between FP8 weights, FP8 KV and Blackwell-only NVFP4 paths.
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.3-Flash: release, architecture and deployment”, checked 2026-09-13. Preserve this date and the exact checkpoint when citing.