chore(copilot): update

Andrey Nering created

Change summary

internal/providers/configs/copilot.json | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)

Detailed changes

internal/providers/configs/copilot.json 🔗

@@ -42,18 +42,6 @@
       "can_reason": false,
       "supports_attachments": true
     },
-    {
-      "id": "claude-opus-4.6-fast",
-      "name": "Claude Opus 4.6 (fast mode)",
-      "cost_per_1m_in": 0,
-      "cost_per_1m_out": 0,
-      "cost_per_1m_in_cached": 0,
-      "cost_per_1m_out_cached": 0,
-      "context_window": 200000,
-      "default_max_tokens": 64000,
-      "can_reason": false,
-      "supports_attachments": true
-    },
     {
       "id": "claude-sonnet-4",
       "name": "Claude Sonnet 4",
@@ -269,6 +257,18 @@
       "default_max_tokens": 64000,
       "can_reason": false,
       "supports_attachments": false
+    },
+    {
+      "id": "minimax-m2.5",
+      "name": "MiniMax M2.5 (Fast)",
+      "cost_per_1m_in": 0,
+      "cost_per_1m_out": 0,
+      "cost_per_1m_in_cached": 0,
+      "cost_per_1m_out_cached": 0,
+      "context_window": 131000,
+      "default_max_tokens": 40000,
+      "can_reason": false,
+      "supports_attachments": false
     }
   ]
 }