diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index fb169344af..d0a4cf861a 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -4101,7 +4101,8 @@ "input_cost_per_token": 5e-08, "output_cost_per_token": 8e-08, "litellm_provider": "groq", - "mode": "chat" + "mode": "chat", + "supports_tool_choice": true }, "groq/llama-3.2-1b-preview": { "max_tokens": 8192, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index fb169344af..d0a4cf861a 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -4101,7 +4101,8 @@ "input_cost_per_token": 5e-08, "output_cost_per_token": 8e-08, "litellm_provider": "groq", - "mode": "chat" + "mode": "chat", + "supports_tool_choice": true }, "groq/llama-3.2-1b-preview": { "max_tokens": 8192,