mistralaiVision
Mistral: Ministral 3 3B 2512
The smallest model in the Ministral 3 family, Ministral 3 3B is a powerful, efficient tiny language model with vision capabilities.
Context
131k tokens
Input / 1M tokens
$0.10
Output / 1M tokens
$0.10
Benchmark
—
Pricing
Input tokens$0.10 per 1M tokens
Output tokens$0.10 per 1M tokens
Cache read$0.01 per 1M tokens
Technical details
Model IDmistralai/ministral-3b-2512
Context window131k 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-3b-2512',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Mistral: Ministral 3 3B 2512?
Get an API key and start making requests in minutes.
Get an API key