Firebase. AI. TemplateImagenModel
Represents a remote Imagen model with the ability to generate images using server template prompts.
Summary
All Imagen models are deprecated and will shut down as early as June 2026. As a replacement, you can migrate your apps to use Gemini Image models (the "Nano Banana" models).
Deprecated. All Imagen models are deprecated and will shut down as early as June 2026. As a replacement, you can migrate your apps to use Gemini Image models (the "Nano Banana" models).
Public functions |
|
|---|---|
GenerateImagesAsync(string templateId, IDictionary< string, object > inputs, CancellationToken cancellationToken)
|
async Task< ImagenGenerationResponse< ImagenInlineImage > >
Generates images using the Template Imagen model and returns them as inline data.
|
Public functions
GenerateImagesAsync
async Task< ImagenGenerationResponse< ImagenInlineImage > > GenerateImagesAsync( string templateId, IDictionary< string, object > inputs, CancellationToken cancellationToken )
Generates images using the Template Imagen model and returns them as inline data.
| Details | |||||||
|---|---|---|---|---|---|---|---|
| Parameters |
|
||||||
| Exceptions |
|
||||||
| Returns |
The generated content response from the model.
|