Skip to main content

Variable: GatewayRateLimitInputSchema

const GatewayRateLimitInputSchema: ZodObject<{
type: ZodType<GatewayOpenValue<"requests" | "tokens">, ZodTypeDef, GatewayOpenValue<"requests" | "tokens">>;
unit: ZodType<GatewayOpenValue<"rpd" | "rph" | "rpm" | "rps" | "rpw">, ZodTypeDef, GatewayOpenValue<"rpd" | "rph" | "rpm" | "rps" | "rpw">>;
value: ZodNumber;
}, "strict", ZodTypeAny, {
type: GatewayOpenValue<"requests" | "tokens">;
unit: GatewayOpenValue<"rpd" | "rph" | "rpm" | "rps" | "rpw">;
value: number;
}, {
type: GatewayOpenValue<"requests" | "tokens">;
unit: GatewayOpenValue<"rpd" | "rph" | "rpm" | "rps" | "rpw">;
value: number;
}>;

Defined in: src/models/ai-gateway-requests.ts:35