diff --git a/providers/amazon-bedrock/models/minimax.minimax-m2.5.toml b/providers/amazon-bedrock/models/minimax.minimax-m2.5.toml index eb995208f..e20739f16 100644 --- a/providers/amazon-bedrock/models/minimax.minimax-m2.5.toml +++ b/providers/amazon-bedrock/models/minimax.minimax-m2.5.toml @@ -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 @@ -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"] diff --git a/providers/amazon-bedrock/models/zai.glm-5.toml b/providers/amazon-bedrock/models/zai.glm-5.toml index 1e13c37ee..7851420ad 100644 --- a/providers/amazon-bedrock/models/zai.glm-5.toml +++ b/providers/amazon-bedrock/models/zai.glm-5.toml @@ -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 @@ -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"]