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

xiaomi/mimo-v2-omni

262,144 context · $0.40/M input tokens · $2.00/M output tokens

MiMo-V2-Omni is a frontier omni-modal model that natively processes image, video, and audio inputs within a unified architecture. It combines strong multimodal perception with agentic capability - visual grounding, multi-step planning, tool use, and code execution - making it well-suited for complex real-world tasks that span modalities. 256K context window.

Pricing

Pay-per-use

No upfront costs, pay only for what you use

Input$0.40 / M Tokens
Output$2.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-omni",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

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

Info

Providerxiaomi
Typellm

Supported Functionality

Input
TextImageAudio
Output
Text
Context262,144
Max Output65,536
Vision✓ Supported
Function Calling✓ Supported

API Access Guide

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

Mimo V2 Omni API

xiaomi/mimo-v2-omni

MiMo-V2-Omni is a frontier omni-modal model that natively processes image, video, and audio inputs within a unified architecture. It combines strong multimodal perception with agentic capability - visual grounding, multi-step planning, tool use, and code execution - making it well-suited for complex real-world tasks that span modalities. 256K context window.

Input

$0.4 /M

Output

$2 /M

Context

262K

Max Output

66K

Vision

Supported

Tool Use

Supported

Try Mimo V2 Omni on WaveSpeedAI

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

Frequently Asked Questions about Mimo V2 Omni

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

Pricing on WaveSpeedAI: $0.40 per million input tokens and $2.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 Omni?+

Mimo V2 Omni supports up to 262K tokens of context with up to 66K tokens of output per request.

Is Mimo V2 Omni OpenAI-compatible?+

Yes. WaveSpeedAI exposes Mimo V2 Omni 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 Omni?+

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 Omni before paying per token.

Related LLM APIs