Ministral 3 3B

Model details

Ministral 3 3B

Model
mistral.ministral-3-3b-instruct
Provider
amazon-bedrock
API
bedrock-converse-stream
Base URL
https://bedrock-runtime.us-east-1.amazonaws.com
Input
text, image
Reasoning
No
Context window
256,000
Max tokens
8,192
Cost / million input
$0.1
Cost / million output
$0.1
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "amazon-bedrock": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "mistral.ministral-3-3b-instruct",
          "name": "Ministral 3 3B",
          "reasoning": false,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 256000,
          "maxTokens": 8192,
          "cost": {
            "input": 0.1,
            "output": 0.1,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "bedrock-converse-stream",
      "baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com"
    }
  }
}