mirror of
https://github.com/tiennm99/claude-code-router-provider-registry.git
synced 2026-04-17 17:21:05 +00:00
init
This commit is contained in:
19
providers/dashscope.json
Normal file
19
providers/dashscope.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user