mistralai
Mistral: Mistral Small 3
Try in chat →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...
Context
33k tokens
Input / 1M tokens
$0.05
Output / 1M tokens
$0.08
Benchmark
—
Uptime & performance
Loading…
Pricing
Input tokens$0.05 per 1M tokens
Output tokens$0.08 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDmistralai/mistral-small-24b-instruct-2501
Context window33k tokens
Input modalitiestext
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-24b-instruct-2501',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Mistral: Mistral Small 3?
Try it in the browser first, then get an API key and start making requests in minutes.