mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-04 10:16:34 +00:00
feat(codex): keep gpt-5.2 catalog entry
This commit is contained in:
@@ -173,6 +173,17 @@ export const MODEL_CATALOG: Partial<Record<CLIProxyProvider, ProviderCatalog>> =
|
|||||||
dynamicAllowed: false,
|
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',
|
id: 'gpt-5-mini',
|
||||||
name: 'GPT-5 Mini',
|
name: 'GPT-5 Mini',
|
||||||
|
|||||||
@@ -146,6 +146,17 @@ export const MODEL_CATALOGS: Record<string, ProviderCatalog> = {
|
|||||||
haiku: 'gpt-5-mini',
|
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',
|
id: 'gpt-5-mini',
|
||||||
name: 'GPT-5 Mini',
|
name: 'GPT-5 Mini',
|
||||||
|
|||||||
Reference in New Issue
Block a user