firebase_ai 3.3.0
firebase_ai: ^3.3.0 copied to clipboard
Firebase AI SDK.
3.3.0 #
3.2.0 #
- FIX(firebaseai): Added token details parsing for Dev API (#17609). (4bab0b30)
- FIX(firebaseai): remove candidateCount from LiveGenerationConfig since the connection fails silently when it is set (#17647). (537a3c30)
- FIX(firebaseai): Export
UnknownPart
(#17655). (a399e0e1) - FIX(firebase_ai): Add
GroundingMetadata
parsing for Developer API (#17657). (f8ebbaf1) - FEAT(firebaseai): add thinking feature (#17652). (5faec2c1)
- FEAT(firebaseai): Add support for limited-use tokens with Firebase App Check. These limited-use tokens are required for an upcoming optional feature called replay protection. We recommend enabling the usage of limited-use tokens now so that when replay protection becomes available, you can enable it sooner because more of your users will be on versions of your app that send limited-use tokens. (#17645). (f2a682a9).
- FEAT(firebaseai): imagen editing (#17556). (62811a61)
- FEAT(firebaseai): add responseJsonSchema to GenerationConfig (#17564). (def807a7)
3.1.0 #
- FIX(firebaseai): Fix
usageMetadata.thoughtsTokenCount
(#17608). (fe9ddd33) - FIX(firebase_ai): Expose ThinkingConfig class in firebase_ai.dart for use in GenerationConfig (#17599). (b03381a4)
- FEAT(firebaseai): make Live API working with developer API (#17503). (467eaa18)
- FEAT(dev-api): add inlineData support to Developer API (#17600). (5199edb7)
- FEAT(firebaseai): handle unknown parts when parsing content (#17522). (ac59c249)
3.0.0 #
2.3.0 #
2.2.0 #
2.1.0 #
2.0.0 #
[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 Logic SDK provides preview support for the Gemini Developer API, including its free tier offering.
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 firebase_ai
package and use the top-level FirebaseAI
class. See details in the migration guide.