Mistral Medium 3.5

Model details

Mistral Medium 3.5

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