The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { InputFidelity } from "@openrouter/sdk/models";
let value: InputFidelity = "high";
// Open enum: unrecognized values are captured as Unrecognized<string>
Values
"high" | "low" | Unrecognized<string>