xiaomi/mimo-v2.5-pro
1,048,576 context · $1.00/M input tokens · $3.00/M output tokens
MiMo-V2.5-Pro is Xiaomi’s flagship open model for advanced agentic workflows, complex software engineering, and long-horizon task execution. Built on a sparse Mixture-of-Experts architecture with 1.02T total parameters and 42B active parameters, it supports a 1M-token context window and is optimized for autonomous coding agents, large codebase reasoning, tool-use workflows, and multi-step problem solving. It delivers strong performance on agentic and software engineering benchmarks such as ClawEval, GDPVal, and SWE-bench Pro, with an emphasis on token-efficient long-context execution.
Pago por uso
Sin costos iniciales, paga solo por lo que uses
Usa los siguientes ejemplos de código para integrar con nuestra 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.5-pro",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)MiMo-V2.5-Pro is Xiaomi’s flagship open model for advanced agentic workflows, complex software engineering, and long-horizon task execution. Built on a sparse Mixture-of-Experts architecture with 1.02T total parameters and 42B active parameters, it is optimized for autonomous coding agents, large codebase reasoning, tool use, and multi-step problem solving.
| Specification | Value |
|---|---|
| Provider | xiaomi |
| Model Type | Chat Completions model |
| Architecture | Sparse Mixture-of-Experts |
| Parameters | 1.02T total / 42B active |
| Context Window | 1,048,576 tokens |
| Max Input | 1,032,192 tokens |
| Max Output | 16,384 tokens |
| Input | Text |
| Output | Text |
| Vision | Not listed |
| Function Calling | Supported |
| Structured Outputs | Supported |
| Primary Use Cases | Agentic coding, complex software engineering, long-horizon tasks, tool use |
| Token Type | Cost |
|---|---|
| Input | $1.00 per million tokens |
| Output | $3.00 per million tokens |
| Cached Input | $0.20 per million tokens |
Base URL: https://llm.wavespeed.ai/v1
API Endpoint: chat/completions
Model ID: xiaomi/mimo-v2.5-pro
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.5-pro",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
curl https://llm.wavespeed.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "xiaomi/mimo-v2.5-pro",
"messages": [{"role": "user", "content": "Hello!"}]
}'
xiaomi/mimo-v2.5-pro
MiMo-V2.5-Pro is Xiaomi’s flagship open model for advanced agentic workflows, complex software engineering, and long-horizon task execution. Built on a sparse Mixture-of-Experts architecture with 1.02T total parameters and 42B active parameters, it supports a 1M-token context window and is optimized for autonomous coding agents, large codebase reasoning, tool-use workflows, and multi-step problem solving. It delivers strong performance on agentic and software engineering benchmarks such as ClawEval, GDPVal, and SWE-bench Pro, with an emphasis on token-efficient long-context execution.
Entrada
$1 /M
Salida
$3 /M
Contexto
1049K
Salida máx.
16K
Uso de herramientas
Compatible
Accede a Mimo V2.5 Pro mediante nuestra API unificada — compatible con OpenAI, sin arranques en frío, precios transparentes.
Precios en WaveSpeedAI: $1.00 por millón de tokens de entrada y $3.00 por millón de tokens de salida. El prompt caching y el procesamiento por lotes se facturan por separado y reducen el coste efectivo en cargas largas y repetitivas.
Mimo V2.5 Pro admite hasta 1049K tokens de contexto y hasta 16K tokens de salida por solicitud.
Sí. WaveSpeedAI expone Mimo V2.5 Pro a través de un endpoint compatible con OpenAI en https://llm.wavespeed.ai/v1. Apunta el SDK oficial de OpenAI a esta base URL con tu clave API de WaveSpeedAI — sin más cambios de código.
Inicia sesión en WaveSpeedAI, crea una clave API en Access Keys y envía una solicitud a https://llm.wavespeed.ai/v1/chat/completions con el id de modelo mostrado arriba. Las cuentas nuevas reciben créditos gratuitos para evaluar Mimo V2.5 Pro antes de pagar por token.