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

Example Usage

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

let value: RoutingStrategy = "direct";

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

Values

"direct" | "auto" | "free" | "latest" | "alias" | "fallback" | "pareto" | "bodybuilder" | "fusion" | Unrecognized<string>