diff --git a/internal/providers/configs/copilot.json b/internal/providers/configs/copilot.json index 93f1e4dbe9533f7a87849e24b7c9fe92b373dac7..ce6691e1f24d646a6fb1d07eb5e12befff3511b6 100644 --- a/internal/providers/configs/copilot.json +++ b/internal/providers/configs/copilot.json @@ -175,6 +175,19 @@ "supports_attachments": false, "options": {} }, + { + "id": "gpt-5.2-codex", + "name": "GPT-5.2-Codex", + "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": false, + "options": {} + }, { "id": "grok-code-fast-1", "name": "Grok Code Fast 1", @@ -189,4 +202,4 @@ "options": {} } ] -} \ No newline at end of file +}