From 89ace569d7c293f467300cce061b0e068fce65c6 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Sun, 8 Feb 2026 19:09:08 -0800 Subject: [PATCH] feat: add GPT-5.3 Codex to ChatGPT Plus/Pro model catalog (#864) --- src/models.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/models.json b/src/models.json index 6436bdc..4386247 100644 --- a/src/models.json +++ b/src/models.json @@ -70,6 +70,30 @@ "max_output_tokens": 64000 } }, + { + "id": "gpt-5.3-codex-plus-pro-medium", + "handle": "chatgpt-plus-pro/gpt-5.3-codex", + "label": "GPT-5.3 Codex", + "description": "GPT-5.3 Codex (med reasoning) via ChatGPT Plus/Pro", + "updateArgs": { + "reasoning_effort": "medium", + "verbosity": "medium", + "context_window": 272000, + "max_output_tokens": 128000 + } + }, + { + "id": "gpt-5.3-codex-plus-pro-high", + "handle": "chatgpt-plus-pro/gpt-5.3-codex", + "label": "GPT-5.3 Codex", + "description": "GPT-5.3 Codex (high reasoning) via ChatGPT Plus/Pro", + "updateArgs": { + "reasoning_effort": "high", + "verbosity": "medium", + "context_window": 272000, + "max_output_tokens": 128000 + } + }, { "id": "gpt-5.2-codex-plus-pro-medium", "handle": "chatgpt-plus-pro/gpt-5.2-codex",