Model reference · open weights

Ring-2.5-1T

Available as managed deployment LLMs inclusionAI Text gen 1 variants 8k dl/mo

Ring-2.5-1T is an open-weight language model from inclusionAI. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

MakerinclusionAI
TypeLanguage models
TaskText gen
Parameters (lead)1012.5B
Context128k tokens
Runs withtransformers
Released2026-02-10
Popularity8k downloads / month
LicenceOpen weights

About

What Ring-2.5-1T is

Introducing Ring-2.5-1T: the world's first open-source trillion-parameter thinking model based on hybrid linear attention architecture.

In a major step toward general-purpose AI agents, we're scaling hybrid linear attention across pre-training and RL. Our efficient 1:7 MLA + Lightning Linear Attention boosts reasoning speed and exploration, while expanded RL training enhances deep thinking and long-horizon task execution.

Compared to the previously released Ring-1T, Ring-2.5-1T demonstrates substantial improvements across three key dimensions: generation efficiency, reasoning depth, and long-horizon task execution capabilities:

Generation efficiency: Leveraging a high-ratio linear attention mechanism, Ring-2.5-1T reduces memory access overhead by over 10× and increases generation throughput by more than 3× for sequences exceeding 32K tokens, making it particularly suitable for deep thinking and long-horizon task execution .

Deep Thinking: Building upon RLVR by introducing dense rewards to provide feedback on the rigor of the reasoning process, enabling Ring-2.5-1T to simultaneously achieve gold medal level for both IMO 2025 and CMO 2025 (self-tested).

Long-horizon task Execution: Through large-scale fully-async agentic RL training, significantly enhancing the long-term autonomous execution capability for complex tasks, enabling Ring-2.5-1T to easily adapt to agentic programming frameworks such as Claude Code and the OpenClaw personal AI assistant.

Model Downloads

You can download Ring-1T from the following table. If you are located in mainland China, we also provide the model on ModelScope to speed up the download process.

ModelContext LengthDownload
Ring-2.5-1T128K -> 256K (YaRN)🤗 HuggingFace    🤖 ModelScope

Note: If you are interested in the previous version, please visit the past model collections on Huggingface or ModelScope.

Deep Thinking & Long-horizon task Execution

For evaluating the Deep Thinking and Long-term Execution capabilities of Ring-2.5-1T, we selected representative open-source thinking models (DeepSeek-v3.2-Thinking, Kimi-K2.5-Thinking) and closed-source APIs (GPT-5.2-thinking-high, Gemini-3.0-Pro-preview-thinking-high, Claude-Opus-4.5-Extended-Thinking) as references. Ring-2.5-1T achieves state-of-the-art open-source performance across both high-difficulty reasoning tasks—including mathematics, coding, and logical reasoning (IMOAnswerBench, AIME 26, HMMT 25, LiveCodeBench, ARC-AGI-V2)—and long-horizon task execution such as agent search, tool calling, and software engineering (Gaia2-search, Tau2-bench, and SWE-Bench Verified).

We also conducted additional tests on the "heavy thinking mode," by expanding parallel thinking and summarization during the reasoning process to achieve test-time scaling, thereby effectively enhancing the depth and breadth of reasoning.

In IMO 2025 (full score 42), Ring-2.5-1T scored 35 points, achieving gold medal level; in CMO 2025 (full score 126), it scored 105 points, significantly exceeding the gold medal threshold (78 points) and the national team training squad selection cutoff (87 points). Comparing the answer results of Ring-2.5-1T and Ring-1T reveals that the former exhibits significant improvements in the rigor of reasoning logic, the application of advanced mathematical proof techniques, and the completeness of answer formulation.

We have now publicly released the detailed solutions of Ring-2.5-1T for IMO 2025 and CMO 2025. The full content can be viewed at the following link:

https://github.com/inclusionAI/Ring-V2.5/tree/main/examples

Additionally, in the challenging agent search task Gaia2-search, Ring-2.5-1T has achieved SOTA performance among open-source models. The Gaia2 environment emphasizes cross-application tool collaboration and complex task execution capabilities, and Ring-2.5-1T demonstrates outstanding efficiency and accuracy in both planning generation and multi-step tool calling.

Trillion-scale hybrid linear attention architecture

In the era of general agents, deep thinking and long-horizon agents are increasingly becoming the core working paradigm for language-based foundational models. This shift places exceptionally stringent demands on the architectural capabilities of foundational models, particularly in terms of efficiency for long-horizon reasoning decoding.

As a key advancement toward the architecture of agentic models, Ling 2.5 architecture introduces a hybrid linear attention architecture built upon the Ling 2.0 architecture.Through incremental training, we upgrade the GQA (Grouped Query Attention) of Ling 2.0 architecture to a 1:7 ratio of MLA (Multi-head Linear Attention) + Lightning Linear structure. Specifically, building upon the previously released Ring-flash-linear-2.0 technical roadmap, we transform a subset of GQA layers into Lightning Linear Attention to significantly enhance throughput in long-horizon reasoning scenarios. To further compress the KV Cache, we approximately convert the remaining GQA layers to MLA while applying targeted adaptations for features such as QK Norm (Query-Kernel Normalization) and Partial RoPE (Rotational Positional Encoding), thereby strengthening the expressiveness of Ling 2.5 architecture.

After modification, the trillion-scale version of Ling 2.5 architecture increases activation parameter count from

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys ring-2-5-1t for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (ring-2-5-1t below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"ring-2-5-1t","messages":[{"role":"user","content":"Hello"}]}'

Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms