fast is accepted as an alias for priority.
Example Usage
Values
This is an open enum. Unrecognized values will not fail type checks."auto""default""fast""flex""priority""scale"
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
fast is accepted as an alias for priority.
from openrouter.components import ResponsesRequestServiceTier
# Open enum: unrecognized values are captured as UnrecognizedStr
value: ResponsesRequestServiceTier = "auto"
"auto""default""fast""flex""priority""scale"