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