Back to Models

Mistral: Mistral Small 3.2 24B

mistralai/mistral-small-3.2-24b-instruct
Jun 20, 2025128K context$0.10/M in · $0.30/M out

Description

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).

Specifications

Provider
mistralai
Context Length
128K
Max Output
Modality
Inimagetext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.10
Output$0.30
Cache Read$0.01

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/mistral-small-3.2-24b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'