From 49b2766723e0e9c46da2621127c273457165a233 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 19 Sep 2024 13:03:33 -0700 Subject: [PATCH] add gemma2 9b it (#5788) --- litellm/model_prices_and_context_window_backup.json | 10 ++++++++++ model_prices_and_context_window.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 15c6c6c84..dbd9bd73b 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -1352,6 +1352,16 @@ "mode": "chat", "supports_function_calling": true }, + "groq/gemma2-9b-it": { + "max_tokens": 8192, + "max_input_tokens": 8192, + "max_output_tokens": 8192, + "input_cost_per_token": 0.00000020, + "output_cost_per_token": 0.00000020, + "litellm_provider": "groq", + "mode": "chat", + "supports_function_calling": true + }, "groq/llama3-groq-70b-8192-tool-use-preview": { "max_tokens": 8192, "max_input_tokens": 8192, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 15c6c6c84..dbd9bd73b 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -1352,6 +1352,16 @@ "mode": "chat", "supports_function_calling": true }, + "groq/gemma2-9b-it": { + "max_tokens": 8192, + "max_input_tokens": 8192, + "max_output_tokens": 8192, + "input_cost_per_token": 0.00000020, + "output_cost_per_token": 0.00000020, + "litellm_provider": "groq", + "mode": "chat", + "supports_function_calling": true + }, "groq/llama3-groq-70b-8192-tool-use-preview": { "max_tokens": 8192, "max_input_tokens": 8192,