- Model
XiaomiMiMo/MiMo-V2-Flash- Provider
huggingface- API
openai-completions- Base URL
https://router.huggingface.co/v1- Input
- text
- Reasoning
- Yes
- Context window
- 262,144
- Max tokens
- 4,096
- Cost / million input
- $0.1
- Cost / million output
- $0.3
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"huggingface": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "XiaomiMiMo/MiMo-V2-Flash",
"name": "MiMo-V2-Flash",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 262144,
"maxTokens": 4096,
"cost": {
"input": 0.1,
"output": 0.3,
"cacheRead": 0,
"cacheWrite": 0
},
"compat": {
"supportsDeveloperRole": false
}
}
],
"api": "openai-completions",
"baseUrl": "https://router.huggingface.co/v1"
}
}
}