---
title: "mimo-v2.5 API — MiMo 價格與規格"
url: "https://runapi.ai/zh-TW/models/mimo/v2.5.md"
canonical: "https://runapi.ai/zh-TW/models/mimo/v2.5.md"
locale: "zh-TW"
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

### 模型 ID 在不同版本之間會保持穩定嗎？

RunAPI 會維持 model ID 穩定，並在不改變請求格式的情況下處理相容版本更新。

### 這個 variant 的速率限制是多少？

每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。

### 之後可以切換 variant 嗎？

可以——variant 只是旗標。只要變更 model 參數即可切換。

### 它支援串流嗎？

只要支援串流，RunAPI 就會端到端串流。

### 我該在哪裡回報品質問題？

請在公開 GitHub repo 提交 issue，或寄信給支援。


## Related

Other MiMo variants:

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