From 994517495f5d776dacb6536c147daf8378cbb5ec Mon Sep 17 00:00:00 2001 From: TeslaZY Date: Mon, 8 Sep 2025 10:39:23 +0800 Subject: [PATCH] add model: qwen3-max-preview (#9959) ### What problem does this PR solve? add qwen3-max-preview model, ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- conf/llm_factories.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 71f48609a..20d817df4 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -337,6 +337,13 @@ "model_type": "chat", "is_tools": true }, + { + "llm_name": "qwen3-max-preview", + "tags": "LLM,CHAT,256k", + "max_tokens": 256000, + "model_type": "chat", + "is_tools": true + }, { "llm_name": "qwen3-coder-480b-a35b-instruct", "tags": "LLM,CHAT,256k",