We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0ac34 commit 3cd9396Copy full SHA for 3cd9396
1 file changed
genai/text-generation/textgen-with-txt-img.js
@@ -38,7 +38,7 @@ async function generateContent(
38
};
39
40
const response = await ai.models.generateContent({
41
- model: 'gemini-2.0-flash',
+ model: 'gemini-2.5-flash',
42
contents: [image, 'What is shown in this image?'],
43
});
44
0 commit comments