Call mimo-v2.6-flash through a single OpenAI-compatible endpoint — one key, no separate vendor account, no multi-provider wiring.
Xiaomi MiMoChatReasoningCodingVisionPrices are per 1M tokens in USD · ¥6.6 = $1 · Billed in CNY
MiMo models are compact by design and their capability comes from training efficiency rather than raw scale, which shows up as a very low price per million tokens.
At $0.15 per 1M input tokens it sits below the catalogue median of $0.45 — a cost-first choice. Best for coding agents and repository-scale edits. Every model here is reachable with the same API key, so trialling it against a stronger sibling costs one line of code.
from openai import OpenAI
client = OpenAI(
base_url="https://starseaapi.com/v1",
api_key="sk-your-key"
)
r = client.chat.completions.create(
model="mimo-v2.6-flash",
messages=[{"role": "user", "content": "Explain prefix caching in one paragraph"}]
)
print(r.choices[0].message.content)| Models | Input $/M | Output $/M | Intelligence index | Coding index |
|---|---|---|---|---|
| mimo-v2.5 | $0.15 | $0.30 | — | 56.8 |