AI Gateway

/

Pixtral 12B 2409

Pixtral 12B 2409 by Mistral

A 12B model with image understanding capabilities in addition to text.

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