gemini Gemini Python SDK Releases · · 2.20.0

Google's Python GenAI SDK v2.20.0 adds audio transcription mode and JPEG2000 support

sdkaigaengineer
feature

The Google GenAI Python SDK version 2.20.0 introduces new features for multi-modal AI development. Key additions include `AudioTranscriptionConfigMode` for configuring audio processing, and `TYPE_JPEG2000` for video content MIME types. The update also brings support for environment files and a scotty file download helper, streamlining development workflows. These enhancements expand the SDK's capabilities for handling diverse media formats and improve developer productivity for developers using Google's generative AI services.

  • Add AudioTranscriptionConfigMode
  • Add environment files support and scotty file download helper
  • Add TYPE_JPEG2000 to VideoContent.MimeType enum
Features (3)
  • Add AudioTranscriptionConfigMode
  • Add environment files support and scotty file download helper
  • Add TYPE_JPEG2000 to VideoContent.MimeType enum
Read the original announcement →

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

Related releases