Signed in as:
filler@godaddy.com
Signed in as:
filler@godaddy.com
By creating an account, you may receive newsletters or promotions.
// 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")