litellm/tests/test_litellm/llms/azure/chat
Chesars 8f6822a642 Fix: Allow reasoning_effort='none' for Azure gpt-5.1 models
PR #17071 drops or errors on reasoning_effort='none' for all GPT models.
It doesn't actually allow 'none' to be sent to Azure for gpt-5.1 which
supports it according to Azure documentation.

See: https://learn.microsoft.com/en-us/azure/ai-foundry/openai/how-to/reasoning
"none is only supported for gpt-5.1"
2025-12-01 12:55:01 -03:00
..
test_azure_chat_gpt_transformation.py Azure api_version="preview" support + Bedrock cost tracking via Anthropic /v1/messages (#13072) 2025-07-29 08:13:55 -07: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: Allow reasoning_effort='none' for Azure gpt-5.1 models 2025-12-01 12:55:01 -03:00