From cadffafbe74579bb072f1fdffd08d334291dd594 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 15 Sep 2025 19:44:17 +0000 Subject: [PATCH] Add GPT-5-Codex model to lib/models.json Co-authored-by: mish --- lib/models.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/models.json b/lib/models.json index 42416664..a8b052e3 100644 --- a/lib/models.json +++ b/lib/models.json @@ -21,6 +21,13 @@ "name": "GPT-5 Nano", "multiModal": true }, + { + "id": "gpt-5-codex", + "provider": "OpenAI", + "providerId": "openai", + "name": "GPT-5-Codex", + "multiModal": true + }, { "id": "o3", "provider": "OpenAI",