Magistral Small 1.2

Model details

Magistral Small 1.2

Model
mistral.magistral-small-2509
Provider
amazon-bedrock
API
bedrock-converse-stream
Base URL
https://bedrock-runtime.us-east-1.amazonaws.com
Input
text, image
Reasoning
Yes
Context window
128,000
Max tokens
40,000
Cost / million input
$0.5
Cost / million output
$1.5
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "amazon-bedrock": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "mistral.magistral-small-2509",
          "name": "Magistral Small 1.2",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 128000,
          "maxTokens": 40000,
          "cost": {
            "input": 0.5,
            "output": 1.5,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "bedrock-converse-stream",
      "baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
    }
  }
}