Models / Mistral
Mistral
Mistral Small 3
mistralai/mistral-small-24b-instruct-2501
Mistral Small 3 is a 24B-parameter language model optimized for low-latency performance across common AI tasks. Released under the Apache 2.0 license, it features both pre-trained and instruction-tuned versions designed...
Input
$0.065 / 1M tokens
Output
$0.104 / 1M tokens
Context
33K tokens
Capabilities
✓ Streaming○ Tool / function calling✓ JSON / structured output○ Vision (image input)
Call this model
Pass mistralai/mistral-small-24b-instruct-2501 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-24b-instruct-2501",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.