Published: April 29, 2026 Β· Updated: July 2026

MiMo-V2.5 Series: Pro Β· Omni Β· TTS β€” A Complete Breakdown

TL;DR

Three models open-sourced April 2026 under MIT: V2.5-Pro (1T+ params, 1M context, $1/M tokens), V2.5-Omni (full-modal vision/audio/text), V2.5-TTS (speech synthesis). Pro is the new agent-optimized flagship.

Overview

In April 2026, Xiaomi open-sourced three new models under the MIT license, representing the most significant expansion of the MiMo family since V2-Flash. The V2.5 series targets three distinct use cases:

MiMo-V2.5-Pro: The Agent Flagship

What's New

API Pricing

Permanently reduced May 2026:

Benchmarks

MiMo-V2.5-Pro focuses on agentic and long-context tasks. While SWE-Bench and AIME numbers haven't been published for this model (it's designed for different workloads), its strength is sustained multi-turn reasoning across very long contexts. In internal evaluations, it maintains coherent reasoning over 500K+ token documents, significantly outperforming V2-Flash on long-context retrieval and synthesis tasks.

MiMo-V2.5-Omni: Full-Modal Understanding

V2.5-Omni processes text, images, video, and audio in a unified architecture. Unlike pipelines that chain separate vision and language models, Omni uses a shared transformer backbone with modality-specific encoders:

All modalities feed into a shared reasoning layer, allowing cross-modal understanding β€” for example, analyzing a video of a cooking process and answering questions about ingredient timing. MIT licensed.

MiMo-V2.5-TTS: Speech Synthesis

V2.5-TTS is a standalone speech synthesis model with:

The model is trained on a proprietary corpus of 50K+ hours of labeled speech data. Xiaomi has indicated commercial licensing terms for TTS use cases will be published separately from the model weights.

How V2.5 Fits the MiMo Lineup

ModelParametersContextBest ForPricing
MiMo-7B7B32kEdge, on-deviceFree (open weights)
V2-Flash309B/15B active56kHigh-speed reasoning, coding$0.50/$1.50 per M
V2.5-Pro1T+1MAgentic, long-context$1/$3 per M
V2.5-OmniTBDTBDMultimodal understandingTBD (API) / MIT weights
V2.5-TTSTBDN/ASpeech synthesisCommercial license
MiMo CodeAgentInfiniteAI coding agentFree app + API usage

Availability

All weights are at huggingface.co/XiaomiMiMo.