From 87d813c56cf4957a71045c642837539355f32f31 Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Tue, 2 Jun 2026 10:41:12 +0800 Subject: [PATCH] chore(models): remove legacy GPT 5.2 and GPT 5.3 Codex entries from registry - Cleaned up outdated GPT 5.2 and GPT 5.3 Codex model configurations from `models.json`. - Simplified registry by removing unused model references across all tiers (`codex-team`, `codex-plus`, `codex-pro`). --- internal/registry/models/models.json | 141 --------------------------- 1 file changed, 141 deletions(-) diff --git a/internal/registry/models/models.json b/internal/registry/models/models.json index f1e35fd67..56739c52a 100644 --- a/internal/registry/models/models.json +++ b/internal/registry/models/models.json @@ -1408,53 +1408,6 @@ } ], "codex-team": [ - { - "id": "gpt-5.2", - "object": "model", - "created": 1765440000, - "owned_by": "openai", - "type": "openai", - "display_name": "GPT 5.2", - "version": "gpt-5.2", - "description": "Stable version of GPT 5.2", - "context_length": 400000, - "max_completion_tokens": 128000, - "supported_parameters": [ - "tools" - ], - "thinking": { - "levels": [ - "none", - "low", - "medium", - "high", - "xhigh" - ] - } - }, - { - "id": "gpt-5.3-codex", - "object": "model", - "created": 1770307200, - "owned_by": "openai", - "type": "openai", - "display_name": "GPT 5.3 Codex", - "version": "gpt-5.3", - "description": "Stable version of GPT 5.3 Codex, The best model for coding and agentic tasks across domains.", - "context_length": 400000, - "max_completion_tokens": 128000, - "supported_parameters": [ - "tools" - ], - "thinking": { - "levels": [ - "low", - "medium", - "high", - "xhigh" - ] - } - }, { "id": "gpt-5.4", "object": "model", @@ -1549,53 +1502,6 @@ } ], "codex-plus": [ - { - "id": "gpt-5.2", - "object": "model", - "created": 1765440000, - "owned_by": "openai", - "type": "openai", - "display_name": "GPT 5.2", - "version": "gpt-5.2", - "description": "Stable version of GPT 5.2", - "context_length": 400000, - "max_completion_tokens": 128000, - "supported_parameters": [ - "tools" - ], - "thinking": { - "levels": [ - "none", - "low", - "medium", - "high", - "xhigh" - ] - } - }, - { - "id": "gpt-5.3-codex", - "object": "model", - "created": 1770307200, - "owned_by": "openai", - "type": "openai", - "display_name": "GPT 5.3 Codex", - "version": "gpt-5.3", - "description": "Stable version of GPT 5.3 Codex, The best model for coding and agentic tasks across domains.", - "context_length": 400000, - "max_completion_tokens": 128000, - "supported_parameters": [ - "tools" - ], - "thinking": { - "levels": [ - "low", - "medium", - "high", - "xhigh" - ] - } - }, { "id": "gpt-5.3-codex-spark", "object": "model", @@ -1713,53 +1619,6 @@ } ], "codex-pro": [ - { - "id": "gpt-5.2", - "object": "model", - "created": 1765440000, - "owned_by": "openai", - "type": "openai", - "display_name": "GPT 5.2", - "version": "gpt-5.2", - "description": "Stable version of GPT 5.2", - "context_length": 400000, - "max_completion_tokens": 128000, - "supported_parameters": [ - "tools" - ], - "thinking": { - "levels": [ - "none", - "low", - "medium", - "high", - "xhigh" - ] - } - }, - { - "id": "gpt-5.3-codex", - "object": "model", - "created": 1770307200, - "owned_by": "openai", - "type": "openai", - "display_name": "GPT 5.3 Codex", - "version": "gpt-5.3", - "description": "Stable version of GPT 5.3 Codex, The best model for coding and agentic tasks across domains.", - "context_length": 400000, - "max_completion_tokens": 128000, - "supported_parameters": [ - "tools" - ], - "thinking": { - "levels": [ - "low", - "medium", - "high", - "xhigh" - ] - } - }, { "id": "gpt-5.3-codex-spark", "object": "model",