Skip to content

Magistral Small 2509

Magistral Small 2509 is a 24B open-source reasoning model under Apache 2.0 with 70.7% on AIME 2024. It's Mistral AI's compact reasoning option in the Magistral family.

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