We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95751b8 commit 7be3821Copy full SHA for 7be3821
src/platform/src/Bridge/Mistral/ModelCatalog.php
@@ -106,6 +106,16 @@ public function __construct(array $additionalModels = [])
106
Capability::TOOL_CALLING,
107
],
108
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
119
'pixstral-large-latest' => [
120
'class' => Mistral::class,
121
'capabilities' => [
0 commit comments