- Model
mimo-v2-pro- Provider
xiaomi-token-plan-cn- API
anthropic-messages- Base URL
https://token-plan-cn.xiaomimimo.com/anthropic- Input
- text
- Reasoning
- Yes
- Context window
- 1,048,576
- Max tokens
- 131,072
- Cost / million input
- $1
- Cost / million output
- $3
- Cost / million cache read
- $0.2
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"xiaomi-token-plan-cn": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "mimo-v2-pro",
"name": "MiMo-V2-Pro",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 1048576,
"maxTokens": 131072,
"cost": {
"input": 1,
"output": 3,
"cacheRead": 0.2,
"cacheWrite": 0
}
}
],
"api": "anthropic-messages",
"baseUrl": "https://token-plan-cn.xiaomimimo.com/anthropic"
}
}
}