Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Constrains effort on reasoning for reasoning models

Example Usage

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

let value: ChatRequestEffort = "medium";

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

Values

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