Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
The service tier to use for processing this request.

Example Usage

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

let value: ChatRequestServiceTier = "auto";

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

Values

"auto" | "default" | "flex" | "priority" | "scale" | Unrecognized<string>