返回全部动态
OpenAI Python SDK v3.6.0 发布:新增 compute_units 与安全增强
原标题:v3.6.0
AI 摘要
OpenAI 发布了 Python SDK v3.6.0,主要新增了在 Responses 和 Chat Completions 的 usage 字段中返回 compute_units 的功能,并强化了 X.509 workload identity 集成。此外,该版本还包含多项依赖更新和构建系统调整。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## [3.6.0](https://github.com/openai/openai-python/compare/v3.5.0...v3.6.0) (2026-08-27) ### Features * **api:** add compute_units to Responses and Chat Completions usage ([#3749](https://github.com/openai/openai-python/issues/3749)) ([52421d1](https://github.com/openai/openai-python/commit/52421d197e96b4480fcc16e78345578996452c79)) ### Bug Fixes * **auth:** harden X.509 workload identity integration ([#3740](https://github.com/openai/openai-python/issues/3740)) ([fc3ad6c](https://github.c
发布时间:2026-08-29 06:28
抓取时间:2026-08-29 06:38
来源机构:OpenAI