mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 11:01:22 +03:00
Claude 3.7 on Vertex and Bedrock (#4082)
* add gemini flash * add gemin flash to vertex * add gemin-1.5-flash-preview to vertex * add azure gpt 4o * add claude 3.5 sonnet * add mistral nemo * add groq llama3.1 * add gpt4o-mini to azure * o1 mini * add groq llama 3.2 * update anthropic models * add 3.5 haiku * update vertex embedding models * add azure o1 models * add o3 mini * add wolframalpha tool * Update pnpm-lock.yaml * add claude sonnet 3.7 to vertex and bedrock
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
{
|
||||
"name": "awsChatBedrock",
|
||||
"models": [
|
||||
{
|
||||
"label": "anthropic.claude-3-7-sonnet-20250219-v1:0",
|
||||
"name": "anthropic.claude-3-7-sonnet-20250219-v1:0",
|
||||
"description": "(20250219-v1:0) specific version of Claude Sonnet 3.7 - hybrid reasoning model"
|
||||
},
|
||||
{
|
||||
"label": "anthropic.claude-3-5-haiku-20241022-v1:0",
|
||||
"name": "anthropic.claude-3-5-haiku-20241022-v1:0",
|
||||
@@ -415,8 +420,8 @@
|
||||
"name": "gemini-2.0-flash-001"
|
||||
},
|
||||
{
|
||||
"label": "gemini-2.0-flash-lite-preview-02-05",
|
||||
"name": "gemini-2.0-flash-lite-preview-02-05"
|
||||
"label": "gemini-2.0-flash-lite-001",
|
||||
"name": "gemini-2.0-flash-lite-001"
|
||||
},
|
||||
{
|
||||
"label": "gemini-1.5-flash",
|
||||
@@ -468,6 +473,11 @@
|
||||
"label": "gemini-1.0-pro-vision",
|
||||
"name": "gemini-1.0-pro-vision"
|
||||
},
|
||||
{
|
||||
"label": "claude-3-7-sonnet@20250219",
|
||||
"name": "claude-3-7-sonnet@20250219",
|
||||
"description": "(20250219-v1:0) specific version of Claude Sonnet 3.7 - hybrid reasoning model"
|
||||
},
|
||||
{
|
||||
"label": "claude-3-5-haiku@20241022",
|
||||
"name": "claude-3-5-haiku@20241022",
|
||||
|
||||
Reference in New Issue
Block a user