Google Gen AI SDK v2.21.0
Google Gen AI SDK v2.21.0 introduces destination-based streaming downloads to client.files.download, adds audio/webm and Video Understanding support, adds GEAP translation config, and exposes processing step types.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
Google Gen AI SDK v2.21.0 was released on August 31, 2026. This release introduces several key features: a new destination parameter on client.files.download enabling streaming downloads directly to disk or file-like objects; support for the audio/webm MIME type; SDK support for translation configuration within GEAP; and Video Understanding capabilities added to the Interactions API. Additionally, a bug fix exposes ProcessingCallStep and ProcessingResultStep in the Interactions SDK.
可执行摘要
Google Gen AI SDK v2.21.0 adds destination parameter to client.files.download for streaming to disk or file-like objects, enables audio/webm MIME type, adds GEAP translation config SDK support, integrates Video Understanding into the Interactions API, and exposes ProcessingCallStep and ProcessingResultStep classes.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Update the Google Gen AI SDK dependency to version 2.21.0.
- Adopt the destination parameter in client.files.download calls when handling large file streams to disk or file-like objects.
- Utilize audio/webm inputs or Interactions API Video Understanding features where applicable.