Skip to content

Commit 4fc67b1

Browse files
authored
fix(models): correct multiple model label typos (Groq, Mistral, Bedrock) (#6104)
* fix(models): correct multiple model label typos in dropdown menus * review resolved
1 parent 0d29e4d commit 4fc67b1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/components/models.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@
8888
"output_cost": 4e-6
8989
},
9090
{
91-
"label": "anthropic.claude-3.5-sonnet-20241022-v2:0",
91+
"label": "anthropic.claude-3-5-sonnet-20241022-v2:0",
9292
"name": "anthropic.claude-3-5-sonnet-20241022-v2:0",
9393
"description": "(20241022-v2:0) specific version of Claude Sonnet 3.5",
9494
"input_cost": 3e-6,
9595
"output_cost": 0.000015
9696
},
9797
{
98-
"label": "anthropic.claude-3.5-sonnet-20240620-v1:0",
99-
"name": "anthropic.claude-3.5-sonnet-20240620-v1:0",
98+
"label": "anthropic.claude-3-5-sonnet-20240620-v1:0",
99+
"name": "anthropic.claude-3-5-sonnet-20240620-v1:0",
100100
"description": "(20240620-v1:0) specific version of Claude Sonnet 3.5",
101101
"input_cost": 3e-6,
102102
"output_cost": 0.000015
@@ -1078,7 +1078,7 @@
10781078
"name": "meta-llama/llama-4-scout-17b-16e-instruct"
10791079
},
10801080
{
1081-
"label": "coumpound-beta",
1081+
"label": "compound-beta",
10821082
"name": "compound-beta"
10831083
},
10841084
{
@@ -1735,7 +1735,7 @@
17351735
"output_cost": 0.006
17361736
},
17371737
{
1738-
"label": "codestral-latsest",
1738+
"label": "codestral-latest",
17391739
"name": "codestral-latest",
17401740
"input_cost": 0.0002,
17411741
"output_cost": 0.0006

0 commit comments

Comments
 (0)