- Model
mistralai/mistral-saba- Provider
openrouter- API
openai-completions- Base URL
https://openrouter.ai/api/v1- Input
- text
- Reasoning
- No
- Context window
- 32,768
- Max tokens
- 4,096
- Cost / million input
- $0.2
- Cost / million output
- $0.6
- Cost / million cache read
- $0.02
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"openrouter": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "mistralai/mistral-saba",
"name": "Mistral: Saba",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 32768,
"maxTokens": 4096,
"cost": {
"input": 0.19999999999999998,
"output": 0.6,
"cacheRead": 0.02,
"cacheWrite": 0
}
}
],
"api": "openai-completions",
"baseUrl": "https://openrouter.ai/api/v1"
}
}
}