Skip to main content

Variable: GatewayModelTokenPriceSchema

const GatewayModelTokenPriceSchema: 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:4

Public catalog price in USD cents per token/unit, not dollars or a tenant invoice.