Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import { Method } from "@openrouter/sdk/models";

let value: Method = "POST";

// Open enum: unrecognized values are captured as Unrecognized<string>

Values

"POST" | "PUT" | Unrecognized<string>