diff --git a/providers/togetherai/models/MiniMaxAI/MiniMax-M2.7.toml b/providers/togetherai/models/MiniMaxAI/MiniMax-M2.7.toml new file mode 100644 index 000000000..5cde1c425 --- /dev/null +++ b/providers/togetherai/models/MiniMaxAI/MiniMax-M2.7.toml @@ -0,0 +1,23 @@ +name = "MiniMax-M2.7" +family = "minimax" +release_date = "2026-03-18" +last_updated = "2026-03-18" +attachment = false +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = true + +[cost] +input = 0.30 +cache_read = 0.06 +output = 1.20 + +[limit] +context = 202_752 +output = 131_072 + +[modalities] +input = ["text"] +output = ["text"]