Support Claude 3.5 Sonnet
This commit is contained in:
@@ -101,6 +101,12 @@ class BedrockModel(BaseChatModel):
|
|||||||
"tool_call": True,
|
"tool_call": True,
|
||||||
"stream_tool_call": True,
|
"stream_tool_call": True,
|
||||||
},
|
},
|
||||||
|
"anthropic.claude-3-5-sonnet-20240620-v1:0": {
|
||||||
|
"system": True,
|
||||||
|
"multimodal": True,
|
||||||
|
"tool_call": True,
|
||||||
|
"stream_tool_call": True,
|
||||||
|
},
|
||||||
"meta.llama2-13b-chat-v1": {
|
"meta.llama2-13b-chat-v1": {
|
||||||
"system": True,
|
"system": True,
|
||||||
"multimodal": False,
|
"multimodal": False,
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ DESCRIPTION = """
|
|||||||
Use OpenAI-Compatible RESTful APIs for Amazon Bedrock models.
|
Use OpenAI-Compatible RESTful APIs for Amazon Bedrock models.
|
||||||
|
|
||||||
List of Amazon Bedrock models currently supported:
|
List of Amazon Bedrock models currently supported:
|
||||||
- Anthropic Claude 2 / 3 (Haiku/Sonnet/Opus)
|
- Anthropic Claude 2 / 3 /3.5 (Haiku/Sonnet/Opus)
|
||||||
- Meta Llama 2 / 3
|
- Meta Llama 2 / 3
|
||||||
- Mistral / Mixtral
|
- Mistral / Mixtral
|
||||||
- Cohere Command R / R+
|
- Cohere Command R / R+
|
||||||
|
|||||||
Reference in New Issue
Block a user