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.
2 parents 0031544 + e8a18d0 commit 80d7fd9Copy full SHA for 80d7fd9
app/constant.ts
@@ -479,19 +479,20 @@ export const VISION_MODEL_REGEXES = [
479
/vision/,
480
/gpt-4o/,
481
/gpt-4\.1/,
482
- /claude-3/,
+ /claude.*[34]/,
483
/gemini-1\.5/,
484
/gemini-exp/,
485
- /gemini-2\.0/,
+ /gemini-2\.[05]/,
486
/learnlm/,
487
/qwen-vl/,
488
/qwen2-vl/,
489
- /gpt-4-turbo(?!.*preview)/, // Matches "gpt-4-turbo" but not "gpt-4-turbo-preview"
490
- /^dall-e-3$/, // Matches exactly "dall-e-3"
+ /gpt-4-turbo(?!.*preview)/,
+ /^dall-e-3$/,
491
/glm-4v/,
492
/vl/i,
493
/o3/,
494
/o4-mini/,
495
+ /grok-4/i,
496
];
497
498
export const EXCLUDE_VISION_MODEL_REGEXES = [/claude-3-5-haiku-20241022/];
0 commit comments