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

Example Usage

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

let value: ReasoningEffort = "medium";

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

Values

"xhigh" | "high" | "medium" | "low" | "minimal" | "none" | Unrecognized<string>