mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
18 lines
234 B
Plaintext
18 lines
234 B
Plaintext
---
|
|
title: "Region"
|
|
---
|
|
|
|
Filter to models with endpoints in the given data region. Currently only "eu" is supported.
|
|
|
|
## Example Usage
|
|
|
|
```python
|
|
from openrouter.operations import Region
|
|
value: Region = "eu"
|
|
```
|
|
|
|
|
|
## Values
|
|
|
|
- `"eu"`
|