Skip to content

Commit d7028b5

Browse files
committed
feat: update model list in Zhipu constants for expanded options
1 parent 36a03f4 commit d7028b5

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

relay/adaptor/zhipu/constants.go

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
package zhipu
22

3+
// https://open.bigmodel.cn/pricing
4+
35
var ModelList = []string{
4-
"chatglm_turbo", "chatglm_pro", "chatglm_std", "chatglm_lite",
5-
"glm-4", "glm-4v", "glm-3-turbo", "embedding-2",
6-
"cogview-3",
6+
"glm-zero-preview", "glm-4-plus", "glm-4-0520", "glm-4-airx",
7+
"glm-4-air", "glm-4-long", "glm-4-flashx", "glm-4-flash",
8+
"glm-4", "glm-3-turbo",
9+
"glm-4v-plus", "glm-4v", "glm-4v-flash",
10+
"cogview-3-plus", "cogview-3", "cogview-3-flash",
11+
"cogviewx", "cogviewx-flash",
12+
"charglm-4", "emohaa", "codegeex-4",
13+
"embedding-2", "embedding-3",
714
}

0 commit comments

Comments
 (0)