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

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