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