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 0f9ed4e commit a2bcf45Copy full SHA for a2bcf45
packages/types/src/providers/minimax.ts
@@ -15,6 +15,8 @@ export const minimaxModels = {
15
supportsPromptCache: true,
16
supportsNativeTools: true,
17
defaultToolProtocol: "native",
18
+ includedTools: ["search_and_replace"],
19
+ excludedTools: ["apply_diff"],
20
preserveReasoning: true,
21
inputPrice: 0.3,
22
outputPrice: 1.2,
@@ -30,6 +32,8 @@ export const minimaxModels = {
30
32
31
33
34
35
36
37
38
39
@@ -45,6 +49,8 @@ export const minimaxModels = {
45
49
46
50
47
51
52
53
48
54
55
56
0 commit comments