---
title: "mimo-v2.5 API — MiMo 요금 및 스펙"
url: "https://runapi.ai/ko/models/mimo/v2.5.md"
canonical: "https://runapi.ai/ko/models/mimo/v2.5.md"
locale: "ko"
model: "MiMo"
provider: "Xiaomi"
variant_id: "mimo-v2.5"
sdk_model_id: "mimo-v2.5"
modality: "text"
billing_unit: "1K tokens"
status: "active"
---

# MiMo mimo-v2.5 API

RunAPI로 MiMo 패밀리의 mimo-v2.5를 사용하세요. 호출당 요금, 구독 없음, 실패한 생성은 과금되지 않습니다.

## Pricing

### `chat_completion`

- Input: $0.09 / 1M tokens
- Output: $0.18 / 1M tokens
- Cache read: $0.01 / 1M tokens

### `response`

- Input: $0.09 / 1M tokens
- Output: $0.18 / 1M tokens
- Cache read: $0.01 / 1M tokens

### `message`

- Input: $0.09 / 1M tokens
- Output: $0.18 / 1M tokens
- Cache read: $0.01 / 1M tokens


실패한 생성은 과금되지 않습니다

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `mimo-v2.5` |
| Provider | Xiaomi |
| Modality | text |
| Task type | synchronous |
| Billing unit | 1K tokens |
| API endpoint | `/v1/chat/completions` |
|  | `/v1/responses` |
|  | `/v1/messages` |
| Status | active |

## Request example

```json
{
  "model": "mimo-v2.5",
  "messages": [
    {
      "role": "user",
      "content": "이 보고서를 요약하고 핵심 내용을 정리한 뒤 명확한 답변을 작성해 주세요."
    }
  ]
}
```

## 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 and `model: "mimo-v2.5"`.

## FAQ

### %{variant}는 어떻게 선택하나요?

quickstart에 표시된 모델 ID를 전달하세요.

### 가격은 사용량 기반인가요?

네. 호출 또는 단위 기준으로 측정됩니다.


## Related

Other MiMo variants:

- [mimo-v2.5-pro](https://runapi.ai/ko/models/mimo/v2.5-pro.md) — `v2.5-pro` · Input $0.27 / 1M tokens | Output $0.54 / 1M tokens
