Mistral Large (latest)

Model details

Mistral Large (latest)

Model
mistral-large-latest
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-latest",
          "name": "Mistral Large (latest)",
          "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"
    }
  }
}