feat(azure/gpt_transformation.py): add azure audio model support

Closes https://github.com/BerriAI/litellm/issues/6305
This commit is contained in:
Krrish Dholakia 2025-03-19 16:20:30 -07:00
parent ef1bde153e
commit fe24b9d90b
3 changed files with 14 additions and 0 deletions

View file

@ -99,6 +99,8 @@ class AzureOpenAIConfig(BaseConfig):
"extra_headers",
"parallel_tool_calls",
"prediction",
"modalities",
"audio",
]
def _is_response_format_supported_model(self, model: str) -> bool: