From 166ed3c159730a2d115c57c8d0f9bcd2d875e4b8 Mon Sep 17 00:00:00 2001 From: Haruko386 Date: Wed, 15 Jul 2026 15:42:54 +0800 Subject: [PATCH] Json: add some aliyun models (#16926) ### Summary As title --- conf/models/aliyun.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/conf/models/aliyun.json b/conf/models/aliyun.json index aac841b531..d62f12eae7 100644 --- a/conf/models/aliyun.json +++ b/conf/models/aliyun.json @@ -27,6 +27,31 @@ "embedding" ] }, + { + "name": "qwen3-vl-plus", + "max_tokens": 260096, + "model_types": [ + "vision" + ] + }, + { + "name": "qwen-tts-flash", + "model_types": [ + "tts" + ] + }, + { + "name": "qwen-asr-flash", + "model_types": [ + "asr" + ] + }, + { + "name": "fun-asr", + "model_types": [ + "asr" + ] + }, { "name": "text-embedding-v3", "max_tokens": 8192,