diff --git a/providers/togetherai/models/google/gemma-4-31B-it.toml b/providers/togetherai/models/google/gemma-4-31B-it.toml new file mode 100644 index 000000000..9efee4bc3 --- /dev/null +++ b/providers/togetherai/models/google/gemma-4-31B-it.toml @@ -0,0 +1,22 @@ +name = "Gemma 4 31B Instruct" +family = "gemma" +release_date = "2026-04-07" +last_updated = "2026-04-07" +attachment = true +reasoning = true +temperature = true +knowledge = "2025-01" +tool_call = true +open_weights = true + +[cost] +input = 0.20 +output = 0.50 + +[limit] +context = 262_144 +output = 131_072 + +[modalities] +input = ["text", "image"] +output = ["text"] diff --git a/providers/togetherai/models/zai-org/GLM-5.1.toml b/providers/togetherai/models/zai-org/GLM-5.1.toml index 018c72810..fd156a83b 100644 --- a/providers/togetherai/models/zai-org/GLM-5.1.toml +++ b/providers/togetherai/models/zai-org/GLM-5.1.toml @@ -1,23 +1,23 @@ name = "GLM-5.1" family = "glm" -release_date = "2026-03-26" -last_updated = "2026-03-26" +release_date = "2026-04-07" +last_updated = "2026-04-07" attachment = false reasoning = true temperature = true -tool_call = true structured_output = true -open_weights = true knowledge = "2025-11" +tool_call = true +open_weights = true [cost] input = 1.40 output = 4.40 [limit] -context = 200000 -output = 131072 +context = 202_752 +output = 131_072 [modalities] input = ["text"] -output = ["text"] \ No newline at end of file +output = ["text"]