Skip to content

Commit 7be3821

Browse files
committed
Add Ministral 14b latest model
1 parent 95751b8 commit 7be3821

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/platform/src/Bridge/Mistral/ModelCatalog.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ public function __construct(array $additionalModels = [])
106106
Capability::TOOL_CALLING,
107107
],
108108
],
109+
'ministral-14b-latest' => [
110+
'class' => Mistral::class,
111+
'capabilities' => [
112+
Capability::INPUT_MESSAGES,
113+
Capability::OUTPUT_TEXT,
114+
Capability::OUTPUT_STREAMING,
115+
Capability::OUTPUT_STRUCTURED,
116+
Capability::TOOL_CALLING,
117+
],
118+
],
109119
'pixstral-large-latest' => [
110120
'class' => Mistral::class,
111121
'capabilities' => [

0 commit comments

Comments
 (0)