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