Mistral: Mistral Large 3 2512

Model details

Mistral: Mistral Large 3 2512

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