Skip to content

Commit bd5050a

Browse files
authored
Merge pull request #1423 from spiffytech/dev
Add Synthetic support for GLM-5.1
2 parents ac67c64 + 1f79cd8 commit bd5050a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name = "GLM 5.1"
2+
family = "glm"
3+
attachment = false
4+
reasoning = true
5+
tool_call = true
6+
structured_output = true
7+
temperature = true
8+
release_date = "2026-03-27"
9+
last_updated = "2026-04-12"
10+
open_weights = true
11+
12+
[interleaved]
13+
field = "reasoning_content"
14+
15+
[cost]
16+
input = 1
17+
output = 3
18+
cache_read = 1
19+
20+
[limit]
21+
context = 196608
22+
output = 65536
23+
24+
[modalities]
25+
input = ["text"]
26+
output = ["text"]

0 commit comments

Comments
 (0)