Skip to content

Commit fbae51b

Browse files
committed
update claude opus 4.1 and azure gpt 5 series
1 parent 114a844 commit fbae51b

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

packages/components/models.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
{
44
"name": "awsChatBedrock",
55
"models": [
6+
{
7+
"label": "anthropic.claude-opus-4-1-20250805-v1:0",
8+
"name": "anthropic.claude-opus-4-1-20250805-v1:0",
9+
"description": "Claude 4.1 Opus",
10+
"input_cost": 0.000015,
11+
"output_cost": 0.000075
12+
},
613
{
714
"label": "anthropic.claude-sonnet-4-20250514-v1:0",
815
"name": "anthropic.claude-sonnet-4-20250514-v1:0",
@@ -280,6 +287,24 @@
280287
{
281288
"name": "azureChatOpenAI",
282289
"models": [
290+
{
291+
"label": "gpt-5",
292+
"name": "gpt-5",
293+
"input_cost": 0.00000125,
294+
"output_cost": 0.00001
295+
},
296+
{
297+
"label": "gpt-5-mini",
298+
"name": "gpt-5-mini",
299+
"input_cost": 0.00000025,
300+
"output_cost": 0.000002
301+
},
302+
{
303+
"label": "gpt-5-nano",
304+
"name": "gpt-5-nano",
305+
"input_cost": 0.00000005,
306+
"output_cost": 0.0000004
307+
},
283308
{
284309
"label": "gpt-4.1",
285310
"name": "gpt-4.1",
@@ -422,6 +447,13 @@
422447
{
423448
"name": "chatAnthropic",
424449
"models": [
450+
{
451+
"label": "claude-opus-4-1",
452+
"name": "claude-opus-4-1",
453+
"description": "Claude 4.1 Opus",
454+
"input_cost": 0.000015,
455+
"output_cost": 0.000075
456+
},
425457
{
426458
"label": "claude-sonnet-4-0",
427459
"name": "claude-sonnet-4-0",
@@ -641,6 +673,13 @@
641673
"input_cost": 1.25e-7,
642674
"output_cost": 3.75e-7
643675
},
676+
{
677+
"label": "claude-opus-4-1@20250805",
678+
"name": "claude-opus-4-1@20250805",
679+
"description": "Claude 4.1 Opus",
680+
"input_cost": 0.000015,
681+
"output_cost": 0.000075
682+
},
644683
{
645684
"label": "claude-sonnet-4@20250514",
646685
"name": "claude-sonnet-4@20250514",

0 commit comments

Comments
 (0)