GPT 5.1 Codex Max
GPT 5.1 Codex Max applies maximum compute to the GPT-5.1 codex architecture, delivering the deepest reasoning and most thorough code analysis available in OpenAI's coding agent lineup for the most demanding software engineering tasks.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-5.1-codex-max', prompt: 'Why is the sky blue?'})