- Model
mistral-large-2411- Provider
mistral- API
mistral-conversations- Base URL
https://api.mistral.ai- Input
- text
- Reasoning
- No
- Context window
- 131,072
- Max tokens
- 16,384
- Cost / million input
- $2
- Cost / million output
- $6
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"mistral": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "mistral-large-2411",
"name": "Mistral Large 2.1",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 131072,
"maxTokens": 16384,
"cost": {
"input": 2,
"output": 6,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "mistral-conversations",
"baseUrl": "https://api.mistral.ai"
}
}
}