Mimo Token API Pricing, Top-up, Deals & Updates | Article

Mimo Token API pricing. mimo-v2.5-pro, mimo-v2.5 and 4 more models. OpenAI API, Anthropic API, MiMo API integrations. Includes cache tiers and rate limits. API key setup, usage quotas, and official entry—is it worth it?

41
Platforms
395+
Models
140+
IDE Tools
6
Mimo Token API models
¥1 / ¥2
Mimo Token API entry price
View
Vendor details

MiMo API Latest Updates

MiMo-V2.5 API Pricing Compared: Pro vs Standard — Cache-Hit Savings & Which to Choose

Published Updated
AnalysisMiMoAPIpricing comparisonV2.5Pro
Summary

Xiaomi MiMo-V2.5's open API now offers two text models: flagship Pro (¥3 input / ¥6 output, ¥0.025 cache hit) and multimodal Standard (¥1 input / ¥2 output, ¥0.02 cache hit), both at flat per-million-token pricing with no context-length tiering. Web search costs ¥16 per 1K calls, ASR ¥0.5/hour, the TTS series is temporarily free, and the V2 series retired June 30. This article compares the two models' capabilities, ideal workloads, and cost curves under different cache-hit rates, helping you balance complex reasoning against high-frequency calls for the lowest cost.

Two Models, Two Price Lines: The Pricing Table

MiMo-V2.5 API pricing is now simpler. After the 2026-08-06 update, text models dropped context-length tiering; Pro and Standard use flat per-unit pricing with very deep cache-hit discounts (source).

Domestic Pricing (CNY per 1M tokens)

Model Input (Uncached) Input (Cache Hit) Output
MiMo-V2.5-Pro ¥3.00 ¥0.025 ¥6.00
MiMo-V2.5 (Standard) ¥1.00 ¥0.02 ¥2.00
ASR ¥0.5/hour by audio duration
TTS Series (3 models) Temporarily free

Overseas pricing mirrors this: Pro $0.435/$0.87 (cache hit $0.0036), Standard $0.14/$0.28 (cache hit $0.0028). The web search plugin costs ¥16 per 1,000 calls domestically and $5 per 1,000 calls overseas, billed separately from token pricing.


Pro (mimo-v2.5-pro): The Heavy Lifter

1.02 trillion parameters, MoE architecture, 1M context, 42B active parameters. MiMo's flagship text model, with official claims of Claude Opus 4.6-level agent performance. From a developer's perspective, Pro is built for:

  • Agent-level code generation on complex software (multi-file refactoring, project-wide requirements to implementation)
  • Long-chain reasoning (10+ step multi-stage tool calls)
  • Ultra-long document analysis and codebase-level understanding

The trade-off is the higher price: output at ¥6 per 1M tokens, three times Standard. If call volume is high, leverage cache hits. Pro's cache-hit input at ¥0.025 versus ¥3 uncached saves about 99%; multi-turn conversations and same-project contexts can dramatically lower cost.


Standard (mimo-v2.5): The Multimodal Sweet Spot

310B parameters, native multimodal understanding, 1M context. Weaker than Pro on pure text, but adds native image, audio, and video understanding. Input ¥1 / output ¥2 is one-third of Pro, with cache hits at ¥0.02.

Best for:

  • Mixed workloads combining text, images, audio, and video (support-ticket screenshots, technical-doc illustrations)
  • Day-to-day coding assistance and routine agent tasks
  • Simplified architectures where one model covers multiple modalities

If your workflow includes significant multimedia content, Standard's single-model approach beats "Pro plus a third-party vision model." For complex pure-text coding, Pro performs better; but Standard is the most natural entry point for high-frequency, cost-sensitive tasks.


How to Choose: Three Typical Strategies

Strategy A: Pure Text Coding, Single Model

Day-to-day coding, code review, small agent tasks → Standard is enough (¥1/¥2). It handles most tasks at one-third of Pro's price. Switch to Pro for complex refactoring and long-chain work.

Strategy B: Light + Heavy Dual Model

High-frequency autocomplete and simple Q&A on Standard (¥1/¥2), reasoning-heavy tasks on Pro (¥3/¥6). If 80% of calls are lightweight and 20% heavy inference, the weighted average price comfortably beats all-Pro. Ideal for backend services embedding MiMo into products.

Strategy C: Unified Multimodal

If 30%+ of requests involve images, audio, or video, use Standard exclusively. Native multimodal support removes the need for separate vision/speech models. One API key, one endpoint, all media types handled uniformly.


Cost Curve: Cache-Hit Rate Determines Real Cost

