IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /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. /get-started.md).

Python class

ReasoningEffortEnum

ReasoningEffortEnum

class max.pipelines.request.ReasoningEffortEnum(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

source

Bases: str, Enum

The effort level for extended reasoning.

  • none: No extended reasoning.
  • low: Minimal reasoning effort.
  • medium: Moderate reasoning effort.
  • high: Significant reasoning effort.
  • xhigh: Maximum reasoning effort.

high

high = 'high'

source

low

low = 'low'

source

medium

medium = 'medium'

source

none

none = 'none'

source

xhigh

xhigh = 'xhigh'

source