mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
Add Azure gpt-4o-mini-tts (#10807)
Add Azure gpt-4o-mini-tts to model db
This commit is contained in:
parent
2b5a781fa4
commit
e7ad0b043c
1 changed files with 11 additions and 0 deletions
|
|
@ -1578,6 +1578,17 @@
|
|||
"supported_output_modalities": ["audio"],
|
||||
"supported_endpoints": ["/v1/audio/speech"]
|
||||
},
|
||||
"azure/gpt-4o-mini-tts": {
|
||||
"mode": "audio_speech",
|
||||
"input_cost_per_token": 2.5e-6,
|
||||
"output_cost_per_token": 10e-6,
|
||||
"output_cost_per_audio_token": 12e-6,
|
||||
"output_cost_per_second": 0.00025,
|
||||
"litellm_provider": "azure",
|
||||
"supported_modalities": ["text", "audio"],
|
||||
"supported_output_modalities": ["audio"],
|
||||
"supported_endpoints": ["/v1/audio/speech"]
|
||||
},
|
||||
"azure/computer-use-preview": {
|
||||
"max_tokens": 1024,
|
||||
"max_input_tokens": 8192,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue