Files

21 lines
286 B
Plaintext

---
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"`