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