GPT-5.3-codex 现已通过 API 提供。

1作者: shahahmed2 个月前原帖
这将会成功:<p>导出异步函数 POST() { const response = await client.responses.create({ model: "gpt-5.3-codex", input: "说声你好,世界,并告诉我一个有趣的事实。", });<p>看起来还没有宣布。
查看原文
this will succeed now:<p>export async function POST() { const response = await client.responses.create({ model: &quot;gpt-5.3-codex&quot;, input: &quot;Say hello world and tell me a fun fact.&quot;, });<p>Doesn&#x27;t look like it&#x27;s announced yet