Skip to content

Commit 729043b

Browse files
Feature: add missing chat mistral ai models (#4492)
* add codestral-latsest and devstral-small-2505 models to chatMistralAI * Update models.json --------- Co-authored-by: Henry Heng <henryheng@flowiseai.com>
1 parent 895b810 commit 729043b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/components/models.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,18 @@
12171217
"name": "mistral-large-2402",
12181218
"input_cost": 0.002,
12191219
"output_cost": 0.006
1220+
},
1221+
{
1222+
"label": "codestral-latsest",
1223+
"name": "codestral-latest",
1224+
"input_cost": 0.0002,
1225+
"output_cost": 0.0006
1226+
},
1227+
{
1228+
"label": "devstral-small-2505",
1229+
"name": "devstral-small-2505",
1230+
"input_cost": 0.0001,
1231+
"output_cost": 0.0003
12201232
}
12211233
]
12221234
},

0 commit comments

Comments
 (0)