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