File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 2
2
* [ feature] Initial release of the Firebase AI SDK (` firebase-ai ` ). This SDK * replaces* the previous
3
3
Vertex AI in Firebase SDK (` firebase-vertexai ` ) to accommodate the evolving set of supported
4
4
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.
7
7
* 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
+
8
13
* [ feature] ** Preview:** Added support for specifying response modalities in ` GenerationConfig `
9
14
(only available in the new ` firebase-ai ` package). This includes support for image generation using
10
15
[ specific Gemini models] ( /docs/vertex-ai/models ) .
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
* [ changed] ** Renamed / Replaced:** Vertex AI in Firebase (` firebase-vertexai ` ) has been renamed and
3
3
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.
9
12
* [ changed] ** Breaking Change** : Removed the ` LiveContentResponse.Status ` class, and instead have nested the status
10
13
fields as properties of ` LiveContentResponse ` . (#6941 )
11
14
* [ changed] ** Breaking Change** : Removed the ` LiveContentResponse ` class, and instead have provided subclasses
You can’t perform that action at this time.
0 commit comments