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