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