Variable: GatewayModelImagePricingSchema
const GatewayModelImagePricingSchema: ZodRecord<ZodString, ZodRecord<ZodString, ZodObject<{
price: ZodOptional<ZodNumber>;
}, "passthrough", ZodTypeAny, objectOutputType<{
price: ZodOptional<ZodNumber>;
}, ZodTypeAny, "passthrough">, objectInputType<{
price: ZodOptional<ZodNumber>;
}, ZodTypeAny, "passthrough">>>>;
Defined in: src/models/ai-gateway-model-pricing.ts:10
Image prices keyed by provider-defined quality and image size.