Merge pull request #1594 from atsushi-ishibashi/support_cross_region_claude3.7

chore: add bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0
This commit is contained in:
Tal
2025-03-02 17:24:05 +02:00
committed by GitHub

View File

@ -71,6 +71,7 @@ MAX_TOKENS = {
'bedrock/anthropic.claude-3-5-sonnet-20241022-v2:0': 100000,
'bedrock/anthropic.claude-3-7-sonnet-20250219-v1:0': 200000,
"bedrock/us.anthropic.claude-3-5-sonnet-20241022-v2:0": 100000,
"bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0": 200000,
'claude-3-5-sonnet': 100000,
'groq/llama3-8b-8192': 8192,
'groq/llama3-70b-8192': 8192,