mistralaiVision
Mistral: Mistral Medium 3.1
Mistral Medium 3.1 is an updated version of Mistral Medium 3, which is a high-performance enterprise-grade language model designed to deliver frontier-level capabilities at significantly reduced operational cost. It balances...
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.1
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.1',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Mistral: Mistral Medium 3.1?
Get an API key and start making requests in minutes.
Get an API key