Mistral Nemo

Model details

Mistral Nemo

Model
mistral-nemo
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.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": "mistral-nemo",
          "name": "Mistral Nemo",
          "reasoning": false,
          "input": [
            "text"
          ],
          "contextWindow": 128000,
          "maxTokens": 128000,
          "cost": {
            "input": 0.15,
            "output": 0.15,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "mistral-conversations",
      "baseUrl": "https://api.mistral.ai"
    }
  }
}