MiMo V2.5 Pro
MiMo V2.5 Pro is Xiaomi's text model for complex software engineering and agent tasks that require sustained instruction following.
input · usd / 1m tok
$0.435
output · usd / 1m tok
$0.87
context window
1.02mtokens
modalities · in → out
takes text in, gives text out
pricing
base api ratesusd per 1m tokens
- input
- $0.435
- output
- $0.87
- cache read
- $0.004
providers
AtlasCloud hosts MiMo V2.5 Pro. Impossibl routes your request intelligently and handles failover automatically when a provider is down.
- AtlasCloud
specifications
takes text in, gives text outxiaomi/mimo-v2.5-pro
- creatorXiaomi
- model typeText generation
- context window1,024,000 tokens
- maximum outputnot published
- input
takes text in, gives text out
- outputtext
- tool callingnot verified
- endpoint
/v1/chat/completions
unknown means the public catalog does not establish that fact. a model's documented capabilities can differ from what a particular api supports. see the model documentation for integration details.
try it · your prompt, this model, live
# responses API
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["IMPOSSIBL_API_KEY"],
base_url="https://api.impossibl.com/v1",
)
resp = client.responses.create(
model="xiaomi/mimo-v2.5-pro",
input="",
)
print(resp.output_text)
edit the prompt, then run
benchmarks
benchmark results are not available for this model yet.
compare MiMo V2.5 Pro with other models
frontier labs and open weights, best-ranked firstusd / 1m tok · in / out
- anthropic/claude-fable-5-1$10.00 / $50.00compare →
- openai/gpt-6-astra$10.00 / $50.00compare →
- meta/muse-spark-1.3$1.25 / $4.25compare →
- zai/glm-5.3$1.40 / $4.40compare →
frequently asked questions
What is MiMo V2.5 Pro?
MiMo V2.5 Pro is Xiaomi's text model for complex software engineering and agent tasks that require sustained instruction following. It is designed to carry work through repeated tool calls and maintain coherence across extended interactions.
How much does MiMo V2.5 Pro cost?
MiMo V2.5 Pro costs $0.435 per million input tokens and $0.87 per million output tokens through the Impossibl API. Cache reads cost $0.004 per million tokens. All rates are in USD.
What is the context length of MiMo V2.5 Pro?
MiMo V2.5 Pro has a 1,024,000-token context window through the Impossibl API.
What inputs and outputs does MiMo V2.5 Pro support?
MiMo V2.5 Pro accepts text as input. MiMo V2.5 Pro returns text.
How do I use MiMo V2.5 Pro through an API?
MiMo V2.5 Pro is available through the Impossibl API. Use xiaomi/mimo-v2.5-pro as the model identifier with /v1/chat/completions. The quickstart explains how to create an API key and send your first request.
this page describes MiMo V2.5 Pro as listed by the impossibl public api. prices and availability come from that catalog, refreshed here every five minutes. this is an impossibl offering, not a comparison of independent hosting-provider quotes. model descriptions and release dates, where available, use the creator sources linked under the answers above.
view the source catalog ↗model as markdown ↗report a correction →