Skip to content

Commit 14f6a56

Browse files
committed
update vision model regex
1 parent 5fa2da6 commit 14f6a56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/constant.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,11 @@ export const VISION_MODEL_REGEXES = [
260260
/glm-4(?:\.\d+)?v/,
261261
/pixtral/,
262262
/kimi-latest/,
263-
/multimodal/,
264-
/llama-4/,
263+
/kimi-k2.5/i,
264+
/multimodal/i,
265+
/llama-4/i,
265266
/grok-4/i,
267+
/qwen3.5/i,
266268
];
267269

268270
export const EXCLUDE_VISION_MODEL_REGEXES = [/claude-3-5-haiku-20241022/];

0 commit comments

Comments
 (0)