<!-- GENERATED BY scripts/gen_vendor_hubs.py; DO NOT EDIT -->
# Xiaomi API access: models, pricing, and one OpenAI-compatible key

> Call Xiaomi models through one OpenAI-compatible ChinaAPI key. Compare task type, context and published USD pricing, then start without a mainland-China account or phone number.

- Canonical: https://chinaapi.ai/vendors/xiaomi/
- Updated: 2026-08-10
- Vendor: Xiaomi
- Models on ChinaAPI: 4
- Model families: Xiaomi
- Base URL: `https://api.chinaapi.ai/v1`
- Account requirement: no mainland-China account or phone number

## Availability

The vendor's own console requires a mainland-China entity or phone number to register.
ChinaAPI exposes the same models through one OpenAI-compatible gateway account.
This page states availability, task type, context and published USD price only; it makes
no quality or ranking claim, because no published benchmark evidence supports one yet.

## Catalog

| Model | Family | Task type | Context | Price (USD) |
| --- | --- | --- | --- | --- |
| [mimo-v2.5](https://chinaapi.ai/models/mimo-v2.5/) | Xiaomi | Text and image input | 1M | $0.14/M input, $0.28/M output tokens |
| [mimo-v2.5-asr](https://chinaapi.ai/models/mimo-v2.5-asr/) | Xiaomi | Speech to text | — | $0.074 per audio hour |
| [mimo-v2.5-pro](https://chinaapi.ai/models/mimo-v2.5-pro/) | Xiaomi | Text and image input | 1M | $0.435/M input, $0.87/M output tokens |
| [mimo-v2.5-tts](https://chinaapi.ai/models/mimo-v2.5-tts/) | Xiaomi | Text to speech | — | $0 per 10k characters |

## Endpoints

- `mimo-v2.5`: `POST https://api.chinaapi.ai/v1/chat/completions`
- `mimo-v2.5-asr`: `POST https://api.chinaapi.ai/v1/chat/completions`
- `mimo-v2.5-pro`: `POST https://api.chinaapi.ai/v1/chat/completions`
- `mimo-v2.5-tts`: `POST https://api.chinaapi.ai/v1/chat/completions`

Token prices are shown as input and output per one million tokens.
Media prices are shown per published billing unit.

Token-model rates are synchronized from the gateway and may follow providers' official China list prices where configured. Live pricing is authoritative.

The displayed media rate may include a service margin covering provider input/output billing, payment processing, chargeback exposure, and operations. Any margin is included in the displayed rate and is not added separately.

## Price notes

The rate in the table is the current published rate, not a permanent one.

- `mimo-v2.5-tts`: Limited-time free upstream pricing; check live pricing before production rollout.

## Quickstart

```
curl -X POST https://api.chinaapi.ai/v1/chat/completions \
  -H "Authorization: Bearer $CHINAAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mimo-v2.5",
    "messages": [{"role": "user", "content": "Hello from ChinaAPI"}]
  }'
```

## Other vendor hubs

- [ByteDance models on ChinaAPI](https://chinaapi.ai/vendors/bytedance/)
- [StepFun models on ChinaAPI](https://chinaapi.ai/vendors/stepfun/)
- [Tencent models on ChinaAPI](https://chinaapi.ai/vendors/tencent/)
- [Meituan models on ChinaAPI](https://chinaapi.ai/vendors/meituan/)
- [Kuaishou models on ChinaAPI](https://chinaapi.ai/vendors/kuaishou/)

Generated from the ChinaAPI model catalog on August 10, 2026. Live pricing in the dashboard is authoritative.
Sign up: https://dash.chinaapi.ai/register?lang=en&utm_source=chinaapi&utm_medium=vendor-md&utm_campaign=xiaomi
