Variable: GatewayPayAsYouGoPricingSchema
const GatewayPayAsYouGoPricingSchema: z.ZodType<{
[key: string]: unknown;
request_token?: GatewayTokenPricing;
response_token?: GatewayTokenPricing;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2829
SCM PayAsYouGoPricing; unknown response fields are preserved.