AI Gateway

All Models/

Mistral Large

Mistral Large by Mistral

Mistral Large is ideal for complex tasks that require large reasoning capabilities or are highly specialized - like Synthetic Text Generation, Code Generation, RAG, or Agents.

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