GPT 5.3 Codex 已上线 AI Gateway

1 分钟阅读
2026 年 2 月 24 日
GPT 5.3 Codex 现已在 AI Gateway 上可用。GPT 5.3 Codex 将 GPT-5.2-Codex 的编码强项与 GPT-5.2 的深度推理能力整合到同一个模型中,速度提升 25%,同时 Token 使用效率更高。
该模型专为长时间运行的 Agent 工作流打造,可覆盖完整软件生命周期中的研究、工具调用与多步骤执行,从调试、部署到产品文档和数据分析。此外,你还可以在任务执行过程中随时调整方向而不丢失上下文。在 Web 开发场景下,它对信息不充分的提示词理解更好,默认输出也更偏向可用、可生产落地的结果。
要使用该模型,请在 AI SDK 中将 model 设置为 openai/gpt-5.3-codex。
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.`,});
AI Gateway 提供统一的 API,用于调用模型、追踪用量与成本,并可配置重试、故障切换和性能优化,从而实现高于单一提供商的可用性。它内置了可观测性、Bring Your Own Key 支持,以及带自动重试能力的智能提供商路由。
进一步了解 AI Gateway,查看 AI Gateway 模型排行榜,或在我们的 model playground 中亲自体验。
原文链接:https://vercel.com/changelog/gpt-5-3-codex-is-now-on-ai-gateway

