mistralai
Mistral: Voxtral Small 24B 2507
Voxtral Small is an enhancement of Mistral Small 3, incorporating state-of-the-art audio input capabilities while retaining best-in-class text performance. It excels at speech transcription, translation and audio understanding. Input audio...
Context
32k tokens
Input / 1M tokens
$0.10
Output / 1M tokens
$0.30
Benchmark
—
Pricing
Input tokens$0.10 per 1M tokens
Output tokens$0.30 per 1M tokens
Cache read$0.01 per 1M tokens
Technical details
Model IDmistralai/voxtral-small-24b-2507
Context window32k tokens
Input modalitiestext, audio, file
Output modalitiestext
TokenizerMistral
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/voxtral-small-24b-2507',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Mistral: Voxtral Small 24B 2507?
Get an API key and start making requests in minutes.
Get an API key