--- title: "FusionServerToolConfigEffort" --- Reasoning effort level for panelist and judge inner calls. ## Example Usage ```python from openrouter.components import FusionServerToolConfigEffort # Open enum: unrecognized values are captured as UnrecognizedStr value: FusionServerToolConfigEffort = "max" ``` ## Values This is an open enum. Unrecognized values will not fail type checks. - `"max"` - `"xhigh"` - `"high"` - `"medium"` - `"low"` - `"minimal"` - `"none"`