From 3296c17b18ef3ddf81f49f4c05651a73e702bd1a Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 2 May 2025 07:10:35 -0700 Subject: [PATCH 1/2] Developer API and product rename Changelog update --- FirebaseAI/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FirebaseAI/CHANGELOG.md b/FirebaseAI/CHANGELOG.md index aab6e6c9417..de587a41964 100644 --- a/FirebaseAI/CHANGELOG.md +++ b/FirebaseAI/CHANGELOG.md @@ -1,4 +1,7 @@ # Unreleased +- [added] Add support for the Gemini Developer API, enabling usage in a free tier, and add new `AI` + API to accomodate new product naming. Going forward, `FirebaseAI` should to reference this + package and its top-level class. - [fixed] Fixed `ModalityTokenCount` decoding when the `tokenCount` field is omitted; this occurs when the count is 0. (#14745) From 63e5d4b4ea02cdbe3677d9af20f1e75ea3326793 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 2 May 2025 07:30:32 -0700 Subject: [PATCH 2/2] Update FirebaseAI/CHANGELOG.md Co-authored-by: Nick Cooke <36927374+ncooke3@users.noreply.github.com> --- FirebaseAI/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseAI/CHANGELOG.md b/FirebaseAI/CHANGELOG.md index de587a41964..6467ed790c7 100644 --- a/FirebaseAI/CHANGELOG.md +++ b/FirebaseAI/CHANGELOG.md @@ -1,6 +1,6 @@ # Unreleased - [added] Add support for the Gemini Developer API, enabling usage in a free tier, and add new `AI` - API to accomodate new product naming. Going forward, `FirebaseAI` should to reference this + API to accomodate new product naming. Going forward, `FirebaseAI` should reference this package and its top-level class. - [fixed] Fixed `ModalityTokenCount` decoding when the `tokenCount` field is omitted; this occurs when the count is 0. (#14745)