Skip to content

Commit f8ca105

Browse files
authored
Adding cost metrics for mistral range of models (#4338)
1 parent 68d3c83 commit f8ca105

File tree

1 file changed

+54
-18
lines changed

1 file changed

+54
-18
lines changed

packages/components/models.json

Lines changed: 54 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,63 +1073,93 @@
10731073
"models": [
10741074
{
10751075
"label": "open-mistral-nemo",
1076-
"name": "open-mistral-nemo"
1076+
"name": "open-mistral-nemo",
1077+
"input_cost": 0.00015,
1078+
"output_cost": 0.00015
10771079
},
10781080
{
10791081
"label": "open-mistral-7b",
1080-
"name": "open-mistral-7b"
1082+
"name": "open-mistral-7b",
1083+
"input_cost": 0.00025,
1084+
"output_cost": 0.00025
10811085
},
10821086
{
10831087
"label": "mistral-tiny-2312",
1084-
"name": "mistral-tiny-2312"
1088+
"name": "mistral-tiny-2312",
1089+
"input_cost": 0.0007,
1090+
"output_cost": 0.0007
10851091
},
10861092
{
10871093
"label": "mistral-tiny",
1088-
"name": "mistral-tiny"
1094+
"name": "mistral-tiny",
1095+
"input_cost": 0.0007,
1096+
"output_cost": 0.0007
10891097
},
10901098
{
10911099
"label": "open-mixtral-8x7b",
1092-
"name": "open-mixtral-8x7b"
1100+
"name": "open-mixtral-8x7b",
1101+
"input_cost": 0.0007,
1102+
"output_cost": 0.0007
10931103
},
10941104
{
10951105
"label": "open-mixtral-8x22b",
1096-
"name": "open-mixtral-8x22b"
1106+
"name": "open-mixtral-8x22b",
1107+
"input_cost": 0.002,
1108+
"output_cost": 0.006
10971109
},
10981110
{
10991111
"label": "mistral-small-2312",
1100-
"name": "mistral-small-2312"
1112+
"name": "mistral-small-2312",
1113+
"input_cost": 0.0001,
1114+
"output_cost": 0.0003
11011115
},
11021116
{
11031117
"label": "mistral-small",
1104-
"name": "mistral-small"
1118+
"name": "mistral-small",
1119+
"input_cost": 0.0001,
1120+
"output_cost": 0.0003
11051121
},
11061122
{
11071123
"label": "mistral-small-2402",
1108-
"name": "mistral-small-2402"
1124+
"name": "mistral-small-2402",
1125+
"input_cost": 0.0001,
1126+
"output_cost": 0.0003
11091127
},
11101128
{
11111129
"label": "mistral-small-latest",
1112-
"name": "mistral-small-latest"
1130+
"name": "mistral-small-latest",
1131+
"input_cost": 0.0001,
1132+
"output_cost": 0.0003
11131133
},
11141134
{
11151135
"label": "mistral-medium-latest",
1116-
"name": "mistral-medium-latest"
1136+
"name": "mistral-medium-latest",
1137+
"input_cost": 0.001,
1138+
"output_cost": 0.003
11171139
},
11181140
{
11191141
"label": "mistral-medium-2312",
1120-
"name": "mistral-medium-2312"
1142+
"name": "mistral-medium-2312",
1143+
"input_cost": 0.001,
1144+
"output_cost": 0.003
11211145
},
11221146
{
11231147
"label": "mistral-medium",
1124-
"name": "mistral-medium"
1148+
"name": "mistral-medium",
1149+
"input_cost": 0.001,
1150+
"output_cost": 0.003
11251151
},
11261152
{
11271153
"label": "mistral-large-latest",
1128-
"name": "mistral-large-latest"
1154+
"name": "mistral-large-latest",
1155+
"input_cost": 0.002,
1156+
"output_cost": 0.006
11291157
},
11301158
{
11311159
"label": "mistral-large-2402",
1132-
"name": "mistral-large-2402"
1160+
"name": "mistral-large-2402",
1161+
"input_cost": 0.002,
1162+
"output_cost": 0.006
11331163
}
11341164
]
11351165
},
@@ -1138,15 +1168,21 @@
11381168
"models": [
11391169
{
11401170
"label": "mistral-tiny",
1141-
"name": "mistral-tiny"
1171+
"name": "mistral-tiny",
1172+
"input_cost": 0.0007,
1173+
"output_cost": 0.0007
11421174
},
11431175
{
11441176
"label": "mistral-small",
1145-
"name": "mistral-small"
1177+
"name": "mistral-small",
1178+
"input_cost": 0.0001,
1179+
"output_cost": 0.0003
11461180
},
11471181
{
11481182
"label": "mistral-medium",
1149-
"name": "mistral-medium"
1183+
"name": "mistral-medium",
1184+
"input_cost": 0.001,
1185+
"output_cost": 0.003
11501186
}
11511187
]
11521188
}

0 commit comments

Comments
 (0)