gemini Gemini Python SDK Releases · · 2.14.0

Google Generative AI Python SDK v2.14.0 adds audio transcription config

sdkaipreviewdeprecationengineer
feature patch

The latest release of the Google Generative AI Python SDK, version 2.14.0, introduces new configurations for audio transcription within the GenerateContent API. This update includes deprecation warnings for certain Imagen and LiveConnect configurations, signaling their upcoming removal in a future major version. The changes primarily affect developers using the SDK for generative AI tasks, particularly those involving audio or migrating from older configurations. Audio transcription configuration is now available, while older methods will be phased out.

  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription
  • Regenerate docs for 2.13.0
Features (1)
  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription
Fixes (1)
  • Add deprecation warnings to Imagen generate_images, edit_images, generate_videos (if using prompt/text/image args), LiveConnectConfig.GenerationConfig which will be removed in the next major version

Maintenance (1)
  • Regenerate docs for 2.13.0
Read the original announcement →

https://github.com/googleapis/python-genai/releases/tag/v2.14.0

Related releases