Crypto news

18.06.2026
16:43

GLM-5.2 from Zhipu AI: A Breakthrough in Open Models with a 1 Million Token Context

Tool_AI

Chinese startup Zhipu AI has unveiled its new flagship language model GLM-5.2, designed for long-term agent tasks and complex programming. This open-source solution features a context window of 1 million tokens, is distributed under the MIT license, and supports local deployment.

On the model's Hugging Face page, it is stated that GLM-5.2 is intended for text generation in English and Chinese. The model size is 753 billion parameters — one of the largest among open-source solutions to date.

A key feature of GLM-5.2 is support for multiple levels of "reasoning intensity," allowing users to flexibly balance between response quality and latency. The architecture integrates innovative components: IndexShare and an updated MTP layer for speculative decoding.

According to the developers, IndexShare reuses 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%, significantly accelerating generation.

In three key benchmarks — FrontierSWE, PostTrainBench, and SWE-Marathon — GLM-5.2 confidently outperformed all other open-source models. In standard programming performance tests, it also took leading positions among open-source solutions.

image
Source: Zhipu AI.
image
Source: Zhipu AI.

GLM-5.2 is distributed under the open MIT license, making it accessible to a wide range of developers. For local deployment, support is claimed for SGLang, vLLM, Transformers, KTransformers, and Docker Model Runner. Additionally, quantizations are available for llama.cpp, Ollama, and LM Studio, allowing the model to run even on hardware with limited resources.

Expert comment: The release of GLM-5.2 is not just another update but a significant step forward for the entire open AI ecosystem. The 1 million token context and architectural innovations like IndexShare make this model particularly attractive for developers working with long call chains and complex agent scenarios. I expect GLM-5.2 to become a serious competitor to proprietary solutions, especially in the programming and automation niche.