add minimax m2.7 (#219)

maxffarrell created

Change summary

internal/providers/configs/minimax.json | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)

Detailed changes

internal/providers/configs/minimax.json 🔗

@@ -4,9 +4,29 @@
   "type": "anthropic",
   "api_key": "$MINIMAX_API_KEY",
   "api_endpoint": "https://api.minimax.io/anthropic",
-  "default_large_model_id": "MiniMax-M2.5",
-  "default_small_model_id": "MiniMax-M2.5",
+  "default_large_model_id": "MiniMax-M2.7",
+  "default_small_model_id": "MiniMax-M2.7",
   "models": [
+    {
+      "id": "MiniMax-M2.7-highspeed",
+      "name": "MiniMax-M2.7-highspeed",
+      "cost_per_1m_in": 0.6,
+      "cost_per_1m_out": 2.4,
+      "cost_per_1m_in_cached": 0.06,
+      "cost_per_1m_out_cached": 0.375,
+      "context_window": 200000,
+      "default_max_tokens": 128000
+    },
+    {
+      "id": "MiniMax-M2.7",
+      "name": "MiniMax-M2.7",
+      "cost_per_1m_in": 0.3,
+      "cost_per_1m_out": 1.2,
+      "cost_per_1m_in_cached": 0.06,
+      "cost_per_1m_out_cached": 0.375,
+      "context_window": 200000,
+      "default_max_tokens": 128000
+    },
     {
       "id": "MiniMax-M2.5-highspeed",
       "name": "MiniMax-M2.5-highspeed",