Skip to content

Mistral Small

Mistral Small (September 1, 2024) is a 22B mid-tier model with improved reasoning, alignment, and code at about 80% lower list pricing than its predecessor in Mistral AI's September 2024 table.

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