gemini Gemini Python SDK Releases · · 2.15.0

Google Python GenAI SDK Adds Audio Transcription and Enterprise Mode

sdkai
feature patch

The Python GenAI SDK version 2.15.0 introduces support for audio transcription capabilities, allowing for more versatile multimodal interactions. It also enhances enterprise mode by enabling API key authentication alongside project and location configurations. These updates are relevant for developers integrating Google's generative AI models into Python applications, offering expanded functionality for handling audio input and more flexible enterprise deployments.

  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription
  • Add flat language_codes field to AudioTranscriptionConfig
  • Allow api key + proj/location for enterprise mode
  • Regenerate docs for 2.14.0
Features (3)
  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription
  • Add flat language_codes field to AudioTranscriptionConfig
  • Allow api key + proj/location for enterprise mode
Maintenance (1)
  • Regenerate docs for 2.14.0
Read the original announcement →

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

Related releases