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