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