Using gemini-2.0-flash-exp with Image Generation in Firebase Vertex AI SDK for iOS #14652
Replies: 1 comment 1 reply
-
Hi @tom-eberle, the Alternatively, we do support image generation using the Imagen 3 model (documentation). Although it's from a Google AI page, rather than Vertex AI, this section provides a nice description of when to use Gemini 2.0 vs. Imagen 3 for image generation: https://ai.google.dev/gemini-api/docs/image-generation#choose-a-model I'll ping this discussion with any progress to keep you updated. Should soon be able to use either model for image generation in the SDK 🤞 |
Beta Was this translation helpful? Give feedback.
-
I'm trying to implement Gemini 2.0 Flash with image generation capabilities in my iOS app using the Firebase Vertex AI SDK. Specifically, I want to use the
gemini-2.0-flash-exp
model withresponse_modalities=["Text", "Image"]
to enable multimodal responses.While I can see this feature is available in the direct Vertex AI API, I'm encountering issues implementing it in the Firebase SDK for iOS.
Questions:
gemini-2.0-flash-exp
model with image generation capabilities (response_modalities=["Text", "Image"]
) supported in the Firebase Vertex AI SDK for iOS?Thank you for any assistance you can provide!
Beta Was this translation helpful? Give feedback.
All reactions