From e7ad0b043c6765d0d2eb837f51e64cca707f437c Mon Sep 17 00:00:00 2001 From: Emerson Gomes Date: Tue, 13 May 2025 17:25:22 -0500 Subject: [PATCH] Add Azure gpt-4o-mini-tts (#10807) Add Azure gpt-4o-mini-tts to model db --- model_prices_and_context_window.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index edf912d22f7..b7c77c133f6 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -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,