Files
openrouter-python-sdk-retry…/docs/operations/granularityname.mdx
T

26 lines
380 B
Plaintext

---
title: "GranularityName"
---
Granularity identifier
## Example Usage
```python
from openrouter.operations import GranularityName
# Open enum: unrecognized values are captured as UnrecognizedStr
value: GranularityName = "minute"
```
## Values
This is an open enum. Unrecognized values will not fail type checks.
- `"minute"`
- `"hour"`
- `"day"`
- `"week"`
- `"month"`