Chinese AI giant Zhipu AI releases GLM-5.2: 753 billion parameters and a context of 1 million tokens

Chinese startup Zhipu AI has officially unveiled its new flagship language model — GLM-5.2. This is an open-source solution designed for long agent scenarios and programming tasks. The model's key feature is a context window of 1 million tokens, enabling the processing of massive data arrays without loss of coherence.
According to the specification on Hugging Face, GLM-5.2 boasts a colossal 753 billion parameters and supports text generation in English and Chinese. The model is distributed under the MIT license, opening up broad opportunities for local deployment and commercial use.
Architectural Innovations
The developers have implemented several levels of "reasoning intensity" in GLM-5.2, allowing users to flexibly balance between response quality and latency. The architecture also incorporates IndexShare mechanisms and an updated MTP layer for speculative decoding. IndexShare reuses a single indexer for every four layers of sparse attention, reducing operations per token by 2.9 times. MTP, in turn, increases the confirmation length by up to 20%.
Benchmark Results
In key performance tests — FrontierSWE, PostTrainBench, and SWE-Marathon — GLM-5.2 surpassed all existing open-source models. In standard programming benchmarks, the new model also took leading positions among open-source solutions.
For local deployment, support for popular frameworks is announced: SGLang, vLLM, Transformers, KTransformers, and Docker Model Runner. Quantizations are available for llama.cpp, Ollama, and LM Studio, making the model accessible even on limited hardware resources.
Analytical Commentary: The release of GLM-5.2 is a significant step forward for open-source AI. The 1 million token context and 753 billion parameters place this model on par with the best commercial solutions. However, the key question is whether Zhipu AI can ensure stable performance on local devices, given the model's colossal size. In any case, this opens new horizons for developers working with long texts and complex agent tasks.