Skip to content

Commit 33bb01c

Browse files
authored
Merge pull request #609 from sebastiand-cerebras/adding_new_glm_47_model
feat(cerebras): add zai-glm-4.7 model
2 parents 7b984aa + 84366ef commit 33bb01c

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Z.AI GLM-4.7"
2+
release_date = "2026-01-10"
3+
last_updated = "2026-01-10"
4+
attachment = false
5+
reasoning = false
6+
temperature = true
7+
tool_call = true
8+
open_weights = true
9+
10+
[cost]
11+
input = 0
12+
output = 0
13+
cache_read = 0
14+
cache_write = 0
15+
16+
[limit]
17+
context = 131_072
18+
output = 40_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]

0 commit comments

Comments
 (0)