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>
This commit is contained in:
Esteban Josse
2025-05-27 19:58:08 +02:00
committed by GitHub
parent 895b810f87
commit 729043bcba
+12
View File
@@ -1217,6 +1217,18 @@
"name": "mistral-large-2402",
"input_cost": 0.002,
"output_cost": 0.006
},
{
"label": "codestral-latsest",
"name": "codestral-latest",
"input_cost": 0.0002,
"output_cost": 0.0006
},
{
"label": "devstral-small-2505",
"name": "devstral-small-2505",
"input_cost": 0.0001,
"output_cost": 0.0003
}
]
},