AI Gateway

Pixtral 12B 2409

mistral/pixtral-12b

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?'
})