MyRouterMyRouter
/
ModelsDocsSign In
Back to catalog

XiaomiMiMo/MiMo-V2.5-Pro

Provider: unknownType: Chat

Description

MiMo-V2.5-Pro is purpose-built to push the boundaries of complex software engineering and extreme long-horizon tasks. Compared to its predecessor, it achieves a comprehensive leap in general agentic capabilities, advancing the human-AI collaboration paradigm toward true "autonomous delivery." Without human intervention, it stably orchestrates massive workflows requiring up to a thousand tool calls in a single session, not only precisely capturing implicit requirements within ultra-long contexts but also demonstrating exceptional global architectural planning and self-correction discipline. In core agentic scenarios and long-horizon complexities, MiMo-V2.5-Pro is fully equipped to go head-to-head with top-tier global models like Claude Opus 4.6 and GPT-5.4. Backed by this exceptionally high execution confidence and long-term logical consistency, it completely sheds the "co-pilot" label, ready to take on truly serious, professional-grade workloads in real-world business environments.

Capabilities

  • serverless
  • function-calling
  • structured-outputs
  • reasoning

Model Info

Model ID
xiaomimimo/mimo-v2.5-pro
Context Window
1024K
Modalities

Input: Text

Output: Text

Pricing

Input
$2.00
Output
$6.00

Quick Start

Use your MyRouter API key with an OpenAI-compatible base URL, then pick the example that matches your stack.

Direct HTTP request for quick testing.

curl https://api.myrouter.ai/openai/v1/chat/completions \
  -H "Authorization: Bearer $MYROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "xiaomimimo/mimo-v2.5-pro",
    "messages": [
      {
        "role": "user",
        "content": "Hello from MyRouter"
      }
    ]
  }'