AI Gateway

All Models/

Magistral Small 2506

Magistral Small 2506 by Mistral

Complex thinking, backed by deep understanding, with transparent reasoning you can follow and verify. The model excels in maintaining high-fidelity reasoning across numerous languages, even when switching between languages mid-task.

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