This commit is contained in:
musistudio
2025-08-03 08:18:08 +08:00
commit b8e0e99e5c
12 changed files with 244 additions and 0 deletions

19
providers/dashscope.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "dashscope",
"api_base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions",
"api_key": "",
"models": ["qwen3-coder-plus"],
"transformer": {
"use": [
[
"maxtoken",
{
"max_tokens": 65536
}
]
],
"qwen3-coder-plus": {
"use": ["enhancetool"]
}
}
}