AI Gateway

/

Ministral 8B

Ministral 8B by Mistral

A more powerful model with faster, memory-efficient inference, ideal for complex workflows and demanding edge applications.

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