mistralaiVision
Mistral: Ministral 3 14B 2512
The largest model in the Ministral 3 family, Ministral 3 14B offers frontier capabilities and performance comparable to its larger Mistral Small 3.2 24B counterpart. A powerful and efficient language...
Context
262k tokens
Input / 1M tokens
$0.20
Output / 1M tokens
$0.20
Benchmark
—
Pricing
Input tokens$0.20 per 1M tokens
Output tokens$0.20 per 1M tokens
Cache read$0.02 per 1M tokens
Technical details
Model IDmistralai/ministral-14b-2512
Context window262k tokens
Input modalitiestext, image
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/ministral-14b-2512',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Mistral: Ministral 3 14B 2512?
Get an API key and start making requests in minutes.
Get an API key