{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReasoningEffortEnum", "title": "ReasoningEffortEnum", "enum": [ "low", "medium", "high", "xhigh", "max" ], "type": "string", "description": "* `low` - low\n* `medium` - medium\n* `high` - high\n* `xhigh` - xhigh\n* `max` - max" }