Crypto news

18.06.2026
20:22

Chinese AI giant Zhipu AI releases GLM-5.2: 1 million tokens and open-source code for agent tasks

Tool_AI

A serious player is entering the large language model market. Chinese startup Zhipu AI has officially unveiled its flagship development — GLM-5.2. This is not just another LLM, but an entire ecosystem for solving long-horizon agent tasks and complex programming, operating with a context window of 1 million tokens. The model is distributed under the open-source MIT license, opening up broad opportunities for local deployment.

Architectural Innovations and Performance

GLM-5.2, uploaded to Hugging Face as a text generation model for English and Chinese, boasts an impressive 753 billion parameters. A key feature is support for multiple levels of "reasoning intensity." This allows users to flexibly balance between response quality and latency, adapting the model to specific computational resources and task requirements.

The architecture is based on two significant innovations: the IndexShare mechanism and an improved MTP (Multi-Token Prediction) layer for speculative decoding. Developers claim that IndexShare reuses the same indexer for every four layers of sparse attention, reducing operations per token by 2.9 times. Meanwhile, the MTP update increases confirmation length by up to 20%. This directly impacts the generation speed of complex code.

Benchmarks and Market Position

In three key benchmarks specializing in agent scenarios and programming — FrontierSWE, PostTrainBench, and SWE-Marathon — GLM-5.2 confidently outperformed all other open-source models. In standard programming performance tests, the newcomer also took a leading position among open-source solutions.

Availability and Deployment

In addition to the open-source MIT license, GLM-5.2 offers impressive support for local deployment tools: SGLang, vLLM, Transformers, KTransformers, and Docker Model Runner. Quantizations for popular frameworks like llama.cpp, Ollama, and LM Studio are available for enthusiasts and developers.

Expert Opinion: The release of GLM-5.2 is not just another update. It is a signal that the race in the open-source model segment is entering a new phase. A 1 million token context, combined with the MIT license and a focus on agent tasks, makes this model extremely attractive for the enterprise sector. While Western giants focus on APIs and closed solutions, Zhipu AI offers full control and transparency, which could become their main trump card.