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

Example Usage

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

let value: Ranker = "default-2024-11-15";

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

Values

"auto" | "default-2024-11-15" | Unrecognized<string>