support qwq-max

This commit is contained in:
Zylan
2025-03-31 14:33:36 +08:00
parent 4f3ee654d8
commit 163fad337e
7 changed files with 336 additions and 0 deletions

View File

@@ -14,6 +14,11 @@
"name": "DeepSeek",
"api_key_id": "DeepseekApiKey",
"class_name": "DeepSeekModel"
},
"alibaba": {
"name": "Alibaba",
"api_key_id": "AlibabaApiKey",
"class_name": "AlibabaModel"
}
},
"models": {
@@ -56,6 +61,14 @@
"isReasoning": true,
"version": "latest",
"description": "DeepSeek推理模型提供详细思考过程仅支持文本"
},
"QVQ-Max-2025-03-25": {
"name": "QVQ-Max",
"provider": "alibaba",
"supportsMultimodal": true,
"isReasoning": true,
"version": "2025-03-25",
"description": "阿里巴巴通义千问-QVQ-Max版本支持图像理解和思考过程"
}
}
}