Last refreshed 2026-05-22. Next refresh: weekly.
Why use MiMo-V2-Pro on Vercel AI Gateway?
Vercel AI Gateway offers MiMo-V2-Pro with pay-as-you-go pricing at $1.00/1M input tokens. Vercel AI Gateway is a unified AI proxy providing a single OpenAI-compatible API endpoint to 275+ models from 25+ providers including Anthropic, OpenAI, Google, Meta, Mistral, DeepSeek, xAI, Alibaba, Amazon, ByteDance, Cohere, MiniMax, MoonshotAI, KwaiPilot, Black Forest Labs, Recraft, Voyage AI, NVIDIA, and more.
Compare MiMo-V2-Pro across 2 providers to find the best fit for your use caseSetup recipe
Python + curlpip install openaiexport AI_GATEWAY_API_KEY=...import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AI_GATEWAY_API_KEY"],xiaomi/mimo-v2-proRequest example
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AI_GATEWAY_API_KEY"],
base_url="https://ai-gateway.vercel.sh/v1"
)
response = client.chat.completions.create(
model="xiaomi/mimo-v2-pro",
messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)Gotchas
- Use provider model ID "xiaomi/mimo-v2-pro", not the LLMReference slug "mimo-v2-pro".
- creator/model-name e.g. kwaipilot/kat-coder-pro-v2
- The examples expect AI_GATEWAY_API_KEY; rename it only if your application config maps the new variable.
Compare MiMo-V2-Pro Across Providers
| Provider | Input (per 1M) | Output (per 1M) |
|---|---|---|
| OpenRouter | $1.00 | $3.00 |
| Vercel AI Gateway | $1.00 | $3.00 |
Pricing
| Type | Price (per 1M) |
|---|---|
| Input tokens | $1.00 |
| Output tokens | $3.00 |
Capabilities
No model capability flags are currently sourced.
About MiMo-V2-Pro
Xiaomi MiMo-V2-Pro language model. The larger, higher-capability model in the MiMo V2 series with an extended 1M token context window.
FAQ
What does MiMo-V2-Pro cost on Vercel AI Gateway?
On Vercel AI Gateway, MiMo-V2-Pro costs $1 per 1M input tokens and $3 per 1M output tokens.
What is the context window for MiMo-V2-Pro on Vercel AI Gateway?
MiMo-V2-Pro supports a 1,000,000 token context window on Vercel AI Gateway.
How does Vercel AI Gateway compare to other MiMo-V2-Pro providers?
MiMo-V2-Pro is available from 2 providers. The cheapest input pricing is $1/1M tokens from OpenRouter.
What API model ID do I use for MiMo-V2-Pro on Vercel AI Gateway?
Use the model ID xiaomi/mimo-v2-pro when calling Vercel AI Gateway's API.
Who created MiMo-V2-Pro?
MiMo-V2-Pro was created by Xiaomi as part of the MiMo V2 model family.
Is MiMo-V2-Pro open source?
MiMo-V2-Pro is not open source; the seed data lists it as proprietary.