mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
26 lines
435 B
Plaintext
26 lines
435 B
Plaintext
---
|
|
title: "ChatRequestServiceTier"
|
|
---
|
|
|
|
The service tier to use for processing this request.
|
|
|
|
## Example Usage
|
|
|
|
```python
|
|
from openrouter.components import ChatRequestServiceTier
|
|
|
|
# Open enum: unrecognized values are captured as UnrecognizedStr
|
|
value: ChatRequestServiceTier = "auto"
|
|
```
|
|
|
|
|
|
## Values
|
|
|
|
This is an open enum. Unrecognized values will not fail type checks.
|
|
|
|
- `"auto"`
|
|
- `"default"`
|
|
- `"flex"`
|
|
- `"priority"`
|
|
- `"scale"`
|