From ffee7d291de033fc41b322efb850e2b33ddb7af9 Mon Sep 17 00:00:00 2001 From: Esteban Zeller Date: Mon, 2 Mar 2026 15:00:48 -0300 Subject: [PATCH] Add supports_function_calling to model configurations --- model_prices_and_context_window.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 7a7715f13cb..15b0828499b 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -21189,7 +21189,8 @@ "supported_modalities": [ "text" ], - "supports_tool_choice": true + "supports_tool_choice": true, + "supports_function_calling": true }, "gradient_ai/openai-gpt-4o-mini": { "litellm_provider": "gradient_ai", @@ -21201,7 +21202,8 @@ "supported_modalities": [ "text" ], - "supports_tool_choice": true + "supports_tool_choice": true, + "supports_function_calling": true }, "gradient_ai/openai-o3": { "input_cost_per_token": 2e-06, @@ -21215,7 +21217,8 @@ "supported_modalities": [ "text" ], - "supports_tool_choice": true + "supports_tool_choice": true, + "supports_function_calling": true }, "gradient_ai/openai-o3-mini": { "input_cost_per_token": 1.1e-06, @@ -21229,7 +21232,8 @@ "supported_modalities": [ "text" ], - "supports_tool_choice": true + "supports_tool_choice": true, + "supports_function_calling": true }, "lemonade/Qwen3-Coder-30B-A3B-Instruct-GGUF": { "input_cost_per_token": 0,