Crypto news

19.06.2026
05:37

GLM-5.2 from Zhipu AI: One million tokens of context and MIT license — a new standard for open AI models

AI

Chinese startup Zhipu AI has unveiled its flagship language model GLM-5.2, designed for long-term agent tasks and programming. This open-source solution stands out with a context window of 1 million tokens, an MIT license, and the ability for local deployment — making it accessible to a wide range of developers and companies.

On the Hugging Face platform, the model is positioned as a text generator for English and Chinese. Its size is an impressive 753 billion parameters. GLM-5.2 supports several levels of "reasoning intensity," allowing users to flexibly balance between response quality and latency. The architecture incorporates 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, in turn, increases confirmation length by 20%. These optimizations are critical for working with long contexts and complex tasks such as programming.

In three key benchmarks — FrontierSWE, PostTrainBench, and SWE-Marathon — GLM-5.2 outperformed all other open-source models. In standard programming performance tests, it also took the leading position among open-source solutions. This confirms that Zhipu AI has made a significant step forward by creating a model that competes with closed-source counterparts.

GLM-5.2 is distributed under the open MIT license, removing many legal barriers for commercial use. For local deployment, support is claimed for popular frameworks: SGLang, vLLM, Transformers, KTransformers, and Docker Model Runner. Quantizations are also available for llama.cpp, Ollama, and LM Studio, simplifying integration into existing infrastructures.

Expert opinion: GLM-5.2 is not just another open-source model, but a powerful tool that could change the landscape of agent system and code development. The million-token context and MIT license make it an ideal choice for startups and researchers seeking full control over AI. However, it is worth remembering that such giant models require significant computational resources, which could be a barrier for small teams.