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