IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/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)

source

Bases: str, Enum

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'

source

default​

default = 'default'

source

flex​

flex = 'flex'

source

priority​

priority = 'priority'

source