Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions providers/amazon-bedrock/models/minimax.minimax-m2.5.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MiniMax M2.5"
family = "minimax-m2.5"
release_date = "2026-02-12"
family = "minimax"
release_date = "2026-03-18"
last_updated = "2026-03-18"
attachment = false
reasoning = true
Expand All @@ -14,8 +14,8 @@ input = 0.30
output = 1.20

[limit]
context = 1_000_000
output = 131_072
context = 196_608
output = 98_304

[modalities]
input = ["text"]
Expand Down
6 changes: 3 additions & 3 deletions providers/amazon-bedrock/models/zai.glm-5.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "GLM-5"
family = "glm"
release_date = "2026-02-11"
release_date = "2026-03-18"
last_updated = "2026-03-18"
attachment = false
reasoning = true
Expand All @@ -16,8 +16,8 @@ input = 1.00
output = 3.20

[limit]
context = 200_000
output = 131_072
context = 202_752
output = 101_376

[modalities]
input = ["text"]
Expand Down
Loading