Models / Mistral
Mistral

Mistral Small 3.1 24B

mistralai/mistral-small-3.1-24b-instruct

Mistral Small 3.1 24B Instruct is an upgraded variant of Mistral Small 3 (2501), featuring 24 billion parameters with advanced multimodal capabilities. It provides state-of-the-art performance in text-based reasoning and...

Input
$0.4563 / 1M tokens
Output
$0.7215 / 1M tokens
Context
128K tokens

Capabilities

✓ Streaming○ Tool / function calling○ JSON / structured output✓ Vision (image input)

Call this model

Pass mistralai/mistral-small-3.1-24b-instruct as the model. Change only the base URL from your existing OpenAI SDK setup.

quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
  -H "Authorization: Bearer $MDB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/mistral-small-3.1-24b-instruct",
    "messages": [{"role":"user","content":"Hello!"}]
  }'

Prices are final — the routing margin is already included. See the full pricing table or the API docs.