fix(models): add azure gpt-4o-mini-transcribe and gpt-4o-mini-tts deprecation dates (#42873)

Co-authored-by: kerry <kerry@berri.ai>
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
devin-ai-integration[bot] 2026-09-23 21:00:33 -07:00 • committed by GitHub
parent d248cc5914
commit 1f1817ed39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -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",

View file

@ -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",