diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index d0a4cf861a1..e63f7626a3c 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -4192,7 +4192,8 @@ "output_cost_per_token": 7.9e-07, "litellm_provider": "groq", "mode": "chat", - "supports_response_schema": true + "supports_response_schema": true, + "supports_tool_choice": true }, "groq/llama-3.1-8b-instant": { "max_tokens": 8192, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index d0a4cf861a1..e63f7626a3c 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -4192,7 +4192,8 @@ "output_cost_per_token": 7.9e-07, "litellm_provider": "groq", "mode": "chat", - "supports_response_schema": true + "supports_response_schema": true, + "supports_tool_choice": true }, "groq/llama-3.1-8b-instant": { "max_tokens": 8192,