Skip to content
Dashboard

Mistral Medium Latest

Mistral Medium Latest is Mistral AI's frontier-class multimodal model for agentic and coding work, merging instruction following, configurable reasoning, and coding into one dense 128B model with a context window of 256K tokens.

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