LLMS
Google Gemini v1.67.0
RESUMEN
1.67.0 (2026-03-12) > [!CAUTION] > Known Issue: > This release contains a bug where the `typing-extensions` lower bound is set too low, which causes the SDK to break in some environments. > > **Recommended Actions:
Descripción Detallada
1.67.0 (2026-03-12) > [!CAUTION] > Known Issue: > This release contains a bug where the `typing-extensions` lower bound is set too low, which causes the SDK to break in some environments. > > Recommended Actions: > Fall back to 1.66.0: If you do not immediately need the new features in 1.67.0, we recommend sticking with the previous stable version: > `pip install google-genai==1.66.0` > Manual Fix: If you must use 1.67.0, you can resolve the issue by manually upgrading `typing-extensions`: > `pip install "typing-extensions>=4.14.0"` Features Add inferencegenerationconfig to EvaluationConfig for Tuning (1fdb4b8) Add live historyconfig with initialhistoryinclientcontent (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 * Forward httpoptions in asyncrequeststreamed to enable retry support ([8b3be87](https
Actualización de Google Gemini v1.67.0 con nuevas funciones y un problema conocido con `typing-extensions`.
- Se agregó `inference_generation_config` a `EvaluationConfig` para Tuning.
- Se añadió `live history_config` con `initial_history_in_client_content`.
- Ahora se puede referenciar métricas registradas por nombre de recurso en la API de evaluación.
- Se habilitó el código de idioma para la configuración de transcripción de audio en la API Live.
A quién le importa
Si usas Google Gemini, revisa el problema conocido con `typing-extensions`.
Generado por IA · puede contener errores
Releases Relacionados
LLMS
Google Gemini v1.51.0
## [1.51.0](https://github.com/googleapis/js-genai/compare/v1.50.1...v1.51.0) (2026-04-29) ### Features * [Interactions] Add FileCitation.{custom_metadata,media_id,page_number} ([9e08ba9](https://github.com/googleapis/js-genai/commit/9e08ba923452a7028931ba4d054290115514578e)) * Add `output_info`
LLMS
Google Gemini v1.74.0
## [1.74.0](https://github.com/googleapis/python-genai/compare/v1.73.1...v1.74.0) (2026-04-29) ### Features * [Interactions] Add FileCitation.{custom_metadata,media_id,page_number} ([aed41ec](https://github.com/googleapis/python-genai/commit/aed41ecf4940f63446fc3e22744663be4d1057a6)) * Add `outpu