Mistral Small 3.2 24B

Mistral-Small-3.2-24B-Instruct-2506 is an updated 24B parameter model from Mistral optimized for instruction following, repetition reduction, and improved function calling. Compared to the 3.1 release, version 3.2 significantly improves accuracy on WildBench and Arena Hard, reduces infinite generations, and delivers gains in tool use and structured output tasks. It supports image and text inputs with structured outputs, function/tool calling, and strong performance across coding (HumanEval+, MBPP), STEM (MMLU, MATH, GPQA), and vision benchmarks (ChartQA, DocVQA).

ChatMistral131k tokens$0.0818 / $0.218 · 1M

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

Context
131k tokens
Completion cap
16,384
Tools
Yes
JSON
Yes
Released
2025-06-20

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-3.2-24b-instruct",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Mistral Small 3.2 24B?
Mistral-Small-3.2-24B-Instruct-2506 is an updated 24B parameter model from Mistral optimized for instruction following, repetition reduction, and improved function calling. Compared to the 3.1 release, version 3.2 significantly improves accuracy on WildBench and Arena Hard, reduces infinite generations, and delivers gains in tool use and structured output tasks. It supports image and text inputs with structured outputs, function/tool calling, and strong performance across coding (HumanEval+, MBPP), STEM (MMLU, MATH, GPQA), and vision benchmarks (ChartQA, DocVQA). Mistral Small 3.2 24B runs on the Geek Hub API (OpenAI-compatible). Model id: mistralai/mistral-small-3.2-24b-instruct.
Is Mistral Small 3.2 24B free?
No. Input is $0.0818 per 1M tokens and output is $0.218 per 1M tokens on Geek Hub (markup included).
What is the context length of Mistral Small 3.2 24B?
Mistral Small 3.2 24B has a 131k tokens context window. It supports up to 16,384 completion tokens.
Does Mistral Small 3.2 24B support tool calling and structured outputs?
Mistral Small 3.2 24B accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was Mistral Small 3.2 24B released?
Mistral Small 3.2 24B was released on 2025-06-20.

More models from Mistral