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:
26
providers/modelscope.json
Normal file
26
providers/modelscope.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "modelscope",
|
||||
"api_base_url": "https://api-inference.modelscope.cn/v1/chat/completions",
|
||||
"api_key": "",
|
||||
"models": [
|
||||
"Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
||||
"Qwen/Qwen3-235B-A22B-Thinking-2507",
|
||||
"ZhipuAI/GLM-4.5"
|
||||
],
|
||||
"transformer": {
|
||||
"use": [
|
||||
[
|
||||
"maxtoken",
|
||||
{
|
||||
"max_tokens": 65536
|
||||
}
|
||||
]
|
||||
],
|
||||
"Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
||||
"use": ["enhancetool"]
|
||||
},
|
||||
"Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
||||
"use": ["reasoning"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user