From e3d2240b668b41b6d2628b0e3558664f80880313 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 6 Mar 2026 10:51:40 -0300 Subject: [PATCH] chore: add gpt 5.4 to github copilot --- internal/providers/configs/copilot.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/internal/providers/configs/copilot.json b/internal/providers/configs/copilot.json index 05aa4df4f632f115b6d418adf0be0114d1e07a0e..2674dbd11f49ea319e07e6612a2415b2d2f69312 100644 --- a/internal/providers/configs/copilot.json +++ b/internal/providers/configs/copilot.json @@ -292,6 +292,19 @@ "supports_attachments": true, "options": {} }, + { + "id": "gpt-5.4", + "name": "GPT-5.4", + "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": "grok-code-fast-1", "name": "Grok Code Fast 1",