Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

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

let value: ResponsesRequestServiceTier = "scale";

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

Values

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