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?'
})

Playground

Try out Mistral Large 3 by Mistral AI. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.