From 1f1817ed399cc2129d7503cd504c1b2acba48dbc Mon Sep 17 00:00:00 2001 From: "devin-ai-integration[bot]" <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 21:00:33 -0700 Subject: [PATCH] fix(models): add azure gpt-4o-mini-transcribe and gpt-4o-mini-tts deprecation dates (#42873) Co-authored-by: kerry Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- litellm/model_prices_and_context_window_backup.json | 2 ++ model_prices_and_context_window.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 18c8578cec8..15807127f13 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -6054,6 +6054,7 @@ "supports_tool_choice": true }, "azure/gpt-4o-mini-transcribe": { + "deprecation_date": "2027-06-15", "input_cost_per_audio_token": 1.25e-06, "input_cost_per_token": 1.25e-06, "litellm_provider": "azure", @@ -6066,6 +6067,7 @@ ] }, "azure/gpt-4o-mini-tts": { + "deprecation_date": "2027-06-15", "input_cost_per_token": 2.5e-06, "litellm_provider": "azure", "mode": "audio_speech", diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 18c8578cec8..15807127f13 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -6054,6 +6054,7 @@ "supports_tool_choice": true }, "azure/gpt-4o-mini-transcribe": { + "deprecation_date": "2027-06-15", "input_cost_per_audio_token": 1.25e-06, "input_cost_per_token": 1.25e-06, "litellm_provider": "azure", @@ -6066,6 +6067,7 @@ ] }, "azure/gpt-4o-mini-tts": { + "deprecation_date": "2027-06-15", "input_cost_per_token": 2.5e-06, "litellm_provider": "azure", "mode": "audio_speech",