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
This commit is contained in:
Pedro Azevedo
2025-09-09 13:49:32 -07:00
committed by GitHub
parent af7d3cd334
commit 44dc6d3aef
+2
View File
@@ -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": {