FirebaseAILogic Framework Reference Stay organized with collections Save and categorize content based on your preferences.
ImagenModel
@available(iOS15.0,macOS12.0,tvOS15.0,watchOS8.0,*)publicfinalclassImagenModelRepresents a remote Imagen model with the ability to generate images using text prompts.
See thegenerate imagesdocumentationfor more details about the image generation capabilities offered by the Imagen model in theFirebase AI SDK SDK.
Generates images using the Imagen model and returns them as inline data.
The individual
datais provided for each of the generatedimages.Note
By default, 1 image sample is generated; see
numberOfImagesto configure the number of images that are generated.Declaration
Swift
publicfuncgenerateImages(prompt:String)asyncthrows->ImagenGenerationResponse<ImagenInlineImage>Parameters
promptA text prompt describing the image(s) to generate.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-28 UTC.