Skip to content

Mistral Large 3

Mistral Large 3 is a large-scale MoE model from Mistral AI, using a sparse mixture-of-experts architecture with 41B active parameters out of 675B total, the company's first MoE release since the Mixtral series.

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