build(model_prices_and_context_window.json): add openai + azure tts pricing

This commit is contained in:
Krrish Dholakia 2024-07-05 22:17:32 -07:00
parent 4eda3c6a1f
commit c7338f9798
2 changed files with 40 additions and 0 deletions

View file

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

View file

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