Pixtral 12B

Model details

Pixtral 12B

Model
pixtral-12b
Provider
mistral
API
mistral-conversations
Base URL
https://api.mistral.ai
Input
text, image
Reasoning
No
Context window
128,000
Max tokens
128,000
Cost / million input
$0.15
Cost / million output
$0.15
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "mistral": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "pixtral-12b",
          "name": "Pixtral 12B",
          "reasoning": false,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 128000,
          "maxTokens": 128000,
          "cost": {
            "input": 0.15,
            "output": 0.15,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "mistral-conversations",
      "baseUrl": "https://api.mistral.ai"
    }
  }
}