File tree Expand file tree Collapse file tree 1 file changed +1
-38
lines changed Expand file tree Collapse file tree 1 file changed +1
-38
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ const minimaxChatModels: AIChatModelCard[] = [
4
4
{
5
5
abilities : {
6
6
functionCall : true ,
7
+ reasoning : true ,
7
8
search : true ,
8
9
} ,
9
10
contextWindowTokens : 1_000_192 ,
@@ -48,44 +49,6 @@ const minimaxChatModels: AIChatModelCard[] = [
48
49
} ,
49
50
type : 'chat' ,
50
51
} ,
51
- {
52
- abilities : {
53
- functionCall : true ,
54
- search : true ,
55
- vision : true ,
56
- } ,
57
- contextWindowTokens : 245_760 ,
58
- description : '适用于广泛的自然语言处理任务,包括文本生成、对话系统等。' ,
59
- displayName : 'abab6.5s' ,
60
- id : 'abab6.5s-chat' ,
61
- maxOutput : 245_760 ,
62
- pricing : {
63
- currency : 'CNY' ,
64
- input : 1 ,
65
- output : 1 ,
66
- } ,
67
- settings : {
68
- searchImpl : 'params' ,
69
- } ,
70
- type : 'chat' ,
71
- } ,
72
- {
73
- abilities : {
74
- reasoning : true ,
75
- } ,
76
- contextWindowTokens : 64_000 ,
77
- description :
78
- 'DeepSeek 推出的推理模型。在输出最终回答之前,模型会先输出一段思维链内容,以提升最终答案的准确性。' ,
79
- displayName : 'DeepSeek R1' ,
80
- id : 'DeepSeek-R1' ,
81
- maxOutput : 64_000 ,
82
- pricing : {
83
- currency : 'CNY' ,
84
- input : 4 ,
85
- output : 16 ,
86
- } ,
87
- type : 'chat' ,
88
- } ,
89
52
] ;
90
53
91
54
export const allModels = [ ...minimaxChatModels ] ;
You can’t perform that action at this time.
0 commit comments