Xiaomi MiMo V2.5 Pro API
MiMo-V2.5-Pro 是小米发布的万亿参数旗舰文本模型,面向长程 Agent、复杂编程与真实生产力任务;支持 1M Token 上下文、最大 128K Token 输出、深度思考、工具调用、流式输出、联网搜索、结构化输出与 Cache 缓存。
Starting price 按实际 Token 用量计费 · Price snapshot
Waiting to refresh live prices…
Model pricing
Compare all public tiers and current prices for this series on one page.
Input
按实际 Token 用量计费
Output
总价 = 各类 Token 用量 × 对应单价
Context
1,000,000
Max output
131,072
- Model ID
-
mimo-v2.5-pro - Billing model
- Fixed combination billing
- Available groups
- default, vip
- Capabilities
- chat
- Combination pricing rules
按实际 Token 用量计费总价 = 各类 Token 用量 × 对应单价
- Token 单价由当前计费表达式推导;实际费用按请求用量结算
查看高级计费表达式
v2:tier("xiaomi_mimo_official_usd_2026_09_14", tokens(p, 0.435) + tokens(c, 0.87) + tokens(cr, 0.0036))
API reference
Base URL is https://api.rokoapi.com/v1. The model in requests must use the model IDs listed above.
curl https://api.rokoapi.com/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mimo-v2.5-pro",
"messages": [{"role":"user","content":"Introduce yourself in one sentence"}]
}' For more parameters, limits, and async task queries, read the Xiaomi MiMo V2.5 Pro developer guide. Xiaomi MiMo V2.5 Pro Developer guide · OpenAI · Authorization