Model reference · open weights
GLM-5 is an open-weight language model from zai-org, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
GLM-5-FP8 👋 Join our <a href="https://raw.githubusercontent.com/zai-org/GLM-5/refs/heads/main/resources/wechat.png" target="blank"WeChat</a or <a href="https://discord.gg/QR7SARHRxK" target="blank"Discord</a community. 📖 Check out the GLM-5 <a href="https://arxiv.org/abs/2602.15763" target="blank"Technical report</a. 📍 Use GLM-5 API services on <a href="https://docs.z.ai/guides/llm/glm-5"Z.ai API Platform. </a 👉 One click to <a href="https://chat.z.ai"GLM-5</a. [<a href="https://huggingface.co/papers/2602.15763" target="blank"Paper</a] [<a href="https://github.com/zai-org/GLM-5" target="blank"GitHub</a] Introduction We are launching GLM-5, targeting complex systems engineering and long-horizon agentic tasks. Scaling is still one of the most important ways to improve the intelligence efficiency of Artificial General Intelligence (AGI). Compared to GLM-4.5, GLM-5 scales from 355B parameters (32B active) to 744B parameters (40B active), and increases pre-training data from 23T to 28.5T tokens. GLM-5 also integrates DeepSeek Sparse Attention (DSA), largely reducing deployment cost while preserving long-context capacity. Reinforcement learning aims to bridge the gap between competence and excellence in pre-trained models. However, deploying it at scale for LLMs is a challenge due to the RL training inefficiency. To this end, we developed slime, a novel asynchronous RL infrastructure that substantially improves training throughput and efficiency, enabling more fine-grained post-training iterations. With advances in both pre-training and post-training, GLM-5 delivers significant improvement compared to GLM-4.7 across a wide range of academic benchmarks and achieves best-in-class performance among all open-source models in the world on reasoning, coding, and agentic tasks, closing the gap with frontier models. Benchmark : refers to their scores of full set. †: A verified version of Terminal-Bench 2.0 that fixes some ambiguous instructions. See footnote for more evaluation details. Footnote Humanity’s Last Exam (HLE) & other reasoning tasks: We evaluate with a maximum generation length of 131,072 tokens (temperature=1.0, topp=0.95, maxnewtokens=131072). By default, we re
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | zai-org |
|---|---|
| Type | Language models |
| Parameters (lead) | 753.9B |
| Context | 198k tokens |
| Variants | 2 |
| Runs with | transformers |
| Released | 2026-02-11 |
| Popularity | 872k downloads / month |
| Likes | 2,119 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
Using it via the API
Once AxForge deploys glm-5 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (glm-5 below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"glm-5","messages":[{"role":"user","content":"Hello"}]}'
Licence
Open weights under mit — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