mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
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:
parent
d248cc5914
commit
1f1817ed39
2 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue