Skip to content

Commit 393c9e8

Browse files
committed
Final FAI/VAI changelog updates
1 parent 272fa2a commit 393c9e8

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

firebase-ai/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
* [feature] Initial release of the Firebase AI SDK (`firebase-ai`). This SDK *replaces* the previous
33
Vertex AI in Firebase SDK (`firebase-vertexai`) to accommodate the evolving set of supported
44
features and services.
5-
* The new Firebase AI SDK provides **public preview** support for the
6-
[Gemini Developer API](https://ai.google.dev/gemini-api/docs){: .external}, including its free tier offering.
5+
* The new Firebase AI SDK provides **Preview** support for the Gemini Developer API, including its
6+
free tier offering.
77
* Using the Firebase AI SDK with the Vertex AI Gemini API is still generally available (GA).
8+
9+
If you're using the old `firebase-vertexai`, we recommend
10+
[migrating to `firebase-ai`](/docs/ai-logic/migrate-to-latest-sdk)
11+
because all new development and features will be in this new SDK.
12+
813
* [feature] **Preview:** Added support for specifying response modalities in `GenerationConfig`
914
(only available in the new `firebase-ai` package). This includes support for image generation using
1015
[specific Gemini models](/docs/vertex-ai/models).

firebase-vertexai/CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Unreleased
22
* [changed] **Renamed / Replaced:** Vertex AI in Firebase (`firebase-vertexai`) has been renamed and
33
replaced by the new Firebase AI SDK: `firebase-ai`. This is to accommodate the evolving set of
4-
supported features and services. Please migrate to the new `firebase-ai` package. See details in the
5-
[migration guide](/docs/vertex-ai/migrate-to-latest-sdk).
6-
7-
Note: Existing Vertex AI in Firebase users may continue to use the SDK and receive bug fixes but,
8-
going forward, new features will only be added into the new Firebase AI SDK.
4+
supported features and services. Please [**migrate to the new `firebase-ai` package**](/docs/vertex-ai/migrate-to-latest-sdk).
5+
6+
Note: Existing users of the Vertex AI in Firebase SDK (`firebase-vertexai`) may continue to use the
7+
SDK and receive bug fixes but, going forward, new features will only be added into the new Firebase
8+
AI SDK.
9+
10+
The following changes and features are in the Vertex AI in Firebase SDK (`firebase-vertexai`), but
11+
we recommend that you accommodate them (as applicable) as part of migrating to the `firebase-ai` SDK.
912
* [changed] **Breaking Change**: Removed the `LiveContentResponse.Status` class, and instead have nested the status
1013
fields as properties of `LiveContentResponse`. (#6941)
1114
* [changed] **Breaking Change**: Removed the `LiveContentResponse` class, and instead have provided subclasses

0 commit comments

Comments
 (0)