AI Gateway

/

Pixtral Large

Pixtral Large by Mistral

Pixtral Large is the second model in our multimodal family and demonstrates frontier-level image understanding. Particularly, the model is able to understand documents, charts and natural images, while maintaining the leading text-only understanding of Mistral Large 2.

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