feat: add Bedrock Claude 3.7 Sonnet model configuration (#1860)

Co-authored-by: Shiwei Ge <geshiwei@amazon.com>
This commit is contained in:
Shiwei Ge
2025-04-15 23:38:34 -07:00
committed by GitHub
parent 284df877a2
commit 4f717e0699

View File

@@ -334,6 +334,11 @@ M._defaults = {
model = "claude-3-7-sonnet-20250219",
api_key_name = "AIHUBMIX_API_KEY",
},
["bedrock-claude-3.7-sonnet"] = {
__inherited_from = "bedrock",
model = "us.anthropic.claude-3-7-sonnet-20250219-v1:0",
max_tokens = 4096,
},
},
---Specify the special dual_boost mode
---1. enabled: Whether to enable dual_boost mode. Default to false.