firebase_ai 3.3.0 copy "firebase_ai: ^3.3.0" to clipboard
firebase_ai: ^3.3.0 copied to clipboard

Firebase AI SDK.

3.3.0 #

  • FIX(firebaseai): fix the json parse for toolCallCancellation (#17690). (7c0496d6)
  • FEAT(firebaseai): code execution (#17661). (032a707d)
  • FEAT(firebaseai): add imagen safetysetting attributes (#17707). (f7070f04)

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 #

Note: This release has breaking changes.

2.3.0 #

  • FEAT(firebase_ai): Add support for Grounding with Google Search (#17468). (2aaf5af0)
  • FEAT(firebaseai): add think feature (#17409). (18f56142)

2.2.1 #

  • FIX(firebaseai): Fix Imagen image format requests (#17478). (a90c93f8)

2.2.0 #

  • FIX(core): bump Pigeon to v25.3.2 (#17438). (4d24ef53)
  • FEAT(firebaseai): Add flutter_soloud for sound output in Live API audio streaming example. (#17305). (86350e9f)

2.1.0 #

  • FEAT(firebaseai): Add flutter_soloud for sound output in Live API audio streaming example. (#17305). (86350e9f)

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.