mirror of
https://github.com/tiennm99/claude-code-router-provider-registry.git
synced 2026-04-17 15:20:38 +00:00
20 lines
356 B
JSON
20 lines
356 B
JSON
{
|
|
"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"]
|
|
}
|
|
}
|
|
}
|