firebase_vertexai 1.7.0
firebase_vertexai: ^1.7.0 copied to clipboard
Firebase Vertex AI SDK.
1.7.0 #
[changed] Renamed / Replaced: Vertex AI in Firebase and its FirebaseVertexAI
library have been renamed and replaced by the new Firebase AI Logic SDK: FirebaseAI
. This is to accommodate the evolving set of supported features and services. Please migrate to the new FirebaseAI
module. See details in the migration guide.
Note: Existing FirebaseVertexAI
users may continue to use import firebase_vertexai
and the FirebaseVertexAI
top-level class, though these will be removed in a future release. Also, going forward, new features will only be added into the new FirebaseAI
module.
1.6.0 #
1.5.0 #
- FIX(vertex_ai): handle null predictions (#17211). (d559703d)
- FIX(vertexai): follow up changes for LiveModel (#17236). (a7a842ef)
- FIX(vertexai): Add meta to the dependency list (#17208). (5c9c2221)
- FEAT(vertexai): Add repetition penalties to GenerationConfig (#17234). (6e23afc2)
- FEAT(vertexai): Add Live streaming feature (#16991). (4ab6b4c9)
- FEAT(vertexai): Add HarmBlockMethod (#17125). (bbf618db)
- FEAT(vertexai): Unhandled ContentModality fix with more multimodal examples for vertexai testapp (#17150). (76461d78)
1.2.0 #
1.1.1 #
- Update a dependency to the latest release.
1.0.4 #
- Update a dependency to the latest release.
1.0.3 #
- Update a dependency to the latest release.
1.0.0 #
Use the Vertex AI in Firebase SDK to call the Vertex AI Gemini API directly from your app. This client SDK is built specifically for use with Flutter apps, offering security options against unauthorized clients as well as integrations with other Firebase services.
- If you're new to this SDK, visit the getting started guide.
- If you used the preview version of the library, visit the migration guide to learn about some important updates.
Note: This release has breaking changes.
0.2.3+4 #
- Update a dependency to the latest release.
0.2.3+3 #
- Update a dependency to the latest release.
0.2.3+2 #
- Update a dependency to the latest release.
0.2.3+1 #
- Update a dependency to the latest release.
0.2.3 #
0.2.2+4 #
- Update a dependency to the latest release.
0.2.2+3 #
- Update a dependency to the latest release.
0.2.2+2 #
- Update a dependency to the latest release.
0.2.2+1 #
- Update a dependency to the latest release.
0.2.0 #
0.1.1 #
0.1.0+1 #
- Update a dependency to the latest release.
0.1.0 #
- Initial release of the Vertex AI in Firebase SDK (public preview). Learn how to get started with the SDK in your app.