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 65c8dbb commit 771b585Copy full SHA for 771b585
packages/model-runtime/src/providers/google/index.ts
@@ -45,13 +45,15 @@ const modelsWithModalities = new Set([
45
'gemini-2.0-flash-exp-image-generation',
46
'gemini-2.0-flash-preview-image-generation',
47
'gemini-2.5-flash-image-preview',
48
+ 'gemini-2.5-flash-image',
49
]);
50
51
const modelsDisableInstuction = new Set([
52
'gemini-2.0-flash-exp',
53
54
55
56
57
'gemma-3-1b-it',
58
'gemma-3-4b-it',
59
'gemma-3-12b-it',
0 commit comments