AI Gateway

GPT 5.1 Codex Max

openai/gpt-5.1-codex-max

GPT‑5.1-Codex-Max is purpose-built for agentic coding.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'openai/gpt-5.1-codex-max',
prompt: 'Why is the sky blue?'
})