Skip to content

Commit c375c9c

Browse files
hezhijie0327bentwnghk
authored andcommitted
💄 style: update MiniMax models (lobehub#6270)
1 parent a14c3a5 commit c375c9c

File tree

1 file changed

+10
-73
lines changed

1 file changed

+10
-73
lines changed

src/config/aiModels/minimax.ts

+10-73
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,12 @@ const minimaxChatModels: AIChatModelCard[] = [
1414
maxOutput: 1_000_192,
1515
pricing: {
1616
currency: 'CNY',
17-
input: 10,
18-
output: 10,
17+
input: 1,
18+
output: 8,
1919
},
2020
releasedAt: '2025-01-15',
2121
type: 'chat',
2222
},
23-
{
24-
abilities: {
25-
functionCall: true,
26-
vision: true,
27-
},
28-
contextWindowTokens: 245_760,
29-
description: '相对于abab6.5系列模型在长文、数学、写作等能力有大幅度提升。',
30-
displayName: 'abab7-chat-preview',
31-
enabled: true,
32-
id: 'abab7-chat-preview',
33-
maxOutput: 245_760,
34-
pricing: {
35-
currency: 'CNY',
36-
input: 10,
37-
output: 10,
38-
},
39-
releasedAt: '2024-11-06',
40-
type: 'chat',
41-
},
4223
{
4324
abilities: {
4425
functionCall: true,
@@ -59,61 +40,17 @@ const minimaxChatModels: AIChatModelCard[] = [
5940
},
6041
{
6142
abilities: {
62-
functionCall: true,
63-
},
64-
contextWindowTokens: 8192,
65-
description: '专为多语种人设对话设计,支持英文及其他多种语言的高质量对话生成。',
66-
displayName: 'abab6.5g',
67-
enabled: true,
68-
id: 'abab6.5g-chat',
69-
maxOutput: 8192,
70-
pricing: {
71-
currency: 'CNY',
72-
input: 5,
73-
output: 5,
74-
},
75-
type: 'chat',
76-
},
77-
{
78-
abilities: {
79-
functionCall: true,
80-
},
81-
contextWindowTokens: 8192,
82-
description: '针对中文人设对话场景优化,提供流畅且符合中文表达习惯的对话生成能力。',
83-
displayName: 'abab6.5t',
84-
enabled: true,
85-
id: 'abab6.5t-chat',
86-
maxOutput: 8192,
87-
pricing: {
88-
currency: 'CNY',
89-
input: 5,
90-
output: 5,
43+
reasoning: true,
9144
},
92-
type: 'chat',
93-
},
94-
{
95-
contextWindowTokens: 16_384,
96-
description: '面向生产力场景,支持复杂任务处理和高效文本生成,适用于专业领域应用。',
97-
displayName: 'abab5.5',
98-
id: 'abab5.5-chat',
99-
maxOutput: 16_384,
100-
pricing: {
101-
currency: 'CNY',
102-
input: 5,
103-
output: 5,
104-
},
105-
type: 'chat',
106-
},
107-
{
108-
contextWindowTokens: 8192,
109-
description: '专为中文人设对话场景设计,提供高质量的中文对话生成能力,适用于多种应用场景。',
110-
displayName: 'abab5.5s',
111-
id: 'abab5.5s-chat',
112-
maxOutput: 8192,
45+
contextWindowTokens: 64_000,
46+
description: 'DeepSeek 推出的推理模型。在输出最终回答之前,模型会先输出一段思维链内容,以提升最终答案的准确性。',
47+
displayName: 'DeepSeek R1',
48+
id: 'DeepSeek-R1',
49+
maxOutput: 64_000,
11350
pricing: {
11451
currency: 'CNY',
115-
input: 15,
116-
output: 15,
52+
input: 4,
53+
output: 16,
11754
},
11855
type: 'chat',
11956
},

0 commit comments

Comments
 (0)