The Zhongguancun Academy and the Zhongguancun Institute of Artificial Intelligence have released the ZGCM-1-7B model. This fully open dense model with 7.39 billion parameters is designed for mathematical reasoning and tool-using agentic search tasks.
The weights, training data, and training code are available under the MIT license on Hugging Face and GitHub platforms, while a detailed technical report has been published on arXiv.
The model utilizes a hybrid attention architecture consisting of 27 layers with limited sliding windows and five global layers. It supports a context window of 256 thousand tokens and features both direct response and thinking modes within a single checkpoint.
During the pre-training phase, approximately 4.19 trillion tokens were used with hybrid FP8 precision and Muon optimization. During intermediate training, the context was expanded from 16 thousand to 64 thousand, and then to 256 thousand, using about 600 billion tokens. Interaction trajectories were transformed into MDP state-action transitions.
Supervised fine-tuning combined general and agentic trajectories, including verified tool usage, and an assistant-only loss.
In thinking mode, the model demonstrated results of about 97.13% on MATH-500, 75.00% on AIME 2026, and 70.42% on HMMT 2025. These scores achieved the best average rank among seven comparable models with 7–8 billion parameters across fourteen reasoning benchmarks, according to the report.
In agentic search tasks, ZGCM-1 reached about 63.09% on WebWalkerQA when using web search and page reading, 19.43% on BrowseComp, and 62.00% on Binary Function Search using Ghidra tools.
Architecture experiments show that at a 256K context, the training throughput is approximately 3.94 times higher than with full attention. Furthermore, due to the combination of architecture, precision, optimizer, and normalization choice, the time from the start of pre-training to achieving losses at 16K was reduced by approximately 4.2 times.
A trust_remote_code file is required for quick startup with custom modeling files. The team also publishes configurations for various stages: data processing, pre-training, intermediate training, SFT, and RL. It is reported that AI agents managed by researchers participated in data curation and evaluation. For labs working with open weights, ZGCM-1 represents not so much a chat novelty as a compact base model for mathematics and search with a transparent end-to-end pipeline under the ZGCM brand.

