AI Gateway

Mistral Small

mistral/mistral-small

Mistral Small is the ideal choice for simple tasks that one can do in bulk - like Classification, Customer Support, or Text Generation. It offers excellent performance at an affordable price point.

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