Variable: GatewayCatalogOpenAIConfigurationSchema
const GatewayCatalogOpenAIConfigurationSchema: z.ZodType<{
[key: string]: unknown;
openai_organization?: string;
openai_project?: string;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2509
SCM OpenAIConfiguration; unknown response fields are preserved.