MiMo-V2.5

Xiaomi audiochatreasoningtool_usevideovision Long

API ID: xiaomi/mimo-v2.5-20260422

Input Price
$0.14
/1M tokens
Output Price
$0.28
/1M tokens
Cached Input
$0.0028
Save 98%

About MiMo-V2.5

MiMo is Xiaomi's language model, delivering capable performance on general AI tasks. The model excels at conversation and content generation with good Chinese language support. MiMo integrates with Xiaomi's ecosystem of devices and services. For applications within Xiaomi's ecosystem, MiMo offers capable AI from a major device manufacturer.

๐Ÿ“Š
Price Ranking
#10 lowest price among 47 Audio models

Model Specifications

Context Length
1.1M
Max Output
131k
Release Date
2026-04-22
Capabilities
audio chat reasoning tool_use video vision
Input Modalities
textaudioimagevideo
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Simple Q&A (cheaper models available)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.15
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$4.62
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$6.51
/month
500 analyses/day, ~2k tokens each

Xiaomi Model Lineup

Compare all models from Xiaomi to find the best fit

Model Input Output Context Capabilities
MiMo-V2.5 Current $0.14 $0.28 1.1M audio chat reasoning tool_use video vision
MiMo-V2.5-Pro $1.00 $3.00 1.1M chat reasoning tool_use

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Mistral Voxtral Small 24B 2507
Input: $0.10
Output: $0.30
Context: 32k
Google Gemini 2.0 Flash Lite
Input: $0.07
Output: $0.30
Context: 1.0M
Google Gemini 2.0 Flash
Input: $0.10
Output: $0.40
Context: 1.0M
Google Gemini 2.5 Flash Lite Preview 09-2025
Input: $0.10
Output: $0.40
Context: 1.0M

๐Ÿš€ Quick Start

Get started with MiMo-V2.5 API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

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