We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5049a2 commit 311a466Copy full SHA for 311a466
1 file changed
genai/image_generation/imggen_mmflash_with_txt.py
@@ -23,7 +23,7 @@ def generate_content() -> str:
23
client = genai.Client()
24
25
response = client.models.generate_content(
26
- model="gemini-2.0-flash-exp",
+ model="gemini-2.0-flash-preview-image-generation",
27
contents=(
28
"Generate an image of the Eiffel tower with fireworks in the background."
29
),
0 commit comments