Xiaomi: MiMo-V2.5-Pro
xiaomi/mimo-v2.5-pro
Created Jul 29, 2026|1M context|$0.522/M input tokens|$1.04/M output tokens|$0.0048/M cache read
Intel TDX
MiMo-V2.5-Pro is Xiaomi’s flagship model, delivering strong performance in general agentic capabilities, complex software engineering, and long-horizon tasks, with top rankings on benchmarks such as ClawEval, GDPVal, and SWE-bench Pro....
Providers for Xiaomi: MiMo-V2.5-Pro
RedPill routes requests across these providers with automatic fallbacks to maximize uptime. Pricing is unified — you pay the same price no matter which provider serves your request.
Total Context
1M
Input
$0.522/M
Output
$1.04/M
Cache Read
$0.0048/M
| Provider | TTFT | Throughput | Uptime |
|---|---|---|---|
API
RedPill provides a unified completion API to all models & providers that you can call directly, or using the OpenAI SDK. Additionally, some third-party SDKs are available.
fetch("https://api.redpill.ai/v1/chat/completions", {
method: "POST",
headers: {
"Authorization": "Bearer <YOUR-REDPILL-API-KEY>",
"Content-Type": "application/json"
},
body: JSON.stringify({
"model": "xiaomi/mimo-v2.5-pro",
"messages": [
{
"role": "user",
"content": "What is the meaning of life?"
}
]
})
})The confidential AI cloud: verifiable inference with attestation reports, signed receipts, audit sessions, and E2EE paths.