Skip to content

Mistral Medium 3.1

Mistral Medium 3.1 was the top MT-Bench tier at Mistral AI's La Plateforme launch (8.6), with multilingual output across English, French, Italian, German, Spanish, and code.

Tool UseVision (Image)
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'mistral/mistral-medium',
prompt: 'Why is the sky blue?'
})