Today, I saw the Ant Ling team released Ring-1T, an open-source hundred-million parameter thinking model based on the Ling 2.0 architecture.
The model’s parameter size reaches a total of 1 trillion, with 50 billion active parameters and a context window of 128K. It employs Icepop RL and ASystem for reinforcement learning training, achieving the best performance among open-source models in natural language reasoning.
What is particularly impressive is its performance in the 2025 IMO test — solving P1, P3, P4, and P5 problems in one go, and the P2 problem was also solved after three attempts, achieving a silver medal level through pure language reasoning. The team mentions they are still continuing training, with the goal of reaching gold level.
In terms of technical details, ASystem, as a high-performance RL framework, supports training at the trillion level, featuring unified memory pools, transparent offloading, and direct GPU point-to-point communication. Its AReaL framework supports server sandbox environments for 10+ languages, with a throughput of 10K/s.
The model is already available on HuggingFace, including the FP8 version. Florian S mentioned that this open-source model outperforms Sonnet 4.5 by 7 points on LiveCodeBench, and Jon Durbin also noted that the model has been launched on the Chutes platform.
Interestingly, some users mentioned that O3 mini has already reached 2000 points on CodeForces, O3 full is close to 3000 points, while GPT-5 High only has 1918 points. This makes one reflect on the differences in performance between different models on specific tasks.
The model is currently accessible via ZenMux Chat/API. The team mentions this is their first trillion-level deep thinking model, still under continuous training and evolution. For those interested in the development of open-source large models, this is indeed a noteworthy advancement.
Link:Source
