feat(codex): keep gpt-5.2 catalog entry

This commit is contained in:
Tam Nhu Tran
2026-02-14 06:15:31 +07:00
parent 7fddb63ab9
commit d6aa1d90a6
2 changed files with 22 additions and 0 deletions
+11
View File
@@ -173,6 +173,17 @@ export const MODEL_CATALOG: Partial<Record<CLIProxyProvider, ProviderCatalog>> =
dynamicAllowed: false,
},
},
{
id: 'gpt-5.2-codex',
name: 'GPT-5.2 Codex',
description: 'Previous stable Codex model',
thinking: {
type: 'levels',
levels: ['medium', 'high', 'xhigh'],
maxLevel: 'xhigh',
dynamicAllowed: false,
},
},
{
id: 'gpt-5-mini',
name: 'GPT-5 Mini',
+11
View File
@@ -146,6 +146,17 @@ export const MODEL_CATALOGS: Record<string, ProviderCatalog> = {
haiku: 'gpt-5-mini',
},
},
{
id: 'gpt-5.2-codex',
name: 'GPT-5.2 Codex',
description: 'Previous stable Codex model',
presetMapping: {
default: 'gpt-5.2-codex',
opus: 'gpt-5.2-codex',
sonnet: 'gpt-5.2-codex',
haiku: 'gpt-5-mini',
},
},
{
id: 'gpt-5-mini',
name: 'GPT-5 Mini',