MiMo V2.6 Pro
Xiaomi logo

MiMo V2.6 Pro

mimo-v2.6-prollms.txt
Xiaomi
New
MiMo-V2.6-Pro is Xiaomi’s trillion-parameter, natively omni-modal flagship reasoning model for complex projects, long-horizon agentic tasks, coding, research, and professional knowledge work. It supports a 1M-token context window and up to 128K output tokens. Compared with V2.5, it delivers stronger reasoning and long-task performance while retaining the same API pricing.

Pricing

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

Input Modalities

  • Text
  • Vision
  • Audio
  • Video

Output Modalities

  • Text

Context length

  • 1.05M tokens

Providers

Xiaomi xiaomi-mimo-v2.6-pro
Pricing$0.48$0.96
Cache Read$0.0038/M tokens
Web Search$0.005/request
Context1M
Max output0
Latency3.3S
Throughput40.1TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
100.00% uptime today

Performance for mimo-v2.6-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.6-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.6 Pro?

MiMo-V2.6-Pro is Xiaomi’s trillion-parameter, natively omni-modal flagship reasoning model for complex projects, long-horizon agentic tasks, coding, research, and professional knowledge work. It supports a 1M-token context window and up to 128K output tokens. Compared with V2.5, it delivers stronger reasoning and long-task performance while retaining the same API pricing.