Merge pull request #1378 from friendliai/minpeter/add-friendli-glm-5.1

feat(friendli): add GLM-5.1 and remove deprecated models
This commit is contained in:
Aiden Cline
2026-04-07 22:30:44 -05:00
committed by GitHub
4 changed files with 11 additions and 31 deletions
@@ -1,24 +0,0 @@
name = "MiniMax M2.1"
attachment = false
reasoning = true
tool_call = true
structured_output = true
temperature = true
release_date = "2026-01-13"
last_updated = "2026-01-29"
open_weights = true
[interleaved]
field = "reasoning_content"
[cost]
input = 0.3
output = 1.2
[limit]
context = 196_608
output = 196_608
[modalities]
input = ["text"]
output = ["text"]
@@ -1,4 +1,4 @@
name = "MiniMax M2.5"
name = "MiniMax-M2.5"
family = "minimax"
attachment = false
reasoning = true
@@ -1,20 +1,24 @@
name = "GLM 4.7"
name = "GLM-5.1"
family = "glm"
attachment = false
reasoning = true
tool_call = true
structured_output = true
temperature = true
release_date = "2025-12-22"
last_updated = "2026-01-29"
release_date = "2026-04-07"
last_updated = "2026-04-07"
open_weights = true
[interleaved]
field = "reasoning_content"
[cost]
input = 1.4
output = 4.4
[limit]
context = 202752
output = 202752
context = 202_752
output = 202_752
[modalities]
input = ["text"]
+1 -1
View File
@@ -1,4 +1,4 @@
name = "GLM 5"
name = "GLM-5"
family = "glm"
attachment = false
reasoning = true