Skip to content

Commit

Permalink
build(model_prices_and_context_window.json): add openai + azure tts p…
Browse files Browse the repository at this point in the history
…ricing
  • Loading branch information
krrishdholakia committed Jul 6, 2024
1 parent 4eda3c6 commit c7338f9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions litellm/model_prices_and_context_window_backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
20 changes: 20 additions & 0 deletions model_prices_and_context_window.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c7338f9

Please sign in to comment.