From 7359b7194dff32fbaf7e9d50d4c09062c2d53cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Le=C3=B3n?= Date: Fri, 20 Feb 2026 11:22:08 +0100 Subject: [PATCH] Reapply "feat: add github copilot gpt-5.3-codex model (#912)" This reverts commit bac557c176c0c3c52735060da9bd8c6c56e46a9b. --- .../github-copilot/models/gpt-5.3-codex.toml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create 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 new file mode 100644 index 000000000..20ae39d58 --- /dev/null +++ b/providers/github-copilot/models/gpt-5.3-codex.toml @@ -0,0 +1,24 @@ +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"]