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 new file mode 100644 index 000000000..fd156a83b --- /dev/null +++ b/providers/togetherai/models/zai-org/GLM-5.1.toml @@ -0,0 +1,23 @@ +name = "GLM-5.1" +family = "glm" +release_date = "2026-04-07" +last_updated = "2026-04-07" +attachment = false +reasoning = true +temperature = true +structured_output = true +knowledge = "2025-11" +tool_call = true +open_weights = true + +[cost] +input = 1.40 +output = 4.40 + +[limit] +context = 202_752 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"]