RoutingStrategy - TypeScript SDK

RoutingStrategy type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { RoutingStrategy } from "@openrouter/sdk/models";
2
3let value: RoutingStrategy = "direct";
4
5// Open enum: unrecognized values are captured as Unrecognized<string>

Values

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