Files
openrouter-python-sdk-retry…/docs/components/inputfidelity.mdx
T

21 lines
312 B
Plaintext

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