- Model
xiaomi/mimo-v2-flash- Provider
vercel-ai-gateway- API
anthropic-messages- Base URL
https://ai-gateway.vercel.sh- Input
- text
- Reasoning
- Yes
- Context window
- 262,144
- Max tokens
- 32,000
- Cost / million input
- $0.1
- Cost / million output
- $0.3
- Cost / million cache read
- $0.01
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"vercel-ai-gateway": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "xiaomi/mimo-v2-flash",
"name": "MiMo V2 Flash",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 262144,
"maxTokens": 32000,
"cost": {
"input": 0.09999999999999999,
"output": 0.3,
"cacheRead": 0.01,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://ai-gateway.vercel.sh"
}
}
}