mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
fix models capabilities
This commit is contained in:
parent
03992c1206
commit
2d9fe3b0be
1 changed files with 1 additions and 10 deletions
|
|
@ -174,7 +174,7 @@ const mistralModelOptions = {
|
||||||
cost: { input: 0.000005, output: 0.000025 },
|
cost: { input: 0.000005, output: 0.000025 },
|
||||||
supportsFIM: true,
|
supportsFIM: true,
|
||||||
supportsSystemMessage: 'system-role',
|
supportsSystemMessage: 'system-role',
|
||||||
supportsTools: 'openai-style',
|
supportsTools: false,
|
||||||
reasoningCapabilities: false,
|
reasoningCapabilities: false,
|
||||||
},
|
},
|
||||||
'ministral-3b-latest': {
|
'ministral-3b-latest': {
|
||||||
|
|
@ -201,15 +201,6 @@ const mistralModelOptions = {
|
||||||
cost: { input: 0.000010, output: 0.000020 },
|
cost: { input: 0.000010, output: 0.000020 },
|
||||||
supportsFIM: true,
|
supportsFIM: true,
|
||||||
supportsSystemMessage: 'system-role',
|
supportsSystemMessage: 'system-role',
|
||||||
supportsTools: 'openai-style',
|
|
||||||
reasoningCapabilities: false,
|
|
||||||
},
|
|
||||||
'mistral-embed': {
|
|
||||||
contextWindow: 8_192,
|
|
||||||
maxOutputTokens: 0,
|
|
||||||
cost: { input: 0.000001, output: 0.0 },
|
|
||||||
supportsFIM: false,
|
|
||||||
supportsSystemMessage: false,
|
|
||||||
supportsTools: false,
|
supportsTools: false,
|
||||||
reasoningCapabilities: false,
|
reasoningCapabilities: false,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue