chore: add minimax m2.7 to minimax china (#226)

maxffarrell created

Change summary

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

Detailed changes

internal/providers/configs/minimax-china.json 🔗

@@ -4,9 +4,29 @@
   "type": "anthropic",
   "api_key": "$MINIMAX_API_KEY",
   "api_endpoint": "https://api.minimaxi.com/anthropic",
-  "default_large_model_id": "MiniMax-M2.1",
-  "default_small_model_id": "MiniMax-M2.1",
+  "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": 204800,
+      "default_max_tokens": 131072
+    },
+    {
+      "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": 204800,
+      "default_max_tokens": 131072
+    },
     {
       "id": "MiniMax-M2.5-highspeed",
       "name": "MiniMax-M2.5-highspeed",