Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Interval at which the limit resets (daily, weekly, monthly)

Example Usage

import { GuardrailInterval } from "@openrouter/sdk/models";

let value: GuardrailInterval = "monthly";

// Open enum: unrecognized values are captured as Unrecognized<string>

Values

"daily" | "weekly" | "monthly" | Unrecognized<string>