mistralaiVision
Mistral: Mistral Small 3.2 24B
Try in chat →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
256k tokens
Input / 1M tokens
$0.09
Output / 1M tokens
$0.25
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.09 per 1M tokens
Output tokens$0.25 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDmistralai/mistral-small-3.2-24b-instruct
Context window256k 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?
Try it in the browser first, then get an API key and start making requests in minutes.