mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-20 14:20:26 +00:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user