From 3533568e79a26bbcd0c819b1f1d2b5a3b22e0947 Mon Sep 17 00:00:00 2001 From: Fahad Date: Fri, 3 Oct 2025 21:20:42 +0400 Subject: [PATCH] feat: gpt5-codex support via native / OpenRouter config (via PRs) --- conf/custom_models.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/custom_models.json b/conf/custom_models.json index 725e354..144bf45 100644 --- a/conf/custom_models.json +++ b/conf/custom_models.json @@ -342,7 +342,7 @@ "max_image_size_mb": 0.0, "is_custom": false, "description": "GPT-5-Codex is a specialized version of GPT-5 optimized for software engineering and coding workflows", - "intelligence_score": 15 + "intelligence_score": 17 }, { "model_name": "openai/gpt-5-mini",