feat: add bigmodel

This commit is contained in:
musistudio
2025-10-31 07:12:45 +08:00
parent 1acf8f4a53
commit 9f9fbf0fd2
4 changed files with 25 additions and 8 deletions

View 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
View 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"
]
}

View File

@@ -11,9 +11,6 @@
"max_tokens": 65536 "max_tokens": 65536
} }
] ]
], ]
"qwen3-coder-plus": {
"use": ["enhancetool"]
}
} }
} }

View File

@@ -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"]
}
} }
} }