mistralai
Mistral: Mistral Small 3
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
—
Pricing
Input tokens$0.05 per 1M tokens
Output tokens$0.08 per 1M tokens
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?
Get an API key and start making requests in minutes.
Get an API key