Signed in as:
filler@godaddy.com
Signed in as:
filler@godaddy.com
Sign in to your account to access your profile, history, and any private pages you've been granted access to.
Not a member? Create account.
// Initialize the Gemini Developer API backend service
// Create a `GenerativeModel` instance with a model that supports your use case
val model = Firebase.ai(backend = GenerativeBackend.googleAI())
.generativeModel("gemini-2.5-flash")