HomeModels › MiMo-V2.5-Pro
Xiaomi MiMo · Flagship Reasoning · 1M Context · Just Added

MiMo-V2.5-Pro API

Xiaomi's MiMo V2.5 Pro flagship reasoning model with a 1M-token context — strong math, code and long-document reasoning at provider list price, zero platform fee.

$0.427
Input / 1M tokens
$0.855
Output / 1M tokens
1M
Context window
$0
Platform fee
Sign Up - Get $2.00 Free Credit See All Pricing

Why use MiMo-V2.5-Pro on NovAI?

  • 1M-token context - long-document and whole-project reasoning
  • Strong reasoning - excels at math, STEM and step-by-step problem solving
  • Competitive pricing - $0.427 / $0.855 per 1M tokens, roughly matching OpenRouter
  • Xiaomi flagship - the top tier of the MiMo model family
  • Zero platform fee - no markup on the provider price
  • Hong Kong low-latency access through NovAI's zero-fee gateway

Best use cases

  • Math and STEM reasoning
  • Code generation and analysis
  • Long-document research assistants
  • Structured problem solving
  • General high-quality chat

Quick start

cURL

curl https://aiapi-pro.com/v1/chat/completions \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mimo-v2.5-pro",
    "messages": [{"role":"user","content":"Solve this optimization problem step by step"}]
  }'

Python (OpenAI SDK)

from openai import OpenAI
client = OpenAI(
    base_url="https://aiapi-pro.com/v1",
    api_key="YOUR_NOVAI_API_KEY",
)
resp = client.chat.completions.create(
    model="mimo-v2.5-pro",
    messages=[{"role":"user","content":"Solve this optimization problem step by step"}],
)
print(resp.choices[0].message.content)

Try MiMo-V2.5-Pro today

Zero platform fee. Credits never expire. OpenAI-compatible API.

Sign Up Free