From 08f9e1447be964f63e545be494e5bfa4d65a2f97 Mon Sep 17 00:00:00 2001 From: Hugo Liu Date: Sat, 5 Apr 2025 11:43:46 +0800 Subject: [PATCH] fix(asr-groq): add groq whisper models to model cost map (#9648) Co-authored-by: liuhu --- model_prices_and_context_window.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 4c56210625..c1b738ca8c 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -3303,6 +3303,24 @@ "supports_response_schema": true, "supports_tool_choice": true }, + "groq/whisper-large-v3": { + "mode": "audio_transcription", + "input_cost_per_second": 0.00003083, + "output_cost_per_second": 0, + "litellm_provider": "groq" + }, + "groq/whisper-large-v3-turbo": { + "mode": "audio_transcription", + "input_cost_per_second": 0.00001111, + "output_cost_per_second": 0, + "litellm_provider": "groq" + }, + "groq/distil-whisper-large-v3-en": { + "mode": "audio_transcription", + "input_cost_per_second": 0.00000556, + "output_cost_per_second": 0, + "litellm_provider": "groq" + }, "cerebras/llama3.1-8b": { "max_tokens": 128000, "max_input_tokens": 128000,