From 3f595029d780b575145e5b96d409249173718866 Mon Sep 17 00:00:00 2001 From: TeslaZY Date: Thu, 25 Sep 2025 09:43:44 +0800 Subject: [PATCH] fix: Wrong Qwen models's ID (#10272) ### What problem does this PR solve? fix: Wrong Qwen models's ID [Bug]: ERROR: litellm.NotFoundError: DashscopeException - The model Qwen/Qwen3-Omni-Flash does not exist or you do not have access to it. change: delete wrong qwen model id ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- conf/llm_factories.json | 42 ----------------------------------------- 1 file changed, 42 deletions(-) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 1a61ae30b..14575174f 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -408,48 +408,6 @@ "model_type": "chat", "is_tools": true }, - { - "llm_name": "Qwen/Qwen3-Max", - "tags": "LLM,CHAT,256k", - "max_tokens": 256000, - "model_type": "chat", - "is_tools": true - }, - { - "llm_name": "Qwen/Qwen3-VL-Plus", - "tags": "LLM,IMAGE2TEXT", - "max_tokens": 256000, - "model_type": "chat", - "is_tools": true - }, - { - "llm_name": "Qwen/Qwen3-VL-23B-A22B-Thinking", - "tags": "LLM,IMAGE2TEXT", - "max_tokens": 124000, - "model_type": "chat", - "is_tools": true - }, - { - "llm_name": "Qwen/Qwen3-Omni-Flash-Realtime", - "tags": "LLM,IMAGE2TEXT", - "max_tokens": 64000, - "model_type": "chat", - "is_tools": true - }, - { - "llm_name": "Qwen/Qwen3-Omni-Flash", - "tags": "LLM,IMAGE2TEXT", - "max_tokens": 64000, - "model_type": "chat", - "is_tools": true - }, - { - "llm_name": "Qwen/Qwen-Image-Plus", - "tags": "LLM,IMAGE,IMAGE2TEXT", - "max_tokens": 0, - "model_type": "image", - "is_tools": true - }, { "llm_name": "qwen3-coder-480b-a35b-instruct", "tags": "LLM,CHAT,256k",