From bac557c176c0c3c52735060da9bd8c6c56e46a9b Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Sat, 14 Feb 2026 18:31:30 -0600 Subject: [PATCH] Revert "feat: add github copilot gpt-5.3-codex model (#912)" This reverts commit 08db483d58c850aa88e962760c099bdd92e61693. --- .../github-copilot/models/gpt-5.3-codex.toml | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 providers/github-copilot/models/gpt-5.3-codex.toml diff --git a/providers/github-copilot/models/gpt-5.3-codex.toml b/providers/github-copilot/models/gpt-5.3-codex.toml deleted file mode 100644 index 20ae39d58..000000000 --- a/providers/github-copilot/models/gpt-5.3-codex.toml +++ /dev/null @@ -1,24 +0,0 @@ -name = "GPT-5.3-Codex" -family = "gpt-codex" -release_date = "2026-02-05" -last_updated = "2026-02-05" -attachment = true -reasoning = true -temperature = false -knowledge = "2025-08-31" -tool_call = true -structured_output = true -open_weights = false - -[cost] -input = 0 -output = 0 - -[limit] -context = 400_000 -input = 272_000 -output = 128_000 - -[modalities] -input = ["text", "image", "pdf"] -output = ["text"]