AI Gateway

All Models/

Ministral 3B

Ministral 3B by Mistral

A compact, efficient model for on-device tasks like smart assistants and local analytics, offering low-latency performance.

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