Skip to content

Commit d017f35

Browse files
authored
💄 style: update Wenxin & Hunyuan model list (#6995)
1 parent d9da1f9 commit d017f35

File tree

2 files changed

+295
-85
lines changed

2 files changed

+295
-85
lines changed

src/config/aiModels/hunyuan.ts

+74-52
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ const hunyuanChatModels: AIChatModelCard[] = [
4949
description:
5050
'采用更优的路由策略,同时缓解了负载均衡和专家趋同的问题。长文方面,大海捞针指标达到99.9%。MOE-256K 在长度和效果上进一步突破,极大的扩展了可输入长度。',
5151
displayName: 'Hunyuan Standard 256K',
52-
enabled: true,
5352
id: 'hunyuan-standard-256K',
5453
maxOutput: 6000,
5554
pricing: {
@@ -65,22 +64,43 @@ const hunyuanChatModels: AIChatModelCard[] = [
6564
},
6665
{
6766
abilities: {
68-
functionCall: true,
6967
search: true,
7068
},
7169
contextWindowTokens: 32_000,
7270
description:
73-
'通用体验优化,包括NLP理解、文本创作、闲聊、知识问答、翻译、领域等;提升拟人性,优化模型情商;提升意图模糊时模型主动澄清能力;提升字词解析类问题的处理能力;提升创作的质量和可互动性;提升多轮体验。',
74-
displayName: 'Hunyuan Turbo Latest',
71+
'Hunyuan-large 模型总参数量约 389B,激活参数量约 52B,是当前业界参数规模最大、效果最好的 Transformer 架构的开源 MoE 模型。',
72+
displayName: 'Hunyuan Large',
7573
enabled: true,
76-
id: 'hunyuan-turbo-latest',
74+
id: 'hunyuan-large',
7775
maxOutput: 4000,
7876
pricing: {
7977
currency: 'CNY',
80-
input: 15,
81-
output: 50,
78+
input: 4,
79+
output: 12,
8280
},
83-
releasedAt: '2025-01-10',
81+
releasedAt: '2025-02-10',
82+
settings: {
83+
searchImpl: 'params',
84+
},
85+
type: 'chat',
86+
},
87+
{
88+
abilities: {
89+
search: true,
90+
},
91+
contextWindowTokens: 134_000,
92+
description:
93+
'擅长处理长文任务如文档摘要和文档问答等,同时也具备处理通用文本生成任务的能力。在长文本的分析和生成上表现优异,能有效应对复杂和详尽的长文内容处理需求。',
94+
displayName: 'Hunyuan Large Longcontext',
95+
enabled: true,
96+
id: 'hunyuan-large-longcontext',
97+
maxOutput: 6000,
98+
pricing: {
99+
currency: 'CNY',
100+
input: 6,
101+
output: 18,
102+
},
103+
releasedAt: '2024-12-18',
84104
settings: {
85105
searchImpl: 'params',
86106
},
@@ -93,14 +113,15 @@ const hunyuanChatModels: AIChatModelCard[] = [
93113
},
94114
contextWindowTokens: 32_000,
95115
description:
96-
'本版本优化:数据指令scaling,大幅提升模型通用泛化能力;大幅提升数学、代码、逻辑推理能力;优化文本理解字词理解相关能力;优化文本创作内容生成质量',
116+
'通用体验优化,包括NLP理解、文本创作、闲聊、知识问答、翻译、领域等;提升拟人性,优化模型情商;提升意图模糊时模型主动澄清能力;提升字词解析类问题的处理能力;提升创作的质量和可互动性;提升多轮体验。',
97117
displayName: 'Hunyuan Turbo',
98-
id: 'hunyuan-turbo',
118+
enabled: true,
119+
id: 'hunyuan-turbo-latest',
99120
maxOutput: 4000,
100121
pricing: {
101122
currency: 'CNY',
102-
input: 15,
103-
output: 50,
123+
input: 2.4,
124+
output: 9.6,
104125
},
105126
releasedAt: '2025-01-10',
106127
settings: {
@@ -121,8 +142,8 @@ const hunyuanChatModels: AIChatModelCard[] = [
121142
maxOutput: 4000,
122143
pricing: {
123144
currency: 'CNY',
124-
input: 15,
125-
output: 50,
145+
input: 2.4,
146+
output: 9.6,
126147
},
127148
releasedAt: '2025-01-10',
128149
settings: {
@@ -137,60 +158,61 @@ const hunyuanChatModels: AIChatModelCard[] = [
137158
},
138159
contextWindowTokens: 32_000,
139160
description:
140-
'hunyuan-turbo 2024 年 11 月 20 日固定版本,介于 hunyuan-turbo 和 hunyuan-turbo-latest 之间的一个版本。',
141-
displayName: 'Hunyuan Turbo 20241120',
142-
id: 'hunyuan-turbo-20241120',
143-
maxOutput: 4000,
161+
'hunyuan-TurboS 混元旗舰大模型最新版本,具备更强的思考能力,更优的体验效果。',
162+
displayName: 'Hunyuan TurboS',
163+
enabled: true,
164+
id: 'hunyuan-turbos-latest',
165+
maxOutput: 8000,
144166
pricing: {
145167
currency: 'CNY',
146-
input: 15,
147-
output: 50,
168+
input: 0.8,
169+
output: 2,
148170
},
149-
releasedAt: '2024-11-20',
171+
releasedAt: '2025-03-13',
150172
settings: {
151173
searchImpl: 'params',
152174
},
153175
type: 'chat',
154176
},
155177
{
156178
abilities: {
179+
functionCall: true,
157180
search: true,
158181
},
159182
contextWindowTokens: 32_000,
160183
description:
161-
'Hunyuan-large 模型总参数量约 389B,激活参数量约 52B,是当前业界参数规模最大、效果最好的 Transformer 架构的开源 MoE 模型。',
162-
displayName: 'Hunyuan Large',
163-
enabled: true,
164-
id: 'hunyuan-large',
165-
maxOutput: 4000,
184+
'统一数学解题步骤的风格,加强数学多轮问答。文本创作优化回答风格,去除AI味,增加文采。',
185+
displayName: 'Hunyuan TurboS 20250313',
186+
id: 'hunyuan-turbos-20250313',
187+
maxOutput: 8000,
166188
pricing: {
167189
currency: 'CNY',
168-
input: 4,
169-
output: 12,
190+
input: 0.8,
191+
output: 2,
170192
},
171-
releasedAt: '2025-02-10',
193+
releasedAt: '2025-03-13',
172194
settings: {
173195
searchImpl: 'params',
174196
},
175197
type: 'chat',
176198
},
177199
{
178200
abilities: {
201+
functionCall: true,
179202
search: true,
180203
},
181-
contextWindowTokens: 134_000,
204+
contextWindowTokens: 32_000,
182205
description:
183-
'擅长处理长文任务如文档摘要和文档问答等,同时也具备处理通用文本生成任务的能力。在长文本的分析和生成上表现优异,能有效应对复杂和详尽的长文内容处理需求。',
184-
displayName: 'Hunyuan Large Longcontext',
185-
enabled: true,
186-
id: 'hunyuan-large-longcontext',
187-
maxOutput: 6000,
206+
'hunyuan-TurboS pv2.1.2 固定版本预训练底座训练token 数升级;数学/逻辑/代码等思考能力提升;中英文通用体验效果提升,包括文本创作、文本理解、知识问答、闲聊等。',
207+
displayName: 'Hunyuan TurboS 20250226',
208+
id: 'hunyuan-turbos-20250226',
209+
maxOutput: 8000,
188210
pricing: {
189211
currency: 'CNY',
190-
input: 6,
191-
output: 18,
212+
input: 0.8,
213+
output: 2,
192214
},
193-
releasedAt: '2024-12-18',
215+
releasedAt: '2025-02-25',
194216
settings: {
195217
searchImpl: 'params',
196218
},
@@ -267,8 +289,8 @@ const hunyuanChatModels: AIChatModelCard[] = [
267289
maxOutput: 4000,
268290
pricing: {
269291
currency: 'CNY',
270-
input: 4,
271-
output: 8,
292+
input: 3.5,
293+
output: 7,
272294
},
273295
releasedAt: '2024-11-12',
274296
type: 'chat',
@@ -309,31 +331,31 @@ const hunyuanChatModels: AIChatModelCard[] = [
309331
{
310332
contextWindowTokens: 8000,
311333
description:
312-
'支持中文和英语、日语、法语、葡萄牙语、西班牙语、土耳其语、俄语、阿拉伯语、韩语、意大利语、德语、越南语、马来语、印尼语15种语言互译,基于多场景翻译评测集自动化评估COMET评分,在十余种常用语种中外互译能力上整体优于市场同规模模型。',
313-
displayName: 'Hunyuan Translation',
314-
id: 'hunyuan-translation',
334+
'混元翻译模型支持自然语言对话式翻译;支持中文和英语、日语、法语、葡萄牙语、西班牙语、土耳其语、俄语、阿拉伯语、韩语、意大利语、德语、越南语、马来语、印尼语15种语言互译。',
335+
displayName: 'Hunyuan Translation Lite',
336+
id: 'hunyuan-translation-lite',
315337
maxOutput: 4000,
316338
pricing: {
317339
currency: 'CNY',
318-
input: 25,
319-
output: 75,
340+
input: 1,
341+
output: 3,
320342
},
321-
releasedAt: '2024-10-25',
343+
releasedAt: '2024-11-25',
322344
type: 'chat',
323345
},
324346
{
325347
contextWindowTokens: 8000,
326348
description:
327-
'混元翻译模型支持自然语言对话式翻译;支持中文和英语、日语、法语、葡萄牙语、西班牙语、土耳其语、俄语、阿拉伯语、韩语、意大利语、德语、越南语、马来语、印尼语15种语言互译。',
328-
displayName: 'Hunyuan Translation Lite',
329-
id: 'hunyuan-translation-lite',
349+
'支持中文和英语、日语、法语、葡萄牙语、西班牙语、土耳其语、俄语、阿拉伯语、韩语、意大利语、德语、越南语、马来语、印尼语15种语言互译,基于多场景翻译评测集自动化评估COMET评分,在十余种常用语种中外互译能力上整体优于市场同规模模型。',
350+
displayName: 'Hunyuan Translation',
351+
id: 'hunyuan-translation',
330352
maxOutput: 4000,
331353
pricing: {
332354
currency: 'CNY',
333-
input: 5,
334-
output: 15,
355+
input: 15,
356+
output: 45,
335357
},
336-
releasedAt: '2024-11-25',
358+
releasedAt: '2024-10-25',
337359
type: 'chat',
338360
},
339361
];

0 commit comments

Comments
 (0)