WorkspaceBudgetInterval
Budget reset interval. Use “lifetime” for a one-time budget that never resets.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { WorkspaceBudgetInterval } from "@openrouter/sdk/models";
let value: WorkspaceBudgetInterval = "monthly";
// Open enum: unrecognized values are captured as Unrecognized<string>
"daily" | "weekly" | "monthly" | "lifetime" | Unrecognized<string>