---
title: "MiMo API — Variants, pricing & model skill"
url: "https://runapi.ai/models/mimo.md"
canonical: "https://runapi.ai/models/mimo.md"
locale: "en"
model: "MiMo"
provider: "Xiaomi"
modality: "text"
variant_count: 2
---

# MiMo API

MiMo API via RunAPI — base mimo-v2.5 supports text and remote HTTP(S) images in synchronous OpenAI Chat Completions; mimo-v2.5-pro remains text-only.

**Provider:** Xiaomi
**Modality:** Text
**Catalog:** 2 variants

MiMo 2.5 is a language-model family. Both models support text-only requests through Chat Completions, Responses, and Anthropic Messages on their existing synchronous and SSE paths. Base mimo-v2.5 additionally accepts remote HTTP(S) image_url parts in messages[].content[] only for synchronous OpenAI Chat Completions. mimo-v2.5-pro is text-only; image input through Responses, Anthropic Messages, streaming/SSE, data URLs, and audio/file/video is not verified.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| mimo-v2.5 | `v2.5` | Input $0.09 / 1M tokens | Output $0.18 / 1M tokens | 1K tokens | https://runapi.ai/models/mimo/v2.5.md |
| mimo-v2.5-pro | `v2.5-pro` | Input $0.27 / 1M tokens | Output $0.54 / 1M tokens | 1K tokens | https://runapi.ai/models/mimo/v2.5-pro.md |


## API endpoints

Base URL: `https://runapi.ai`

- `POST /v1/chat/completions`
- `POST /v1/responses`
- `POST /v1/messages`

Use the OpenAI or Anthropic SDK with your RunAPI API key. No extra SDK required.

## Context

RunAPI supports text-only requests for both MiMo models through Chat Completions, Responses, and Anthropic Messages on their existing synchronous and SSE paths. The only verified image shape is base mimo-v2.5 with synchronous OpenAI Chat Completions, where messages[].content[] may contain text and remote HTTP(S) image_url parts. Pro remains text-only; other image and media shapes are closed or unverified.

## FAQ

### Which variant should I start with?

Pick the cheapest variant that meets your quality bar. Most teams start on the fast variant and graduate to pro for production.

### Is there a free tier?

New accounts get free first calls on every model. After that, pay per call.

### Do you stream results?

Where streaming is available, RunAPI streams end-to-end.

### How are failures billed?

Failed generations are not charged.

### Are outputs cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

### Can I use commercially?

Yes — commercial use is included for every variant unless a model license explicitly restricts it, which is called out on the variant page.

### What about rate limits?

Per-key rate limits scale with usage tier. See pricing page for current limits.

### Where can I report issues?

Open an issue on the public GitHub repo or email support.

