feat: add gpt-5.5 to codex model catalogs

This commit is contained in:
Tam Nhu Tran
2026-04-24 10:30:59 -04:00
parent a6170a967d
commit 4efd61ee34
9 changed files with 85 additions and 7 deletions
+1
View File
@@ -18,6 +18,7 @@ const KNOWN_CODEX_MODELS = new Set(
);
const FREE_PLAN_FALLBACKS = new Map<string, string>([
['gpt-5.5', FREE_SAFE_DEFAULT_MODEL],
['gpt-5.3-codex', FREE_SAFE_DEFAULT_MODEL],
['gpt-5.3-codex-spark', FREE_SAFE_FAST_MODEL],
]);