mistralaiVision

Mistral: 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...

Context
128k tokens
Input / 1M tokens
$0.07
Output / 1M tokens
$0.20
Benchmark

Pricing

Input tokens$0.07 per 1M tokens
Output tokens$0.20 per 1M tokens

Technical details

Model IDmistralai/mistral-small-3.2-24b-instruct
Context window128k tokens
Input modalitiesimage, text
Output modalitiestext
TokenizerMistral
Max output tokens16,384

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'mistralai/mistral-small-3.2-24b-instruct',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Mistral: Mistral Small 3.2 24B?

Get an API key and start making requests in minutes.

Get an API key