mistralaiVision
Mistral: Mistral Large 3 2512
Mistral Large 3 2512 is Mistral’s most capable model to date, featuring a sparse mixture-of-experts architecture with 41B active parameters (675B total), and released under the Apache 2.0 license.
Context
262k tokens
Input / 1M tokens
$0.50
Output / 1M tokens
$1.50
Benchmark
—
Pricing
Input tokens$0.50 per 1M tokens
Output tokens$1.50 per 1M tokens
Cache read$0.05 per 1M tokens
Technical details
Model IDmistralai/mistral-large-2512
Context window262k 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-large-2512',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Mistral: Mistral Large 3 2512?
Get an API key and start making requests in minutes.
Get an API key