- Model
mimo-v2-omni- Provider
xiaomi-token-plan-sgp- API
anthropic-messages- Base URL
https://token-plan-sgp.xiaomimimo.com/anthropic- Input
- text, image
- Reasoning
- Yes
- Context window
- 262,144
- Max tokens
- 131,072
- Cost / million input
- $0.4
- Cost / million output
- $2
- Cost / million cache read
- $0.08
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"xiaomi-token-plan-sgp": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "mimo-v2-omni",
"name": "MiMo-V2-Omni",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 262144,
"maxTokens": 131072,
"cost": {
"input": 0.4,
"output": 2,
"cacheRead": 0.08,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://token-plan-sgp.xiaomimimo.com/anthropic"
}
}
}