Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Reasoning effort level for panelist and judge inner calls.

Example Usage

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

let value: FusionServerToolConfigEffort = "high";

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

Values

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