Variable OPENAI_MODELSConst
OPENAI_MODELS: {
GPT_5_2: "gpt-5.2";
GPT_5_2_INSTANT: "gpt-5.2-chat-latest";
GPT_5_2_PRO: "gpt-5.2-pro";
GPT_5_2_CODEX: string;
GPT_4O: "gpt-4o-2024-11-20";
GPT_4O_MINI: "gpt-4o-mini-2024-07-18";
GPT_4_TURBO: "gpt-4-turbo-2024-04-09";
GPT_35_TURBO: "gpt-3.5-turbo-0125";
} = ...
Type Declaration
ReadonlyGPT_5_2: "gpt-5.2"
ReadonlyGPT_5_2_INSTANT: "gpt-5.2-chat-latest"
ReadonlyGPT_5_2_PRO: "gpt-5.2-pro"
ReadonlyGPT_5_2_CODEX: string
ReadonlyGPT_4O: "gpt-4o-2024-11-20"
ReadonlyGPT_4O_MINI: "gpt-4o-mini-2024-07-18"
ReadonlyGPT_4_TURBO: "gpt-4-turbo-2024-04-09"
ReadonlyGPT_35_TURBO: "gpt-3.5-turbo-0125"
Supported OpenAI direct-API model identifiers (OpenAI's own dated names).
GPT_5_2_CODEX derives from the canonical registry (codex-5.2's cliModelName) because it overlaps with the Codex CLI; the rest are pure-API constants.