mistralaiVision
Mistral: Mistral Small 3.1 24B
Mistral Small 3.1 24B Instruct is an upgraded variant of Mistral Small 3 (2501), featuring 24 billion parameters with advanced multimodal capabilities. It provides state-of-the-art performance in text-based reasoning and...
Context
128k tokens
Input / 1M tokens
$0.35
Output / 1M tokens
$0.55
Benchmark
—
Pricing
Input tokens$0.35 per 1M tokens
Output tokens$0.55 per 1M tokens
Technical details
Model IDmistralai/mistral-small-3.1-24b-instruct
Context window128k tokens
Input modalitiestext, image
Output modalitiestext
TokenizerMistral
Max output tokens128,000
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.1-24b-instruct',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Mistral: Mistral Small 3.1 24B?
Get an API key and start making requests in minutes.
Get an API key