import type { Model } from "./types.js"; /** * Subscription model IDs that are not part of the generated upstream catalog. * These are registered separately so regenerating models.generated.ts does not * overwrite the subscription-only additions. */ export type OpenAICodexSubscriptionModelId = "gpt-5.6" | "gpt-5.6-luna" | "gpt-5.6-terra" | "gpt-5.6-sol" | "gpt-5.6-luna-pro" | "gpt-5.6-terra-pro" | "gpt-5.6-sol-pro"; export declare const OPENAI_CODEX_SUBSCRIPTION_MODELS: Model<"openai-codex-responses">[]; //# sourceMappingURL=openai-codex-models.d.ts.map