For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Python class
ServiceTierEnum
ServiceTierEnum
class max.pipelines.request.ServiceTierEnum(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)
The service tier for request processing.
- auto: Automatically select appropriate tier.
- default: Standard service tier.
- flex: Flexible tier with variable performance.
- priority: Prioritized processing.
auto
auto = 'auto'
default
default = 'default'
flex
flex = 'flex'
priority
priority = 'priority'