Skip to content

Commit c838e5b

Browse files
HenryHengZJYshayy
authored andcommitted
Claude 3.7 on Vertex and Bedrock (FlowiseAI#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
1 parent cfe3aee commit c838e5b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

packages/components/models.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
{
44
"name": "awsChatBedrock",
55
"models": [
6+
{
7+
"label": "anthropic.claude-3-7-sonnet-20250219-v1:0",
8+
"name": "anthropic.claude-3-7-sonnet-20250219-v1:0",
9+
"description": "(20250219-v1:0) specific version of Claude Sonnet 3.7 - hybrid reasoning model"
10+
},
611
{
712
"label": "anthropic.claude-3-5-haiku-20241022-v1:0",
813
"name": "anthropic.claude-3-5-haiku-20241022-v1:0",
@@ -415,8 +420,8 @@
415420
"name": "gemini-2.0-flash-001"
416421
},
417422
{
418-
"label": "gemini-2.0-flash-lite-preview-02-05",
419-
"name": "gemini-2.0-flash-lite-preview-02-05"
423+
"label": "gemini-2.0-flash-lite-001",
424+
"name": "gemini-2.0-flash-lite-001"
420425
},
421426
{
422427
"label": "gemini-1.5-flash",
@@ -468,6 +473,11 @@
468473
"label": "gemini-1.0-pro-vision",
469474
"name": "gemini-1.0-pro-vision"
470475
},
476+
{
477+
"label": "claude-3-7-sonnet@20250219",
478+
"name": "claude-3-7-sonnet@20250219",
479+
"description": "(20250219-v1:0) specific version of Claude Sonnet 3.7 - hybrid reasoning model"
480+
},
471481
{
472482
"label": "claude-3-5-haiku@20241022",
473483
"name": "claude-3-5-haiku@20241022",

0 commit comments

Comments
 (0)