diff --git a/providers/nvidia/models/minimaxai/minimax-m2.1.toml b/providers/nvidia/models/minimaxai/minimax-m2.1.toml new file mode 100644 index 000000000..9e9c0a249 --- /dev/null +++ b/providers/nvidia/models/minimaxai/minimax-m2.1.toml @@ -0,0 +1,21 @@ +name = "MiniMax-M2.1" +family = "minimax" +release_date = "2025-12-23" +last_updated = "2025-12-23" +attachment = false +reasoning = true +temperature = true +tool_call = true +open_weights = true + +[cost] +input = 0.0 +output = 0.0 + +[limit] +context = 204_800 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/nvidia/models/z-ai/glm-4.7.toml b/providers/nvidia/models/z-ai/glm-4.7.toml new file mode 100644 index 000000000..7f05c5218 --- /dev/null +++ b/providers/nvidia/models/z-ai/glm-4.7.toml @@ -0,0 +1,25 @@ +name = "GLM-4.7" +family = "glm" +release_date = "2025-12-22" +last_updated = "2025-12-22" +attachment = false +reasoning = true +temperature = true +tool_call = true +knowledge = "2025-04" +open_weights = true + +[interleaved] +field = "reasoning_content" + +[cost] +input = 0.0 +output = 0.0 + +[limit] +context = 204800 +output = 131072 + +[modalities] +input = ["text"] +output = ["text"]