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