Ministral 3B (latest)

Model details

Ministral 3B (latest)

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