Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Optional credit limit reset interval. When set, the credit limit resets on this interval.

Example Usage

import { UsageLimitType } from "@openrouter/sdk/models/operations";

let value: UsageLimitType = "monthly";

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

Values

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