mirror of
https://github.com/tiennm99/claude-code-router-provider-registry.git
synced 2026-04-17 17:21:05 +00:00
feat: add bigmodel
This commit is contained in:
14
providers/bigmodel-coding.json
Normal file
14
providers/bigmodel-coding.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "智谱 Coding Plan",
|
||||||
|
"api_base_url": "https://open.bigmodel.cn/api/anthropic/v1/messages",
|
||||||
|
"api_key": "",
|
||||||
|
"models": [
|
||||||
|
"glm-4.6",
|
||||||
|
"glm-4.5-air"
|
||||||
|
],
|
||||||
|
"transformer": {
|
||||||
|
"use": [
|
||||||
|
"Anthropic"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
9
providers/bigmodel.json
Normal file
9
providers/bigmodel.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "智谱",
|
||||||
|
"api_base_url": "https://open.bigmodel.cn/api/paas/v4/chat/completions",
|
||||||
|
"api_key": "",
|
||||||
|
"models": [
|
||||||
|
"glm-4.6",
|
||||||
|
"glm-4.5-air"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -11,9 +11,6 @@
|
|||||||
"max_tokens": 65536
|
"max_tokens": 65536
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
],
|
]
|
||||||
"qwen3-coder-plus": {
|
|
||||||
"use": ["enhancetool"]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,9 +4,6 @@
|
|||||||
"api_key": "",
|
"api_key": "",
|
||||||
"models": ["deepseek-chat", "deepseek-reasoner"],
|
"models": ["deepseek-chat", "deepseek-reasoner"],
|
||||||
"transformer": {
|
"transformer": {
|
||||||
"use": ["deepseek"],
|
"use": ["deepseek"]
|
||||||
"deepseek-chat": {
|
|
||||||
"use": ["tooluse"]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user