AI Gateway

Mistral Large

mistral/mistral-large

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