add family to gpt 5.2 codex in codex plugin

This commit is contained in:
Aiden Cline
2026-01-13 13:57:34 -06:00
committed by Frank
parent 4eb6b57503
commit 16b2bfa8ef

View File

@@ -387,6 +387,7 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
headers: {},
release_date: "2025-12-18",
variants: {} as Record<string, Record<string, any>>,
family: "gpt-codex",
}
model.variants = ProviderTransform.variants(model)
provider.models["gpt-5.2-codex"] = model