feat: add support for APAC claude 3 profiles (#69)
This commit is contained in:
@@ -199,6 +199,24 @@ class BedrockModel(BaseChatModel):
|
||||
"tool_call": True,
|
||||
"stream_tool_call": False,
|
||||
},
|
||||
"apac.anthropic.claude-3-sonnet-20240229-v1:0": {
|
||||
"system": True,
|
||||
"multimodal": True,
|
||||
"tool_call": True,
|
||||
"stream_tool_call": True,
|
||||
},
|
||||
"apac.anthropic.claude-3-haiku-20240307-v1:0": {
|
||||
"system": True,
|
||||
"multimodal": True,
|
||||
"tool_call": True,
|
||||
"stream_tool_call": True,
|
||||
},
|
||||
"apac.anthropic.claude-3-5-sonnet-20240620-v1:0": {
|
||||
"system": True,
|
||||
"multimodal": True,
|
||||
"tool_call": True,
|
||||
"stream_tool_call": True,
|
||||
},
|
||||
# claude 3 Haiku cross-region inference profile
|
||||
"us.anthropic.claude-3-haiku-20240307-v1:0": {
|
||||
"system": True,
|
||||
|
||||
Reference in New Issue
Block a user