From 304d85fa4346759d72eb306df9b04712fc7020fa Mon Sep 17 00:00:00 2001 From: Zain Hasan Date: Sat, 11 Apr 2026 22:14:05 -0700 Subject: [PATCH] [Together AI]add minimax m2.7 --- .../models/MiniMaxAI/MiniMax-M2.7.toml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 providers/togetherai/models/MiniMaxAI/MiniMax-M2.7.toml 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"]