Lucas Daniel
1fb40a4014
fix(vision): recognize Gemma 4 and Phi-4 as vision-capable models ( #1704 )
...
Gemma 4 and Phi-4 multimodal are natively vision-capable but their Ollama
tags ("gemma4:12b", "phi-4", "phi4") did not match any keyword in
_VISION_MODEL_KEYWORDS. The image was silently routed to the VL fallback
path instead of being passed directly to the model — users saw the model
respond to a placeholder like "[VL model unavailable - image not analyzed]"
rather than the actual image.
Adds "gemma-4"/"gemma4" and "phi-4"/"phi4" to the keyword list, following
the existing err-toward-True policy (#124 ): a text-only variant being
treated as vision is the safer failure than dropping a real image.
Fixes #1274 (partial — covers the Gemma 4 + Phi-4 case; the OpenRouter/free
vision fallback path is a separate issue).
2026-06-03 13:36:50 +09:00
..
2026-06-03 01:10:06 +09:00
2026-06-01 14:32:41 +09:00
2026-06-03 13:23:42 +09:00
2026-06-01 16:54:11 +09:00
2026-06-01 16:57:28 +09:00
2026-06-03 13:29:51 +09:00
2026-06-03 08:11:37 +09:00
2026-06-03 09:00:04 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 11:39:01 +09:00
2026-06-02 11:12:13 +09:00
2026-05-31 23:58:26 +09:00
2026-06-03 13:22:52 +09:00
2026-06-01 15:09:47 +09:00
2026-06-03 08:35:16 +09:00
2026-06-03 11:36:12 +09:00
2026-06-02 23:01:04 +09:00
2026-06-03 13:36:50 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 22:22:41 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 15:09:47 +09:00
2026-06-01 10:50:07 +09:00
2026-06-03 00:13:53 +09:00
2026-06-03 13:25:33 +09:00
2026-05-31 23:58:26 +09:00
2026-06-03 08:11:44 +09:00
2026-06-03 13:23:01 +09:00
2026-06-03 13:30:04 +09:00
2026-06-02 20:32:56 +09:00
2026-06-01 15:09:47 +09:00
2026-06-03 02:40:22 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 22:30:07 +09:00
2026-06-03 13:33:50 +09:00
2026-06-03 09:00:10 +09:00
2026-06-03 00:49:29 +09:00
2026-05-31 23:58:26 +09:00
2026-06-03 13:25:48 +09:00
2026-06-02 20:33:09 +09:00
2026-06-02 23:04:58 +09:00
2026-06-01 22:38:14 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 18:27:17 +09:00
2026-06-03 13:29:51 +09:00
2026-06-02 20:32:08 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 14:32:13 +09:00
2026-06-03 13:31:33 +09:00
2026-05-31 23:58:26 +09:00
2026-06-02 23:33:22 +09:00
2026-05-31 23:58:26 +09:00
2026-06-03 13:34:40 +09:00
2026-06-01 22:26:37 +09:00
2026-06-01 15:09:47 +09:00
2026-05-31 23:58:26 +09:00
2026-06-01 23:11:50 +09:00
2026-06-03 03:53:05 +09:00
2026-06-03 02:40:22 +09:00
2026-06-03 03:07:00 +09:00
2026-06-03 13:31:26 +09:00
2026-06-02 20:36:37 +09:00
2026-06-02 23:13:30 +09:00
2026-06-03 11:20:39 +09:00
2026-06-03 13:33:43 +09:00
2026-06-03 08:59:42 +09:00
2026-06-03 02:47:14 +09:00
2026-06-02 20:29:47 +09:00
2026-06-02 20:44:27 +09:00
2026-06-03 13:28:45 +09:00
2026-06-03 08:59:49 +09:00
2026-06-01 22:26:13 +09:00
2026-06-02 20:28:12 +09:00
2026-06-03 13:29:08 +09:00