Skip to content

Commit 7ce9e95

Browse files
authored
Merge pull request #1294 from sk0x0y/add-glm-5.1-nanogpt
feat(nano-gpt): add glm-5.1 and glm-5.1:thinking models
2 parents 3d456e3 + a05b2a6 commit 7ce9e95

2 files changed

Lines changed: 44 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 = "GLM 5.1"
2+
family = "glm"
3+
release_date = "2026-03-27"
4+
last_updated = "2026-03-27"
5+
attachment = false
6+
reasoning = true
7+
tool_call = true
8+
structured_output = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.30
13+
output = 2.55
14+
15+
[limit]
16+
context = 200_000
17+
input = 200_000
18+
output = 131_072
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "GLM 5.1 Thinking"
2+
family = "glm"
3+
release_date = "2026-03-27"
4+
last_updated = "2026-03-27"
5+
attachment = false
6+
reasoning = true
7+
tool_call = true
8+
structured_output = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.30
13+
output = 2.55
14+
15+
[limit]
16+
context = 200_000
17+
input = 200_000
18+
output = 131_072
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]

0 commit comments

Comments
 (0)