StarSeaStarAPI
HomeModelsmimo-v2.6-flash

mimo-v2.6-flash API

Call mimo-v2.6-flash through a single OpenAI-compatible endpoint — one key, no separate vendor account, no multi-provider wiring.

Xiaomi MiMoChatReasoningCodingVision

Pricing

Input$0.15 / 1M tokens  (¥1.00)
Output$0.30 / 1M tokens  (¥2.00)
Output multiplier×2.00
Context window1M tokens
Max output131K tokens

Prices are per 1M tokens in USD · ¥6.6 = $1 · Billed in CNY

Xiaomi MiMo

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.

When to use it

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.

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)

Integrations · Quickstart

Other models from this provider

ModelsInput $/MOutput $/MIntelligence indexCoding index
mimo-v2.5$0.15$0.3056.8

Head-to-head comparisons

mimo-v2.5 vs mimo-v2.6-flash

$0.15 vs $0.15 per 1M input

Capabilities

Chat & general-purpose models

31 models

Reasoning models

31 models

Coding models

29 models

Vision & multimodal input models

18 models

Long-context models

29 models

Low-cost models

16 models

OpenAI-compatible API

31 models