release v1.0.26

This commit is contained in:
jinhui.li
2025-07-23 12:20:52 +08:00
parent b9d556ff1b
commit c6969fdd90
6 changed files with 142 additions and 14 deletions

View File

@@ -98,6 +98,38 @@ npm install -g @musistudio/claude-code-router
"transformer": {
"use": ["deepseek"]
}
},
{
"name": "modelscope",
"api_base_url": "https://api-inference.modelscope.cn/v1/chat/completions",
"api_key": "",
"models": ["Qwen/Qwen3-Coder-480B-A35B-Instruct"],
"transformer": {
"use": [
[
"maxtoken",
{
"max_tokens": 8192
}
]
]
}
},
{
"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": 8192
}
]
]
}
}
],
"Router": {