Mistral Small 3

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 for efficient local deployment. The model achieves 81% accuracy on the MMLU benchmark and performs competitively with larger models like Llama 3.3 70B and Qwen 32B, while operating at three times the speed on equivalent hardware. [Read the blog post about the model here.](https://mistral.ai/news/mistral-small-3/)

ChatMistral33k tokens$0.0545 / $0.0872 · 1M

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

Context
33k tokens
Completion cap
16,384
Tools
No
JSON
Yes
Released
2025-01-30

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/mistral-small-24b-instruct-2501",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Mistral Small 3?
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 for efficient local deployment. The model achieves 81% accuracy on the MMLU benchmark and performs competitively with larger models like Llama 3.3 70B and Qwen 32B, while operating at three times the speed on equivalent hardware. [Read the blog post about the model here.](https://mistral.ai/news/mistral-small-3/) Mistral Small 3 runs on the Geek Hub API (OpenAI-compatible). Model id: mistralai/mistral-small-24b-instruct-2501.
Is Mistral Small 3 free?
No. Input is $0.0545 per 1M tokens and output is $0.0872 per 1M tokens on Geek Hub (markup included).
What is the context length of Mistral Small 3?
Mistral Small 3 has a 33k tokens context window. It supports up to 16,384 completion tokens.
Does Mistral Small 3 support tool calling and structured outputs?
Mistral Small 3 does not advertise tool calling on this endpoint. It also supports structured outputs via a JSON schema in response_format.
When was Mistral Small 3 released?
Mistral Small 3 was released on 2025-01-30.

More models from Mistral