From aa9e486cf89364d99165f4887edcd3114edce9b4 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 29 Oct 2025 17:04:27 -0600 Subject: [PATCH] Add qwen3 vl --- docs/docs/configuration/genai/config.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/genai/config.md b/docs/docs/configuration/genai/config.md index bf72db4ea..ac822a3a6 100644 --- a/docs/docs/configuration/genai/config.md +++ b/docs/docs/configuration/genai/config.md @@ -43,9 +43,10 @@ The following models are recommended: | Model | Notes | | ----------------- | ----------------------------------------------------------- | -| `Intern3.5VL` | Relatively fast with good vision comprehension +| `qwen3-vl` | Strong visual and situational understanding | +| `Intern3.5VL` | Relatively fast with good vision comprehension | | `gemma3` | Strong frame-to-frame understanding, slower inference times | -| `qwen2.5vl` | Fast but capable model with good vision comprehension | +| `qwen2.5-vl` | Fast but capable model with good vision comprehension | | `llava-phi3` | Lightweight and fast model with vision comprehension | :::note