OpenAI Node SDK v7.5.0 发布:新增 Bedrock 支持与安全修复
原标题:v7.5.0
AI 摘要
OpenAI Node SDK 发布 v7.5.0 版本,新增 Bedrock Runtime 端点支持、Daybreak 和 gpt-5.6-cyber 模型标识符、ServiceTier 和 ImageDetail 类型、WebSocket 流 ID 及工作负载身份令牌事件,并弃用 Sora 视频 API。同时修复了多项安全漏洞,包括 Azure 部署路径遍历、API 密钥跨重定向泄露、工作负载身份令牌交换重定向等问题。该版本还增强了音频处理、聊天解析器自定义工具调用和空响应体处理等能力。
正文节选
## [7.5.0](https://github.com/openai/openai-node/compare/v7.4.0...v7.5.0) (2026-08-17) ### Features * add Bedrock Runtime endpoint support (SDK-290) ([#2348](https://github.com/openai/openai-node/issues/2348)) ([4a199af](https://github.com/openai/openai-node/commit/4a199af3b048e4b5857cc3921f064fb24ce2f14b)) * **api:** add new Daybreak and gpt-5.6-cyber model identifiers ([9a38e63](https://github.com/openai/openai-node/commit/9a38e63ec9ca5ad984dd0727dbe1de9216c2aef9)) * **api:** add new Daybre