Crypto news

18.06.2026
21:38

Chinese AI giant Zhipu AI releases GLM-5.2: 1 million token context and open source code

Tool_AI

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. Its key feature is a context window of 1 million tokens, allowing the model to process large documents, codebases, and complex dialogues without losing relevance.

The model is distributed under the MIT license, giving developers maximum freedom for commercial and research use. On the Hugging Face platform, GLM-5.2 is described as a generative model for English and Chinese languages with an impressive size of 753 billion parameters.

Architectural Innovations and Performance

GLM-5.2 implements support for multiple levels of "reasoning intensity" — users can choose a balance between response quality and latency. The architecture integrates IndexShare mechanisms and an updated MTP layer for speculative decoding. According to the developers, IndexShare allows reusing one indexer for every four layers of sparse attention, reducing operations per token by 2.9 times. The MTP update increases confirmation length by up to 20%, critically accelerating inference.

In three key benchmarks — FrontierSWE, PostTrainBench, and SWE-Marathon — GLM-5.2 surpassed all existing open-source models. In standard programming performance tests, it also took leading positions, confirming its status as the most powerful open model in this segment.

Availability and Deployment

For local deployment, GLM-5.2 supports the SGLang, vLLM, Transformers, KTransformers, and Docker Model Runner frameworks. Quantizations are available for llama.cpp, Ollama, and LM Studio, making the model suitable for operation even on limited hardware resources.

My expert commentary: The release of GLM-5.2 is a serious signal for the entire AI market. Chinese developers are not just catching up but in some areas surpassing Western competitors in the open-source segment. A context of 1 million tokens and 753 billion parameters under an open MIT license is a direct threat to the dominance of Llama and other analogs. Investors and developers should closely monitor this project: it could become a new standard for agent systems and coding.