From e1878a3d4f6c2b2c649792cf0e57b8bf65132e4a Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 27 Jul 2026 06:56:32 -0600 Subject: [PATCH] Combine Qwen3.5 and Qwen3.6 listings --- docs/docs/configuration/genai/config.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/configuration/genai/config.md b/docs/docs/configuration/genai/config.md index 65e5eefb24..4b57298fd5 100644 --- a/docs/docs/configuration/genai/config.md +++ b/docs/docs/configuration/genai/config.md @@ -64,8 +64,7 @@ You must use a vision-capable model with Frigate. The following models are recom | Model | Notes | | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `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. | -| `qwen3.6` | Strong situational understanding, similar to qwen3-vl | +| `qwen3.6` | 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. | The `embeddings` role needs a different kind of model. Text queries are matched against the stored image embeddings, so the model must be trained to place images and text into the same vector space. A chat or description model will still return vectors when asked, but those vectors are not trained for retrieval and text searches will return poor matches with no error to indicate why.