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