1.13.0 (2025-04-30)
Features
- Add models.delete and models.update to manage tuned models (53a3282)
- Add support for live grounding metadata (b904cba)
- Make min_property, max_property, min_length, max_length, example, patter fields available for Schema class when calling Gemini API (52919cb)
- Support setting the default base URL in clients via set_default_base_urls() (2b82d72)
- Support using the passed credentials in AsyncLive::connect (#738) (568cfd2)
Bug Fixes
- Do not raise error for
default
field in Schema for Gemini API calls (1d3d1c9) - Set
propertyOrdering
when schema is specified asdict
ortypes.Schema
. (48eebe0)
Documentation
- Add a link for where to find the Google Cloud project id, API key and location (916bd6e)