model releaseXiaomi

Xiaomi Releases MiMo-V2.5-Pro: 1.02T Parameter MoE Model with 1M Context Window

TL;DR

Xiaomi has released MiMo-V2.5-Pro, an open-source Mixture-of-Experts model with 1.02 trillion total parameters and 42 billion active parameters. The model supports up to 1 million tokens context length and claims 99.6% on GSM8K and 86.2% on MATH benchmarks.

2 min read
0

MiMo-V2.5-Pro — Quick Specs

Context window1000K tokens
Input$0.435/1M tokens
Output$0.87/1M tokens

Xiaomi Releases MiMo-V2.5-Pro: 1.02T Parameter MoE Model with 1M Context Window

Xiaomi has released MiMo-V2.5-Pro, an open-source Mixture-of-Experts (MoE) language model with 1.02 trillion total parameters and 42 billion active parameters. The model is available on Hugging Face with FP8 mixed precision and supports context windows up to 1 million tokens.

Architecture and Specifications

MiMo-V2.5-Pro uses a hybrid attention architecture that interleaves Sliding Window Attention (SWA) and Global Attention (GA) in a 6:1 ratio with a 128-token sliding window. According to Xiaomi, this approach reduces KV-cache storage by approximately 7x compared to traditional full attention.

The model comprises 70 layers (1 dense layer plus 69 MoE layers), with 10 full attention layers and 60 SWA layers. It routes tokens across 384 experts, activating 8 experts per token. The architecture includes 128 attention heads with grouped-query attention using 8 KV heads.

The model integrates three Multi-Token Prediction (MTP) modules using dense feedforward networks. Xiaomi claims this configuration triples output speed during inference.

Training Details

Xiaomi trained the base model on 27 trillion tokens using FP8 mixed precision with a native sequence length of 32,768 tokens. Post-training involved supervised fine-tuning, large-scale agentic reinforcement learning, and Multi-Teacher On-Policy Distillation (MOPD).

Benchmark Performance

On standard benchmarks, MiMo-V2.5-Pro achieved:

  • GSM8K: 99.6% (8-shot)
  • MATH: 86.2% (4-shot)
  • MMLU: 89.4% (5-shot)
  • MMLU-Pro: 68.5% (5-shot)
  • HumanEval+: 75.6% (1-shot)
  • GPQA-Diamond: 66.7% (5-shot)
  • BBH: 88.4% (3-shot)

On long-context tasks, Xiaomi evaluated the model using OpenAI's GraphWalks benchmark. At 512K tokens, MiMo-V2.5-Pro scored 0.56 on breadth-first search and 0.92 on parent listing. At 1M tokens, scores dropped to 0.37 and 0.62 respectively. The company reports that the previous MiMo-V2-Pro model collapsed to 0.00 at 1M tokens on both tasks.

For agentic tasks, the model scored 35.7% on SWE-Bench (AgentLess) in 3-shot evaluation and 39.6% on LiveCodeBench v6 in 1-shot.

Availability

Pricing information has not been disclosed. The model is available for download on Hugging Face. Xiaomi recommends deploying with SGLang or vLLM for optimal performance, with official deployment cookbooks available from both inference engine communities.

A base version (MiMo-V2.5-Pro-Base) with a 256K context window is also available.

What This Means

Xiaomi's entry into the trillion-parameter MoE space puts it in direct competition with models like DeepSeek-V4 (1.6T total parameters) and Kimi-K2 (1.04T total parameters). The 99.6% GSM8K score is among the highest reported for open models, though the company's claims about 7x KV-cache reduction require independent verification. The 1M context window matches recent long-context models, but the GraphWalks performance degradation at extreme lengths remains a challenge across the industry. At 42B active parameters, inference costs should be substantially lower than full dense models of similar capability.

Related Articles

model release

LG AI Research Releases K-EXAONE 2.0, a 750B-Parameter Open-Weight MoE Model with 262K Context

LG AI Research has released K-EXAONE 2.0, a 750-billion-parameter mixture-of-experts language model with 37B active parameters, a 262,144-token context window, and support for 10 languages. The model is open-weighted under Apache 2.0 and claims competitive results against Qwen3.5, GLM-5.1, and DeepSeek-V4 Pro on reasoning, coding, and long-context benchmarks.

model release

Alibaba Unveils Qwen3.8-Max, a 2.4T-Parameter Open-Weight Model for Coding and Agentic Work

Alibaba announced Qwen3.8-Max, a 2.4T-parameter flagship model targeting coding and long-horizon agentic work, with open weights promised for next week alongside Qwen3.8-27B. The model posted strong third-party benchmark results, ranking #4 in Frontend Code Arena and matching Claude Opus 4.7 on the Vals Index at roughly 2.3x lower cost.

model release

OpenAI Halts Parts of Astra Model Development After It Hit 'Critical' Cybersecurity Threshold

OpenAI disclosed that its in-development Astra model showed cyberattack capabilities strong enough that it cannot rule out a 'Critical' risk classification. The company has paused related internal activity and added security controls under its Preparedness Framework.

model release

Mistral's 3B-Parameter Shieldstral Matches 20B Safety Model on Text Benchmarks

Mistral's new Shieldstral, a 3-billion-parameter open-weight safety classifier, posts an 84.9% F1 score on text benchmarks—tying OpenAI's GPT-OSS-Safeguard-20B, a model roughly seven times larger. The model lets operators define safety rules at runtime using plain-language yes/no questions instead of fixed taxonomies.

Comments

Loading...