Seedance 2.0 | Special Offer ✦ 10% OFF NOW | Ends May 13 (UTC+0)
X
xiaomi/mimo-v2-pro

xiaomi/mimo-v2-pro

1,048,576 context · $1.00/M input tokens · $3.00/M output tokens

MiMo-V2-Pro is Xiaomi's flagship foundation model, featuring over 1T total parameters and a 1M context length, deeply optimized for agentic scenarios. It is highly adaptable to general agent frameworks like OpenClaw. It ranks among the global top tier in the standard PinchBench and ClawBench benchmarks, with perceived performance approaching that of Opus 4.6. MiMo-V2-Pro is designed to serve as the brain of agent systems, orchestrating complex workflows, driving production engineering tasks, and delivering results reliably.

Pricing

Pay-per-use

No upfront costs, pay only for what you use

Input$1.00 / M Tokens
Output$3.00 / M Tokens

API Usage

Use the following code examples to integrate with our API:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="xiaomi/mimo-v2-pro",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Info

Providerxiaomi
Typellm

Supported Functionality

Input
Text
Output
Text
Context1,048,576
Max Output131,072
Vision-
Function Calling✓ Supported

API Access Guide

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDxiaomi/mimo-v2-pro

Mimo V2 Pro API

xiaomi/mimo-v2-pro

MiMo-V2-Pro is Xiaomi's flagship foundation model, featuring over 1T total parameters and a 1M context length, deeply optimized for agentic scenarios. It is highly adaptable to general agent frameworks like OpenClaw. It ranks among the global top tier in the standard PinchBench and ClawBench benchmarks, with perceived performance approaching that of Opus 4.6. MiMo-V2-Pro is designed to serve as the brain of agent systems, orchestrating complex workflows, driving production engineering tasks, and delivering results reliably.

Input

$1 /M

Output

$3 /M

Context

1049K

Max Output

131K

Tool Use

Supported

Try Mimo V2 Pro on WaveSpeedAI

Access Mimo V2 Pro through our unified API — OpenAI-compatible, no cold starts, transparent pricing.

Frequently Asked Questions about Mimo V2 Pro

How much does Mimo V2 Pro cost via the API?+

Pricing on WaveSpeedAI: $1.00 per million input tokens and $3.00 per million output tokens. Prompt caching and batch processing are billed separately and reduce effective cost on long, repetitive workloads.

What is the context window of Mimo V2 Pro?+

Mimo V2 Pro supports up to 1049K tokens of context with up to 131K tokens of output per request.

Is Mimo V2 Pro OpenAI-compatible?+

Yes. WaveSpeedAI exposes Mimo V2 Pro through an OpenAI-compatible endpoint at https://llm.wavespeed.ai/v1. Point the official OpenAI SDK at this base URL with your WaveSpeedAI API key — no other code changes required.

How do I get started with Mimo V2 Pro?+

Sign in to WaveSpeedAI, create an API key in Access Keys, then send a request to https://llm.wavespeed.ai/v1/chat/completions with model id set to the value shown above. New accounts receive free credits to evaluate Mimo V2 Pro before paying per token.

Related LLM APIs