mistralaiVision

Mistral: Mistral Medium 3.5

Mistral Medium 3.5 is a dense 128B instruction-following model from Mistral AI. It supports text and image inputs with text output, and is designed for agentic workflows, coding, and complex...

Context
262k tokens
Input / 1M tokens
$1.50
Output / 1M tokens
$7.50
Benchmark

Pricing

Input tokens$1.50 per 1M tokens
Output tokens$7.50 per 1M tokens

Technical details

Model IDmistralai/mistral-medium-3-5
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-medium-3-5',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Mistral: Mistral Medium 3.5?

Get an API key and start making requests in minutes.

Get an API key