GPT 5.3 Codex
GPT 5.3 Codex is the GPT-5.3 generation of OpenAI's coding agent models, advancing autonomous software engineering with GPT-5.3 generation improvements in reasoning and code comprehension.
import { streamText } from 'ai'
const result = streamText({ model: 'openai/gpt-5.3-codex', prompt: 'Why is the sky blue?'})