--- title: "PresetStatus" --- The status of a preset. ## Example Usage ```python from openrouter.components import PresetStatus # Open enum: unrecognized values are captured as UnrecognizedStr value: PresetStatus = "active" ``` ## Values This is an open enum. Unrecognized values will not fail type checks. - `"active"` - `"disabled"` - `"archived"`