Skip to main content

Variable: GatewayPricingConfigSchema

const GatewayPricingConfigSchema: z.ZodType<{
[key: string]: unknown;
type?: string;
pay_as_you_go?: GatewayPayAsYouGoPricing;
}>;

Defined in: src/models/ai-gateway-extensions.ts:2842

SCM PricingConfig; unknown response fields are preserved.