Assume 1M tokens of Pro output + 1M tokens input, total cost at different cache-hit rates:

Cache Hit Rate Input Cost Output Cost Total
0% ¥3.00 ¥6.00 ¥9.00
50% ¥1.51 ¥6.00 ¥7.51
80% ¥0.62 ¥6.00 ¥6.62
100% ¥0.03 ¥6.00 ¥6.03

Cache hits now approach "free input." Pro input drops from ¥3 to ¥0.025 (about 99% off); Standard from ¥1 to ¥0.02 (about 98% off). The impact is limited for output-heavy coding workloads (output price stays the same), but dramatic for heavy-context-input workloads like long-document analysis and multi-file backgrounds.


Caveats

  1. The V2 series was officially retired June 30, 2026. Legacy names like mimo-v2-pro, mimo-v2-omni, and mimo-v2-flash are dead; switch to the V2.5 equivalents directly.

  2. Text models no longer charge 2x for 256K–1M. The 2026-08-06 update moved to flat pricing, so long-document processing no longer triggers a higher price tier.

  3. Cache-hit discounts are very deep—design reusable prefixes first. Fixed system prompts, repeated same-project contexts, and shared multi-turn history all raise hit rates and push input cost near zero.

  4. API pay-as-you-go and Token Plan subscription are two fully separated systems. API keys use the sk- prefix and deduct balance; Token Plan uses the tp- prefix and deducts the Credits pool. They cannot be mixed.

Sources and verification

Last verified

Mimo Token API FAQ

What are the differences between MiMo-V2.5's two text models, Pro and Standard?

Pro (mimo-v2.5-pro) is the 1.02T-param flagship with 1M context for complex reasoning and agent tasks, priced at ¥3 input / ¥6 output (¥0.025 cache hit) per 1M tokens. Standard (mimo-v2.5) is a native multimodal 310B model with 1M context supporting text, image, audio, and video understanding, at ¥1 input / ¥2 output (¥0.02 cache hit). Neither model charges extra for longer context anymore.

How does MiMo API's cache hitting work? How much can it save?

When request prefixes (prompt beginnings and context) match previous requests, Prompt Cache kicks in automatically—no developer configuration needed. Cache hits are now deeply discounted: Pro input ¥0.025 vs ¥3 uncached (about 99% off), Standard ¥0.02 vs ¥1 (about 98% off). Multi-turn conversations and repeated same-project contexts see the highest hit rates. Cache writes are currently free.

Does MiMo API still charge a premium for long context (256K–1M)?

No. The 2026-08-06 pricing update removed context-length tiering, so Pro and Standard are billed at a flat per-unit rate regardless of context length. The previous rule doubling input/output beyond 256K no longer applies—massive codebase analysis and long-document processing no longer trigger a higher price tier.

Does MiMo API offer batch, async, or annual discounts? How does it compare to Token Plan?

MiMo's pay-as-you-go API has no published batch or async discounts. Effective ways to cut costs: 1) leverage cache hits (save 98%+ on input), 2) match model to task complexity (Standard for lightweight, Pro for complex), 3) consider Token Plan for significant nighttime usage (it offers a 0.8x nightly discount, which the pay-as-you-go API does not). The API suits flexible, bursty workloads; Token Plan is cheaper for predictable coding workflows.

How do I choose between MiMo API and a Token Plan subscription?

Token Plan is a fixed-monthly-fee Coding Plan whose Credits pool powers AI coding tools; the open API bills pay-as-you-go from your account balance in real time, ideal for backend services and custom apps. The API's text models start low (Standard ¥1/1M tokens input), making it great for self-hosted services; for coding in Claude Code / Cursor, a Token Plan is more economical. The two use fully separated keys (`sk-` vs `tp-`) and billing systems.
AI Token Plan

Global AI Token Comparison

AI Token Plan is not just a collection of vendor links. It places 41+ domestic and international AI platforms into one comparison framework, covering 395+ model entries plus common plan types such as Token Plans, Coding Plans, IDE Tools and LLM APIs.

When you need to compare AI subscription pricing, coding plan quota, API usage cost or official deal entry points, AI Token Plan brings official prices, plan tiers, usage rules, model capabilities and tool integrations into one place, reducing the need to check multiple vendor sites manually.

Data is continuously organized as vendor pricing pages, plan pages and product documentation change, making the homepage a pricing comparison entry point while detail pages explain whether each vendor plan fits individual developers, team purchasing or long-term API usage.

Prices come from each platform's official site and may change at any time; the official price prevails.

© 2026 AI Token Plan · All rights reserved · First published June 18, 2026 · 64 days running · Sitemap