- Model
devstral-2512- Provider
mistral- API
mistral-conversations- Base URL
https://api.mistral.ai- Input
- text
- Reasoning
- No
- Context window
- 262,144
- Max tokens
- 262,144
- Cost / million input
- $0.4
- Cost / million output
- $2
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"mistral": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "devstral-2512",
"name": "Devstral 2",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 262144,
"maxTokens": 262144,
"cost": {
"input": 0.4,
"output": 2,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "mistral-conversations",
"baseUrl": "https://api.mistral.ai"
}
}
}