com.google.firebase.vertexai

Classes

Chat

This class is deprecated. The Vertex AI in Firebase SDK (firebase-vertexai) has been replaced with the FirebaseAI SDK (firebase-ai) to accommodate the evolving set of supported features and services.

FirebaseVertexAI

Entry point for all Vertex AI in Firebase functionality.

GenerativeModel

This class is deprecated. The Vertex AI in Firebase SDK (firebase-vertexai) has been replaced with the FirebaseAI SDK (firebase-ai) to accommodate the evolving set of supported features and services.

ImagenModel

This class is deprecated. The Vertex AI in Firebase SDK (firebase-vertexai) has been replaced with the FirebaseAI SDK (firebase-ai) to accommodate the evolving set of supported features and services.

LiveGenerativeModel

This class is deprecated. The Vertex AI in Firebase SDK (firebase-vertexai) has been replaced with the FirebaseAI SDK (firebase-ai) to accommodate the evolving set of supported features and services.

Extension functions summary

FirebaseVertexAI
Firebase.vertexAI(app: FirebaseApp, location: String)

Returns the FirebaseVertexAI instance of a given FirebaseApp.

Extension properties summary

FirebaseVertexAI

Returns the FirebaseVertexAI instance of the default FirebaseApp.

Extension functions

vertexAI

fun Firebase.vertexAI(
    app: FirebaseApp = Firebase.app,
    location: String = "us-central1"
): FirebaseVertexAI

Returns the FirebaseVertexAI instance of a given FirebaseApp.

Extension properties

vertexAI

val Firebase.vertexAIFirebaseVertexAI

Returns the FirebaseVertexAI instance of the default FirebaseApp.