mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 01:01:11 +03:00
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:
@@ -1217,6 +1217,18 @@
|
|||||||
"name": "mistral-large-2402",
|
"name": "mistral-large-2402",
|
||||||
"input_cost": 0.002,
|
"input_cost": 0.002,
|
||||||
"output_cost": 0.006
|
"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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user