mistral
mistral/mistral-small-2503/Released Mar 2025

Mistral Small 3.1

A lightweight, versatile 24B multimodal model handling text and images with extensive multilingual support and 128k token context window.

Provider
mistral
Modality
text-to-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."
    }
  ]
}'