---
title: "Xiaomi AI 模型 — 透過 RunAPI 存取 API"
url: "https://runapi.ai/zh-TW/providers/xiaomi.md"
canonical: "https://runapi.ai/zh-TW/providers/xiaomi.md"
locale: "zh-TW"
provider: "Xiaomi"
line_count: 1
variant_count: 2
---

# Xiaomi

基礎版 mimo-v2.5 僅在同步 OpenAI Chat Completions 支援文字與遠端 HTTP(S) 圖片，mimo-v2.5-pro 僅支援文字。

兩個模型皆可透過現有同步與 SSE 路徑中的 Chat Completions、Responses 與 Anthropic Messages 處理純文字請求。基礎版 mimo-v2.5 也支援在同步 OpenAI Chat Completions 的 messages[].content[] 使用遠端 HTTP(S) image_url 部分。mimo-v2.5-pro 僅支援文字，其他圖片與媒體形式已關閉或未驗證。

## Models

- [MiMo](https://runapi.ai/zh-TW/models/mimo.md) — Text, 2 variants · from $0.0001

## Variants

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

## LLM API endpoints

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

- `POST /v1/chat/completions` — OpenAI compatible
- `POST /v1/responses` — OpenAI Responses
- `POST /v1/messages` — Anthropic compatible

Use a compatible SDK for the endpoint you call with your RunAPI API key.


## FAQ

### 這是 Xiaomi 的官方整合嗎？

RunAPI 提供受管理的 API 介面，具備透明的定價、能力與錯誤行為。

### 我需要 Xiaomi 帳戶嗎？

不需要 — 你的 RunAPI 金鑰就足以使用受管理的存取。

### 透過代理轉送的延遲額外開銷是多少？

通常低於 20 ms。RunAPI 會讓代理層盡量靠近模型執行區域。

### 圖片／影片會被快取嗎？

生成結果會依任務 ID 儲存並可取回。輸入內容不會快取。

### 我可以使用自己的金鑰嗎？

目前還不行 — 呼叫會使用 RunAPI 受管理的存取。

