mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Updated bedrock model list (#2426)
Added missing relevant chat and embed models. Added descriptions from aws docs.
This commit is contained in:
@@ -5,47 +5,68 @@
|
|||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"label": "anthropic.claude-3-haiku",
|
"label": "anthropic.claude-3-haiku",
|
||||||
"name": "anthropic.claude-3-haiku-20240307-v1:0"
|
"name": "anthropic.claude-3-haiku-20240307-v1:0",
|
||||||
|
"description": "Image to text, conversation, chat optimized"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "anthropic.claude-3-sonnet",
|
"label": "anthropic.claude-3-sonnet",
|
||||||
"name": "anthropic.claude-3-sonnet-20240229-v1:0"
|
"name": "anthropic.claude-3-sonnet-20240229-v1:0",
|
||||||
|
"description": "Image to text and code, multilingual conversation, complex reasoning and analysis"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "anthropic.claude-3-opus",
|
||||||
|
"name": "anthropic.claude-3-opus-20240229-v1:0",
|
||||||
|
"description": "Image to text and code, multilingual conversation, complex reasoning and analysis"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "anthropic.claude-instant-v1",
|
"label": "anthropic.claude-instant-v1",
|
||||||
"name": "anthropic.claude-instant-v1"
|
"name": "anthropic.claude-instant-v1",
|
||||||
|
"description": "Text generation, conversation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "anthropic.claude-v2:1",
|
"label": "anthropic.claude-v2:1",
|
||||||
"name": "anthropic.claude-v2:1"
|
"name": "anthropic.claude-v2:1",
|
||||||
|
"description": "Text generation, conversation, complex reasoning and analysis"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "anthropic.claude-v2",
|
"label": "anthropic.claude-v2",
|
||||||
"name": "anthropic.claude-v2"
|
"name": "anthropic.claude-v2",
|
||||||
|
"description": "Text generation, conversation, complex reasoning and analysis"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "meta.llama2-13b-chat-v1",
|
"label": "meta.llama2-13b-chat-v1",
|
||||||
"name": "meta.llama2-13b-chat-v1"
|
"name": "meta.llama2-13b-chat-v1",
|
||||||
|
"description": "Text generation, conversation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "meta.llama2-70b-chat-v1",
|
"label": "meta.llama2-70b-chat-v1",
|
||||||
"name": "meta.llama2-70b-chat-v1"
|
"name": "meta.llama2-70b-chat-v1",
|
||||||
|
"description": "Text generation, conversation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "meta.llama3-8b-instruct-v1:0",
|
"label": "meta.llama3-8b-instruct-v1:0",
|
||||||
"name": "meta.llama3-8b-instruct-v1:0"
|
"name": "meta.llama3-8b-instruct-v1:0",
|
||||||
|
"description": "Text summarization, text classification, sentiment analysis"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "meta.llama3-70b-instruct-v1:0",
|
"label": "meta.llama3-70b-instruct-v1:0",
|
||||||
"name": "meta.llama3-70b-instruct-v1:0"
|
"name": "meta.llama3-70b-instruct-v1:0",
|
||||||
|
"description": "Language modeling, dialog systems, code generation, text summarization, text classification, sentiment analysis"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "mistral.mistral-7b-instruct-v0:2",
|
"label": "mistral.mistral-7b-instruct-v0:2",
|
||||||
"name": "mistral.mistral-7b-instruct-v0:2"
|
"name": "mistral.mistral-7b-instruct-v0:2",
|
||||||
|
"description": "Classification, text generation, code generation"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "mistral.mixtral-8x7b-instruct-v0:1",
|
"label": "mistral.mixtral-8x7b-instruct-v0:1",
|
||||||
"name": "mistral.mixtral-8x7b-instruct-v0:1"
|
"name": "mistral.mixtral-8x7b-instruct-v0:1",
|
||||||
|
"description": "Complex reasoning and analysis, text generation, code generation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "mistral.mistral-large-2402-v1:0",
|
||||||
|
"name": "mistral.mistral-large-2402-v1:0",
|
||||||
|
"description": "Complex reasoning and analysis, text generation, code generation, RAG, agents"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"regions": [
|
"regions": [
|
||||||
@@ -1082,19 +1103,28 @@
|
|||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"label": "amazon.titan-embed-text-v1",
|
"label": "amazon.titan-embed-text-v1",
|
||||||
"name": "amazon.titan-embed-text-v1"
|
"name": "amazon.titan-embed-text-v1",
|
||||||
|
"description": "Embedding Dimensions: 1536"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "amazon.titan-embed-text-v2",
|
||||||
|
"name": "amazon.titan-embed-text-v2:0",
|
||||||
|
"description": "Embedding Dimensions: 1024"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "amazon.titan-embed-g1-text-02",
|
"label": "amazon.titan-embed-g1-text-02",
|
||||||
"name": "amazon.titan-embed-g1-text-02"
|
"name": "amazon.titan-embed-g1-text-02",
|
||||||
|
"description": "Embedding Dimensions: 1536"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "cohere.embed-english-v3",
|
"label": "cohere.embed-english-v3",
|
||||||
"name": "cohere.embed-english-v3"
|
"name": "cohere.embed-english-v3",
|
||||||
|
"description": "Embedding Dimensions: 1024"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "cohere.embed-multilingual-v3",
|
"label": "cohere.embed-multilingual-v3",
|
||||||
"name": "cohere.embed-multilingual-v3"
|
"name": "cohere.embed-multilingual-v3",
|
||||||
|
"description": "Embedding Dimensions: 1024"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"regions": [
|
"regions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user