diff --git a/packages/provider/models.go b/packages/provider/models.go index 79278eb..4649dff 100644 --- a/packages/provider/models.go +++ b/packages/provider/models.go @@ -292,18 +292,6 @@ var Catalog = []Model{ // ---- OpenAI Codex / ChatGPT subscription backend ---- // Same model ids as the OpenAI family, but routed through the // ChatGPT Codex OAuth backend rather than api.openai.com. - { - Provider: "openai-codex", ID: "gpt-5.2", DisplayName: "GPT-5.2", - ContextWindow: 272000, MaxOutput: 128000, Reasoning: true, - PriceInput: 1.75, PriceOutput: 14, PriceCacheRead: 0.175, - Speculative: true, - }, - { - Provider: "openai-codex", ID: "gpt-5.3-codex", DisplayName: "GPT-5.3 Codex", - ContextWindow: 272000, MaxOutput: 128000, Reasoning: true, - PriceInput: 1.75, PriceOutput: 14, PriceCacheRead: 0.175, - Speculative: true, - }, { Provider: "openai-codex", ID: "gpt-5.3-codex-spark", DisplayName: "GPT-5.3 Codex Spark", ContextWindow: 272000, MaxOutput: 128000, Reasoning: true,