Skip to content

Commit 5b73677

Browse files
authored
Merge pull request #1272 from NachoFLizaur/fix/bedrock-minimax-m2.5-glm-5-limits
fix(amazon-bedrock): correct MiniMax M2.5 and GLM-5 context/output limits
2 parents 897aa53 + 780db03 commit 5b73677

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

providers/amazon-bedrock/models/minimax.minimax-m2.5.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MiniMax M2.5"
2-
family = "minimax-m2.5"
3-
release_date = "2026-02-12"
2+
family = "minimax"
3+
release_date = "2026-03-18"
44
last_updated = "2026-03-18"
55
attachment = false
66
reasoning = true
@@ -14,8 +14,8 @@ input = 0.30
1414
output = 1.20
1515

1616
[limit]
17-
context = 1_000_000
18-
output = 131_072
17+
context = 196_608
18+
output = 98_304
1919

2020
[modalities]
2121
input = ["text"]

providers/amazon-bedrock/models/zai.glm-5.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GLM-5"
22
family = "glm"
3-
release_date = "2026-02-11"
3+
release_date = "2026-03-18"
44
last_updated = "2026-03-18"
55
attachment = false
66
reasoning = true
@@ -16,8 +16,8 @@ input = 1.00
1616
output = 3.20
1717

1818
[limit]
19-
context = 200_000
20-
output = 131_072
19+
context = 202_752
20+
output = 101_376
2121

2222
[modalities]
2323
input = ["text"]

0 commit comments

Comments
 (0)