Variable: GatewayTokenPricingSchema
const GatewayTokenPricingSchema: z.ZodType<{
[key: string]: unknown;
price?: number;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2823
SCM TokenPricing; unknown response fields are preserved.
const GatewayTokenPricingSchema: z.ZodType<{
[key: string]: unknown;
price?: number;
}>;
Defined in: src/models/ai-gateway-extensions.ts:2823
SCM TokenPricing; unknown response fields are preserved.