Crypto news

19.06.2026
00:08

GLM-5.2 from Zhipu AI: Chinese giant with a 1 million token context and open MIT license

Tool_AI

Chinese startup Zhipu AI has officially unveiled its flagship language model GLM-5.2, designed for complex agent tasks and programming. This open-source solution stands out with a context window of 1 million tokens, enabling the processing of massive amounts of data at once. The model is distributed under the MIT license and supports local deployment, making it accessible to a wide range of developers.

According to information on Hugging Face, GLM-5.2 is a text generation model operating in English and Chinese. Its size is impressive: 753 billion parameters. The architecture includes several levels of "reasoning intensity," allowing for a flexible balance between response quality and latency. Internal mechanisms such as IndexShare and an updated MTP (Multi-Token Prediction) layer enable speculative decoding and optimize performance.

Developers claim that 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%, which is critical for long contexts. 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 among open-source alternatives.

GLM-5.2 is distributed under the MIT license, providing full freedom for commercial use and modifications. For local deployment, support is claimed for SGLang, vLLM, Transformers, KTransformers, and Docker Model Runner. Quantizations are available for llama.cpp, Ollama, and LM Studio, simplifying integration on various hardware.

Expert opinion: The release of GLM-5.2 with a 1 million token context and an open MIT license is a significant step forward for the AI industry. Chinese startups are actively catching up with Western giants, and Zhipu AI demonstrates that open-source models can compete with closed solutions in complex programming and agent interaction tasks. This will increase pressure on the market and accelerate innovation.