We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a228b1c commit cb16347Copy full SHA for cb16347
genai/image-generation/imggen-mmflash-with-txt.js
@@ -33,7 +33,7 @@ async function generateContent(
33
});
34
35
const response = await client.models.generateContentStream({
36
- model: 'gemini-2.5-flash-image-preview',
+ model: 'gemini-2.5-flash-image',
37
contents:
38
'Generate an image of the Eiffel tower with fireworks in the background.',
39
config: {
0 commit comments