diff --git a/internal/providers/configs/copilot.json b/internal/providers/configs/copilot.json index ff7dd9c7e69ff97ea2b568503f9b7ca493736b6f..05aa4df4f632f115b6d418adf0be0114d1e07a0e 100644 --- a/internal/providers/configs/copilot.json +++ b/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",