litellm/tests/test_litellm/llms/azure/chat
Chesars cb15296693 fix(azure): auto-route gpt-5.4+ tools+reasoning to Responses API
Azure GPT-5.4+ models now get the same auto-routing treatment as OpenAI
when both `reasoning_effort` and `tools` are used in `litellm.completion()`.
Previously, `reasoning_effort` was silently dropped for Azure; now the
request is bridged to the Responses API which supports both parameters.

Fixes #23914
2026-03-17 23:06:39 -03:00
..
test_azure_chat_gpt_transformation.py fix: support prompt_cache_key for OpenAI and Azure chat completions (#20989) 2026-02-11 12:25:29 -08:00
test_azure_chat_o_series_transformation.py fix(utils.py): support non default params for audio transcription (#11212) 2025-05-28 22:24:02 -07:00
test_azure_gpt5_transformation.py fix(azure): auto-route gpt-5.4+ tools+reasoning to Responses API 2026-03-17 23:06:39 -03:00