mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-24 00:28:32 +00:00
Merge pull request #21017 from BerriAI/litellm__supports_tool_search_on_bedrock
Fix: add claude opus 4.6 in _supports_tool_search_on_bedrock
This commit is contained in:
+5
@@ -246,6 +246,11 @@ class AmazonAnthropicClaudeMessagesConfig(
|
||||
"sonnet_4.5",
|
||||
"sonnet-4-5",
|
||||
"sonnet_4_5",
|
||||
# Opus 4.6
|
||||
"opus-4.6",
|
||||
"opus_4.6",
|
||||
"opus-4-6",
|
||||
"opus_4_6",
|
||||
]
|
||||
|
||||
return any(pattern in model_lower for pattern in supported_patterns)
|
||||
|
||||
Reference in New Issue
Block a user