firebase_vertexai 1.7.0 copy "firebase_vertexai: ^1.7.0" to clipboard
firebase_vertexai: ^1.7.0 copied to clipboard

discontinuedreplaced by: firebase_ai

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 #

  • FIX(vertexai): add missing HarmBlockThreshold to exported APIs (#17249). (59d902c6)
  • FEAT(vertexai): Live API breaking changes (#17299). (69cd2a64)

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.4.0 #

1.3.0 #

  • FEAT(vertexai): add support for token-based usage metrics (#17065). (b1bd93fb)

1.2.0 #

  • FIX(firebase_vertexai): Corrected minor typo in VertexAISDKException (#17033). (ba543d08)
  • FEAT(vertexai): organize example page and functions (#17008). (6b76260d)

1.1.1 #

  • Update a dependency to the latest release.

1.1.0 #

  • FIX(firebase_vertexai): Remove unnecessary trailing whitespace (#16926). (d9c98c40)

1.0.4 #

  • Update a dependency to the latest release.

1.0.3 #

  • Update a dependency to the latest release.

1.0.2 #

  • FIX(vertexai): fix the url in the service not available error (#13547). (a8bfebd7)

1.0.1 #

  • FIX(vertexai): hotfix for vertexai auth access to storage (#13534). (9f693094)

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.

  • BREAKING FEAT(vertexai): Vertex AI in Firebase is now Generally Available (GA) and can be used in production apps. (#13453). (77b48800)

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 #

  • FIX(vertexai): update history getter to reflect google_generative_ai updates (#13040). (cc542d76)
  • FEAT: bump iOS SDK to version 11.0.0 (#13158). (c0e0c997)

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.2 #

  • FEAT(vertexai): add name constructor for function calling schema (#12898). (466884b6)

0.2.1 #

0.2.0 #

Note: This release has breaking changes.

  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)

0.1.1 #

  • REFACTOR(vertexai): Split into separate libraries (#12794). (85a517f4)
  • FEAT(vertexai): Add support for UsageMetaData (#12787). (08f61ecb)
  • FEAT(vertexai): Add a few more parameters to the model request (#12824). (35ad8d41)
  • FEAT(vertex): Add auth support in the vertexai (#12797). (3241c0b8)

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.