Mistral Small 4

Model details

Mistral Small 4

Model
mistral-small-2603
Provider
mistral
API
mistral-conversations
Base URL
https://api.mistral.ai
Input
text, image
Reasoning
Yes
Context window
256,000
Max tokens
256,000
Cost / million input
$0.15
Cost / million output
$0.6
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "mistral": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "mistral-small-2603",
          "name": "Mistral Small 4",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 256000,
          "maxTokens": 256000,
          "cost": {
            "input": 0.15,
            "output": 0.6,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "mistral-conversations",
      "baseUrl": "https://api.mistral.ai"
    }
  }
}