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

26 lines
377 B
Plaintext

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