From 44dc6d3aef98fc0f57382f9dca71a257ddcfc446 Mon Sep 17 00:00:00 2001 From: Pedro Azevedo Date: Tue, 9 Sep 2025 21:49:32 +0100 Subject: [PATCH] Fix: Add supports_function_calling for GPT OSS in Bedrock provider (#14375) * Refactor JSON formatting and remove unnecessary whitespace in model prices and context window * Fix formatting inconsistencies and remove unnecessary whitespace in model prices JSON --- model_prices_and_context_window.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index d52171ec73..c1accdb1c3 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -13123,6 +13123,7 @@ "mode": "chat", "supports_response_schema": true, "supports_tool_choice": true, + "supports_function_calling": true, "supports_reasoning": true }, "openai.gpt-oss-120b-1:0": { @@ -13135,6 +13136,7 @@ "mode": "chat", "supports_response_schema": true, "supports_tool_choice": true, + "supports_function_calling": true, "supports_reasoning": true }, "anthropic.claude-opus-4-1-20250805-v1:0": {