- Model
xiaomi/mimo-v2.5- Provider
vercel-ai-gateway- API
anthropic-messages- Base URL
https://ai-gateway.vercel.sh- Input
- text, image
- Reasoning
- Yes
- Context window
- 1,050,000
- Max tokens
- 131,100
- Cost / million input
- $0.4
- Cost / million output
- $2
- Cost / million cache read
- $0.08
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"vercel-ai-gateway": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "xiaomi/mimo-v2.5",
"name": "MiMo M2.5",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1050000,
"maxTokens": 131100,
"cost": {
"input": 0.39999999999999997,
"output": 2,
"cacheRead": 0.08,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://ai-gateway.vercel.sh"
}
}
}