MiMo V2.5 Pro
Xiaomi logo

MiMo V2.5 Pro

mimo-v2.5-prollms.txt
Xiaomi
New
MiMo-V2.5-Pro is Xiaomi's most powerful model to date. In areas such as general agent capabilities, complex software engineering, and long-horizon tasks, it can now directly compete with the world's top agent models (Claude Opus 4.6, GPT-5.4). Compared with the previous-generation MiMo-V2-Pro, it achieves an all-around leap forward.

Pricing

PricingCache ReadWeb Search
$0.48$0.96
$0.0038/M tokens$0.005/request

Input Modalities

  • Text

Output Modalities

  • Text

Context length

  • 1M tokens

Max output

  • 131K tokens

Capabilities

  • Thinking
  • Streaming
  • Tool calling
  • Web search
  • URL context
  • Code interpreter
  • Computer use
  • File search
  • Memory tool
  • Structured outputs
  • Citations
  • Prompt caching
  • Background mode
  • Server-side sessions

Providers

Xiaomi xiaomi-mimo-v2.5-pro
Pricing$0.48$0.96
Cache Read$0.0038/M tokens
Web Search$0.005/request
Context1M
Max output0
Latency7.8S
Throughput24.0TPS
Uptime
100.00% uptime 2 days ago
99.67% uptime yesterday
100.00% uptime today
Deepinfra deepinfra-mimo-v2.5-pro
Pricing$3.3$9.9
Cache Read$0.66/M tokens
Web Search$0.005/request
Context1M
Max output0
Latency1.7S
Throughput41.3TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
0.00% uptime today

Performance for mimo-v2.5-pro

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="mimo-v2.5-pro",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is MiMo V2.5 Pro?

MiMo-V2.5-Pro is Xiaomi's most powerful model to date. In areas such as general agent capabilities, complex software engineering, and long-horizon tasks, it can now directly compete with the world's top agent models (Claude Opus 4.6, GPT-5.4). Compared with the previous-generation MiMo-V2-Pro, it achieves an all-around leap forward.