MiMo V2.6 Flash vs Pro API Pricing: Cost per Million Tokens
Compare MiMo V2.6 Flash and Pro BazaarLink rates, cache reads, 1,048,576-token context, input modalities, and a ready-to-use API call.
Pricing checked 2026-09-23. Rates are USD per million tokens from the live BazaarLink customer catalogue.
MiMo V2.6 API prices
| Model | Input / 1M | Output / 1M | Cache read / 1M |
|---|---|---|---|
| MiMo V2.6 Flash | $0.14 | $0.28 | $0.0028 |
| MiMo V2.6 Pro | $0.435 | $0.87 | $0.0036 |
Both models have a 1,048,576-token context window in the current catalogue. The listed inputs are text, image, video, and audio; output is text. The official release describes Pro and Flash as its two native multimodal MiMo V2.6 models. The per-request modalities available through BazaarLink are the ones shown in the live catalogue.
Cache reads are a separate line item. If your requests reuse a stable prefix, inspect the usage record rather than treating all input tokens as uncached.
Make a request
The public IDs are mimo-v2.6-flash and mimo-v2.6-pro. Here is a text request using Flash:
curl https://api.bazaarlink.ai/v1/chat/completions \
-H "Authorization: Bearer $BAZAARLINK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mimo-v2.6-flash",
"messages": [{"role": "user", "content": "Extract the three action items from this note."}],
"max_tokens": 1024
}'
For image requests, send a supported image in the message content using the Chat Completions format documented for the endpoint. Start with a small test payload and confirm usage fields before estimating a larger workflow.
Choosing Flash or Pro
Flash has the lower listed input and output prices. Pro costs more per token. Compare both on the same representative prompts and include cache-read usage if repeated context is part of the workload; the context-window ceiling alone does not predict a bill.
Taiwan customers can use TWD billing and request a Taiwan uniform invoice through the available account flow.
Sources
- BazaarLink live model catalogue and BazaarLink pricing catalogue, checked 2026-09-23.
- MiMo’s official V2.6 release.
FAQ
What IDs should I put in the model field?
Use mimo-v2.6-flash or mimo-v2.6-pro, as returned by the live catalogue.
Are video and audio outputs included?
No. The catalogue lists text output for both models. Video and audio are listed as input modalities.
TWD billing · Taiwan invoices · leading AI models · OpenAI-compatible API