Releases: googleapis/python-genai
Releases · googleapis/python-genai
v1.67.0
1.67.0 (2026-03-12)
Features
- Add inference_generation_config to EvaluationConfig for Tuning (1fdb4b8)
- Add live history_config with initial_history_in_client_content (a80babd)
- Add support for referencing registered metrics by resource name in evaluation run API (41b348e)
- Enable language code for audio transcription config in Live API for Vertex AI (c04be0d)
Bug Fixes
v1.66.0
v1.65.0
1.65.0 (2026-02-26)
Features
- Add gemini-3.1-pro-preview to list of models in Interactions (fe86870)
- Add Image Grounding support to GoogleSearch tool (0035182)
- Enable server side MCP and disable all other AFC when server side MCP is configured. (4dd7b16)
- Support more image sizes and resolutions (8b2a4e0)
Bug Fixes
- Change interactions media mime type to enum (breaking change for experimental feature) (e0f3378)
- Handle non-list response_stream in HttpResponse.json property (006042d)
- Handle non-list response_stream in HttpResponse.json property (#1903) (61aec34)
- Make aiohttp an optional dependency, bump aiohttp version upperbound, and ensure HttpOptions.async_client_args propagates to custom aiohttp.ClientSession request args for proxy etc. (b28d144), closes #2090 #2051 #1950
Documentation
v1.64.0
v1.63.0
1.63.0 (2026-02-11)
Features
- Add INCOMPLETE status to Interaction. (1a84605)
- Support encryption_spec in tuning job creation configuration for GenAI SDK (057d6f0)
Bug Fixes
- Base_url and global location parsing (2c40555)
- Remove build warning due to extra comma: assertion on a tuple is always true (1cc2c2d)
- Remove debug print statement. (60c0a2f)
- Remove unused import of
websockets(3b82b5f)
Documentation
v1.62.0
v1.61.0
1.61.0 (2026-01-30)
Features
- Add
include_inputquery parameter to Get Interaction endpoint. (a0240d9) - Add registerFiles for you can use gcs files with mldev. (965395b)
- Support distillation tuning (9e49d71)
- Support OSS Tuning in GenAI SDK (51748a7)
Bug Fixes
- Add metadata in batch inlined response (08c47aa)
v1.60.0
v1.59.0
v1.58.0
1.58.0 (2026-01-14)
Features
- Add FileSearchCallContent to Interactions (a882dea)
- Add ImageConfig to GenerationConfig for image generation in Interactions (b61163f)
- Support passing the custom aiohttp.ClientSession through HttpOptions.aiohttp_client (750648f), closes #1662
- Voice activity support (b7b1c2e)
Bug Fixes
- Serialize Pillow images losslessly by default (8d7c74d)
Documentation
- Regenerate docs for 1.57.0 (65018b6)