GPT-5.3 Chat 正式接入 AI Gateway

1 分钟阅读
2026 年 3 月 3 日
GPT-5.3 Chat(GPT 5.3 Instant)现已在 AI Gateway 上可用。
这次更新聚焦于语气、相关性和对话流畅度,从而带来更准确的回答、更贴合上下文的网页结果,以及更少不必要的拒答和免责声明。同时,它还降低了幻觉率,让回复更顺畅、更直接。
要使用这个模型,请在 AI SDK 中将 model 设置为 openai/gpt-5.3-chat。
import { streamText } from 'ai';const result = streamText({ model: 'openai/gpt-5.3-chat', prompt: 'Best restaurants in SF for a birthday dinner.',});
AI Gateway 提供统一 API,用于调用模型、追踪用量与成本,并支持配置重试、故障切换和性能优化,以实现高于单一提供商的可用性。它内置了可观测性、Bring Your Own Key 支持,以及具备自动重试能力的智能提供商路由。
进一步了解 AI Gateway,查看 AI Gateway 模型排行榜,或在我们的 model playground 中直接体验。
原文链接:https://vercel.com/changelog/gpt-5-3-chat-is-now-on-ai-gateway

