mistralaiVision
Mistral: Mistral Medium 3
Try in chat →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
—
Uptime & performance
Loading…
Pricing
Input tokens$0.40 per 1M tokens
Output tokens$2 per 1M tokens
Cache read$0.04 per 1M tokens
Apps and activity
Loading…
Technical details
Model IDmistralai/mistral-medium-3
Context window131k tokens
Input modalitiestext, image, file
Output modalitiestext
TokenizerMistral
Max output tokens104,857
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?
Try it in the browser first, then get an API key and start making requests in minutes.