Skip to content

Commit f811fc4

Browse files
authored
Chore/Sonnet 3.5 (#2698)
* 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
1 parent d4f8039 commit f811fc4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/components/models.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"name": "anthropic.claude-3-haiku-20240307-v1:0",
99
"description": "Image to text, conversation, chat optimized"
1010
},
11+
{
12+
"label": "anthropic.claude-3.5-sonnet",
13+
"name": "anthropic.claude-3-5-sonnet-20240620-v1:0",
14+
"description": "3.5 version of Claude Sonnet model"
15+
},
1116
{
1217
"label": "anthropic.claude-3-sonnet",
1318
"name": "anthropic.claude-3-sonnet-20240229-v1:0",
@@ -291,6 +296,11 @@
291296
"name": "claude-3-opus-20240229",
292297
"description": "Most powerful model for highly complex tasks"
293298
},
299+
{
300+
"label": "claude-3.5-sonnet",
301+
"name": "claude-3-5-sonnet-20240620",
302+
"description": "3.5 version of Claude Sonnet model"
303+
},
294304
{
295305
"label": "claude-3-sonnet",
296306
"name": "claude-3-sonnet-20240229",

0 commit comments

Comments
 (0)