litellm-mirror/litellm/llms/base_llm
Krish Dholakia 443ae55904
Azure OpenAI improvements - o3 native streaming, improved tool call + response format handling (#8292)
* fix(convert_dict_to_response.py): only convert if response is the response_format tool call passed in

Fixes https://github.com/BerriAI/litellm/issues/8241

* fix(gpt_transformation.py): makes sure response format / tools conversion doesn't remove previous tool calls

* refactor(gpt_transformation.py): refactor out json schema converstion to base config

keeps logic consistent across providers

* fix(o_series_transformation.py): support o3 mini native streaming

Fixes https://github.com/BerriAI/litellm/issues/8274

* fix(gpt_transformation.py): remove unused variables

* test: update test
2025-02-05 19:38:58 -08:00
..
audio_transcription Litellm dev 12 25 2025 p2 (#7420) 2024-12-25 18:35:34 -08:00
chat Azure OpenAI improvements - o3 native streaming, improved tool call + response format handling (#8292) 2025-02-05 19:38:58 -08:00
completion Litellm dev 12 25 2025 p2 (#7420) 2024-12-25 18:35:34 -08:00
embedding Complete 'requests' library removal (#7350) 2024-12-22 07:21:25 -08:00
image_variations [BETA] Add OpenAI /images/variations + Topaz API support (#7700) 2025-01-11 23:27:46 -08:00
rerank (code refactor) - Add BaseRerankConfig. Use BaseRerankConfig for cohere/rerank and azure_ai/rerank (#7319) 2024-12-19 17:03:34 -08:00
base_model_iterator.py Litellm dev 12 30 2024 p2 (#7495) 2025-01-01 18:57:29 -08:00
base_utils.py Complete o3 model support (#8183) 2025-02-02 22:36:37 -08:00