mistralaiVision
Mistral: Mistral Medium 3
Mistral Medium 3 is a high-performance enterprise-grade language model designed to deliver frontier-level capabilities at significantly reduced operational cost. It balances state-of-the-art reasoning and multimodal performance with 8× lower cost...
Context
131k tokens
Input / 1M tokens
$0.40
Output / 1M tokens
$2
Benchmark
—
Pricing
Input tokens$0.40 per 1M tokens
Output tokens$2 per 1M tokens
Cache read$0.04 per 1M tokens
Technical details
Model IDmistralai/mistral-medium-3
Context window131k tokens
Input modalitiestext, image, 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/mistral-medium-3',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Mistral: Mistral Medium 3?
Get an API key and start making requests in minutes.
Get an API key