From 3e2dbdfd0788f007e143b52ec888b16679a1bdeb Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 2 Apr 2026 18:55:18 -0600 Subject: [PATCH] Update model list --- docs/docs/configuration/genai/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/genai/config.md b/docs/docs/configuration/genai/config.md index 56e8e2788b..e39f88a020 100644 --- a/docs/docs/configuration/genai/config.md +++ b/docs/docs/configuration/genai/config.md @@ -29,11 +29,11 @@ You must use a vision-capable model with Frigate. The following models are recom | Model | Notes | | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `qwen3-vl` | Strong visual and situational understanding, strong ability to identify smaller objects and interactions with object. | +| `qwen3-vl` | Strong visual and situational understanding, enhanced ability to identify smaller objects and interactions with object. | | `qwen3.5` | Strong situational understanding, but missing DeepStack from qwen3-vl leading to worse performance for identifying objects in people's hand and other small details. | +| `gemma4` | Strong situational understanding, sometimes resorts to more vague terms like 'interacts' instead of assigning a specific action. | | `Intern3.5VL` | Relatively fast with good vision comprehension | | `gemma3` | Slower model with good vision and temporal understanding | -| `qwen2.5-vl` | Fast but capable model with good vision comprehension | :::info