Skip to content
Dashboard

GPT 5.3 Codex is now on AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'openai/gpt-5.3-codex',
prompt:
`Research our current API architecture, identify performance
bottlenecks, refactor the slow endpoints, add monitoring,
and deploy the changes to staging.`,
});

Ready to deploy?