From c2f889cf9acc4856459fe7288474d4b9b1a5e61c Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 19 Nov 2025 14:59:20 -0500 Subject: [PATCH] refac: add reasoning_effort to azure supported params --- backend/open_webui/routers/openai.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/open_webui/routers/openai.py b/backend/open_webui/routers/openai.py index b0f283c82d..cf75bc425a 100644 --- a/backend/open_webui/routers/openai.py +++ b/backend/open_webui/routers/openai.py @@ -763,6 +763,7 @@ def get_azure_allowed_params(api_version: str) -> set[str]: "response_format", "seed", "max_completion_tokens", + "reasoning_effort", } try: