chore(minimax): add highspeed models (#190)

maxffarrell created

Change summary

internal/providers/configs/minimax.json | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

Detailed changes

internal/providers/configs/minimax.json 🔗

@@ -7,6 +7,16 @@
   "default_large_model_id": "MiniMax-M2.5",
   "default_small_model_id": "MiniMax-M2.5",
   "models": [
+    {
+      "id": "MiniMax-M2.5-highspeed",
+      "name": "MiniMax-M2.5-highspeed",
+      "cost_per_1m_in": 0.6,
+      "cost_per_1m_out": 2.4,
+      "cost_per_1m_in_cached": 0.03,
+      "cost_per_1m_out_cached": 0.375,
+      "context_window": 200000,
+      "default_max_tokens": 128000
+    },
     {
       "id": "MiniMax-M2.5",
       "name": "MiniMax-M2.5",
@@ -17,6 +27,16 @@
       "context_window": 200000,
       "default_max_tokens": 128000
     },
+    {
+      "id": "MiniMax-M2.1-highspeed",
+      "name": "MiniMax-M2.1-highspeed",
+      "cost_per_1m_in": 0.6,
+      "cost_per_1m_out": 2.4,
+      "cost_per_1m_in_cached": 0.03,
+      "cost_per_1m_out_cached": 0.375,
+      "context_window": 200000,
+      "default_max_tokens": 128000
+    },
     {
       "id": "MiniMax-M2.1",
       "name": "MiniMax-M2.1",