chore: update copilot models

Andrey Nering created

Change summary

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

Detailed changes

internal/providers/configs/copilot.json 🔗

@@ -84,6 +84,19 @@
       "supports_attachments": true,
       "options": {}
     },
+    {
+      "id": "claude-sonnet-4.6",
+      "name": "Claude Sonnet 4.6",
+      "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": 32000,
+      "can_reason": false,
+      "supports_attachments": true,
+      "options": {}
+    },
     {
       "id": "gemini-2.5-pro",
       "name": "Gemini 2.5 Pro",
@@ -123,6 +136,19 @@
       "supports_attachments": true,
       "options": {}
     },
+    {
+      "id": "gemini-3.1-pro-preview",
+      "name": "Gemini 3.1 Pro",
+      "cost_per_1m_in": 0,
+      "cost_per_1m_out": 0,
+      "cost_per_1m_in_cached": 0,
+      "cost_per_1m_out_cached": 0,
+      "context_window": 128000,
+      "default_max_tokens": 64000,
+      "can_reason": false,
+      "supports_attachments": true,
+      "options": {}
+    },
     {
       "id": "gpt-3.5-turbo-0613",
       "name": "GPT 3.5 Turbo",
@@ -162,32 +188,6 @@
       "supports_attachments": false,
       "options": {}
     },
-    {
-      "id": "gpt-5",
-      "name": "GPT-5",
-      "cost_per_1m_in": 0,
-      "cost_per_1m_out": 0,
-      "cost_per_1m_in_cached": 0,
-      "cost_per_1m_out_cached": 0,
-      "context_window": 400000,
-      "default_max_tokens": 128000,
-      "can_reason": false,
-      "supports_attachments": true,
-      "options": {}
-    },
-    {
-      "id": "gpt-5-codex",
-      "name": "GPT-5-Codex (Preview)",
-      "cost_per_1m_in": 0,
-      "cost_per_1m_out": 0,
-      "cost_per_1m_in_cached": 0,
-      "cost_per_1m_out_cached": 0,
-      "context_window": 400000,
-      "default_max_tokens": 128000,
-      "can_reason": false,
-      "supports_attachments": true,
-      "options": {}
-    },
     {
       "id": "gpt-5-mini",
       "name": "GPT-5 mini",