{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OpenAIReasoning", "title": "OpenAIReasoning", "properties": { "reasoning_effort": { "type": "string", "enum": [ "none", "minimal", "low", "medium", "high", "xhigh" ], "title": "Reasoning Effort", "description": "The reasoning effort to use when generating text reasoning models", "default": "minimal" } }, "type": "object" }