Example Usage
import { AnthropicOutputEffort } from "@openrouter/sdk/models";
let value: AnthropicOutputEffort = "high";
// Open enum: unrecognized values are captured as Unrecognized<string>
Values
"low" | "medium" | "high" | "xhigh" | "max" | Unrecognized<string>