mistral/mistral-small-2503/Released Mar 2025

Mistral Small 3.1

Multimodal model, 128K context

Provider
mistral
Modality
Text
Released
Mar 2025
Pricing
$0.10 / 1M in$0.30 / 1M out

Ready to build with Mistral Small 3.1?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "mistral-small-2503",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'