We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4274341 + 46a0b10 commit eceec09Copy full SHA for eceec09
app/constant.ts
@@ -317,13 +317,14 @@ const openaiModels = [
317
];
318
319
const googleModels = [
320
- "gemini-1.0-pro",
+ "gemini-1.0-pro", // Deprecated on 2/15/2025
321
"gemini-1.5-pro-latest",
322
"gemini-1.5-flash-latest",
323
+ "gemini-1.5-flash-8b-latest",
324
"gemini-exp-1114",
325
"gemini-exp-1121",
326
"learnlm-1.5-pro-experimental",
- "gemini-pro-vision",
327
+ "gemini-2.0-flash-exp",
328
329
330
const anthropicModels = [
app/utils.ts
@@ -261,6 +261,7 @@ export function isVisionModel(model: string) {
261
"claude-3",
262
"gemini-1.5",
263
"gemini-exp",
264
+ "gemini-2.0",
265
"learnlm",
266
"qwen-vl",
267
"qwen2-vl",
0 commit comments