We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c5968 commit 755509bCopy full SHA for 755509b
2 files changed
providers/friendli/models/MiniMaxAI/MiniMax-M2.1.toml
…ers/friendli/models/zai-org/GLM-4.7.toml …ers/friendli/models/zai-org/GLM-5.1.tomlproviders/friendli/models/zai-org/GLM-4.7.toml renamed to providers/friendli/models/zai-org/GLM-5.1.toml
@@ -1,20 +1,24 @@
1
-name = "GLM 4.7"
+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 = "2025-12-22"
9
-last_updated = "2026-01-29"
+release_date = "2026-04-07"
+last_updated = "2026-04-07"
10
open_weights = true
11
12
[interleaved]
13
field = "reasoning_content"
14
15
+[cost]
16
+input = 1.4
17
+output = 4.4
18
+
19
[limit]
-context = 202752
-output = 202752
20
+context = 202_752
21
+output = 202_752
22
23
[modalities]
24
input = ["text"]
0 commit comments