From d665acf3934d1c390e4b338a296d767f3026f5ca Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Wed, 25 Feb 2026 17:01:13 -0800 Subject: [PATCH] fix(models): unfeature ChatGPT GPT-5.3 Codex (#1146) --- src/models.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models.json b/src/models.json index e910c8b..d1741ba 100644 --- a/src/models.json +++ b/src/models.json @@ -227,7 +227,6 @@ "handle": "chatgpt-plus-pro/gpt-5.3-codex", "label": "GPT-5.3 Codex (ChatGPT)", "description": "OpenAI's best coding model (high reasoning) via ChatGPT Plus/Pro", - "isFeatured": true, "updateArgs": { "reasoning_effort": "high", "verbosity": "low",