mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
build(model_prices_and_context_window.json): add openai + azure tts pricing
This commit is contained in:
parent
4eda3c6a1f
commit
c7338f9798
2 changed files with 40 additions and 0 deletions
|
|
@ -398,6 +398,26 @@
|
|||
"output_cost_per_second": 0.0001,
|
||||
"litellm_provider": "openai"
|
||||
},
|
||||
"tts-1": {
|
||||
"mode": "audio_speech",
|
||||
"input_cost_per_character": 0.000015,
|
||||
"litellm_provider": "openai"
|
||||
},
|
||||
"tts-1-hd": {
|
||||
"mode": "audio_speech",
|
||||
"input_cost_per_character": 0.000030,
|
||||
"litellm_provider": "openai"
|
||||
},
|
||||
"azure/tts-1": {
|
||||
"mode": "audio_speech",
|
||||
"input_cost_per_character": 0.000015,
|
||||
"litellm_provider": "azure"
|
||||
},
|
||||
"azure/tts-1-hd": {
|
||||
"mode": "audio_speech",
|
||||
"input_cost_per_character": 0.000030,
|
||||
"litellm_provider": "azure"
|
||||
},
|
||||
"azure/whisper-1": {
|
||||
"mode": "audio_transcription",
|
||||
"input_cost_per_second": 0,
|
||||
|
|
|
|||
|
|
@ -398,6 +398,26 @@
|
|||
"output_cost_per_second": 0.0001,
|
||||
"litellm_provider": "openai"
|
||||
},
|
||||
"tts-1": {
|
||||
"mode": "audio_speech",
|
||||
"input_cost_per_character": 0.000015,
|
||||
"litellm_provider": "openai"
|
||||
},
|
||||
"tts-1-hd": {
|
||||
"mode": "audio_speech",
|
||||
"input_cost_per_character": 0.000030,
|
||||
"litellm_provider": "openai"
|
||||
},
|
||||
"azure/tts-1": {
|
||||
"mode": "audio_speech",
|
||||
"input_cost_per_character": 0.000015,
|
||||
"litellm_provider": "azure"
|
||||
},
|
||||
"azure/tts-1-hd": {
|
||||
"mode": "audio_speech",
|
||||
"input_cost_per_character": 0.000030,
|
||||
"litellm_provider": "azure"
|
||||
},
|
||||
"azure/whisper-1": {
|
||||
"mode": "audio_transcription",
|
||||
"input_cost_per_second": 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue