--- title: "InputFidelity" --- ## Example Usage ```python from openrouter.components import InputFidelity # Open enum: unrecognized values are captured as UnrecognizedStr value: InputFidelity = "high" ``` ## Values This is an open enum. Unrecognized values will not fail type checks. - `"high"` - `"low"`