Full Model Access
Browse every model currently listed for this provider in the RunAPI catalog.
MiMo base mimo-v2.5 supports text and remote HTTP(S) images through synchronous OpenAI Chat Completions; mimo-v2.5-pro is text-only.
Browse every model currently listed for this provider in the RunAPI catalog.
Review each model's published RunAPI price before sending a request.
Use your RunAPI key without creating a separate provider account.
Keep this provider and other supported models on one RunAPI balance.
Sign up for free and create a RunAPI key — no Xiaomi account needed.
POST to /v1/chat/completions with any Xiaomi model slug.
Stream the response or receive a webhook when the task completes.
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.
Compare Xiaomi variants and start with transparent per-call pricing for the model you need.
Use your RunAPI API key for managed Xiaomi access without a separate provider account or credential.
Keep Xiaomi and every other supported model on one RunAPI balance and monthly USD invoice.
| Feature | Direct Xiaomi | Via RunAPI |
|---|---|---|
| Account Required | Xiaomi account + billing | RunAPI account only |
| API Format | Xiaomi SDK | Same Xiaomi SDK (compatible) |
| Pricing | Provider-published rates | Published per-model RunAPI pricing |
| Other Models | Xiaomi only | 246+ models, all providers |
| Billing | Per-provider invoices | One unified credit balance |
| Support | Provider-specific support | RunAPI support |
Response will appear here
from openai import OpenAI
client = OpenAI(
base_url="https://runapi.ai/v1",
api_key="your-runapi-key"
)
response = client.chat.completions.create(
model="mimo-v2.5",
messages=[{"role": "user", "content": "Summarize this report, identify its main points, and draft a clear response."}]
)
Build chatbots and assistants with Xiaomi models.
Generate marketing copy, code, and creative writing at scale.
Create product shots, illustrations, and design assets with Xiaomi models.
Extract insights from documents, spreadsheets, and structured data.
No. Your RunAPI API key is enough to access the Xiaomi models listed in the catalog.
The model cards above reflect the Xiaomi models currently available through RunAPI.
Usage is charged to your RunAPI balance using the price shown for the selected model.
Yes. Choose another supported model and use its model ID in the same RunAPI workflow.
Open a model page to review its current endpoints, parameters, pricing, and examples.
We're here to help with enterprise setup, integrations, and technical questions.