返回全部动态
OpenAI Node SDK v7.4.0 发布,新增 GPT-5.5 模型支持
原标题:v7.4.0
AI 摘要
OpenAI 发布了 Node.js SDK 的 v7.4.0 版本,主要新增了对 gpt-5.5 模型的支持,并添加了工具元数据字段。该版本还修复了发布流程中的解析问题,并更新了多个依赖项。此次更新使开发者能够通过 Node.js SDK 使用最新的 GPT-5.5 模型。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## [7.4.0](https://github.com/openai/openai-node/compare/v7.3.0...v7.4.0) (2026-08-03) ### Features * **api:** Add gpt-5.5 model and tool metadata fields ([#2049](https://github.com/openai/openai-node/issues/2049)) ([6d8fb53](https://github.com/openai/openai-node/commit/6d8fb5300c09d649d59aba1dc90da7503654800c)) ### Bug Fixes * defer release PR output parsing ([#2052](https://github.com/openai/openai-node/issues/2052)) ([395bdde](https://github.com/openai/openai-node/commit/395bdded61fd728
发布时间:2026-08-04 05:56
抓取时间:2026-08-04 05:56
来源机构:OpenAI