diff --git a/.github/workflows/firebaseai.yml b/.github/workflows/firebaseai.yml index 1924ecbf2a0..0dd842615cc 100644 --- a/.github/workflows/firebaseai.yml +++ b/.github/workflows/firebaseai.yml @@ -8,6 +8,8 @@ on: - 'scripts/quickstart_build_spm.sh' - 'scripts/quickstart_spm_xcodeproj.sh' - 'Gemfile*' + # Do not run for documentation-only PRs. + - '!**.md' schedule: # Run every day at 11pm (PST) - cron uses UTC times - cron: '0 7 * * *' diff --git a/FirebaseAI/CHANGELOG.md b/FirebaseAI/CHANGELOG.md index e2abf5120ed..d7b7ac5536e 100644 --- a/FirebaseAI/CHANGELOG.md +++ b/FirebaseAI/CHANGELOG.md @@ -1,19 +1,20 @@ # 11.13.0 -- [feature] Initial release of the Firebase AI SDK (`FirebaseAI`). This SDK - *replaces* the previous Vertex AI in Firebase SDK (`FirebaseVertexAI`) to +- [feature] Initial release of the Firebase AI Logic SDK (`FirebaseAI`). This + SDK *replaces* the previous Vertex AI in Firebase SDK (`FirebaseVertexAI`) to accommodate the evolving set of supported features and services. - - The new Firebase AI SDK provides **public preview** support for the Gemini + - The new Firebase AI Logic SDK provides **preview** support for the Gemini Developer API, including its free tier offering. - - Using the Firebase AI SDK with the Vertex AI Gemini API is still generally - available (GA). -

+ - Using the Firebase AI Logic SDK with the Vertex AI Gemini API is still + generally available (GA). + To start using the new SDK, import the `FirebaseAI` module and use the - top-level `FirebaseAI` class. + top-level `FirebaseAI` class. See details in the [migration guide + ](https://firebase.google.com/docs/vertex-ai/migrate-to-latest-sdk). - [fixed] Fixed `ModalityTokenCount` decoding when the `tokenCount` field is omitted; this occurs when the count is 0. (#14745) - [fixed] Fixed `Candidate` decoding when `SafetyRating` values are missing a - category or probability; this may occur when using `gemini-2.0-flash-exp` for - image generation. (#14817) + category or probability; this may occur when using Gemini for image + generation. (#14817) # 11.12.0 - [added] **Public Preview**: Added support for specifying response modalities