mistralaiVision

Mistral: Ministral 3 8B 2512

A balanced model in the Ministral 3 family, Ministral 3 8B is a powerful, efficient tiny language model with vision capabilities.

Context
262k tokens
Input / 1M tokens
$0.15
Output / 1M tokens
$0.15
Benchmark

Pricing

Input tokens$0.15 per 1M tokens
Output tokens$0.15 per 1M tokens
Cache read$0.01 per 1M tokens

Technical details

Model IDmistralai/ministral-8b-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-8b-2512',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Mistral: Ministral 3 8B 2512?

Get an API key and start making requests in minutes.

Get an API key