1
1
import { AIChatModelCard } from '@/types/aiModel' ;
2
-
3
2
// https://cloud.tencent.com/document/product/1729/104753
4
-
5
3
const hunyuanChatModels : AIChatModelCard [ ] = [
6
4
{
7
5
abilities : {
@@ -20,6 +18,28 @@ const hunyuanChatModels: AIChatModelCard[] = [
20
18
input : 1 ,
21
19
output : 4 ,
22
20
} ,
21
+ releasedAt : '2025-05-21' ,
22
+ settings : {
23
+ searchImpl : 'params' ,
24
+ } ,
25
+ type : 'chat' ,
26
+ } ,
27
+ {
28
+ abilities : {
29
+ reasoning : true ,
30
+ search : true ,
31
+ } ,
32
+ contextWindowTokens : 92_000 ,
33
+ description :
34
+ '提升项目级别代码生成能力;提升文本生成写作质量;提升文本理解 topic 的多轮、tob 指令遵循和字词理解能力;优化繁简混杂和中英混杂输出问题。' ,
35
+ displayName : 'Hunyuan T1 20250403' ,
36
+ id : 'hunyuan-t1-20250403' ,
37
+ maxOutput : 64_000 ,
38
+ pricing : {
39
+ currency : 'CNY' ,
40
+ input : 1 ,
41
+ output : 4 ,
42
+ } ,
23
43
releasedAt : '2025-04-03' ,
24
44
settings : {
25
45
searchImpl : 'params' ,
@@ -220,12 +240,12 @@ const hunyuanChatModels: AIChatModelCard[] = [
220
240
functionCall : true ,
221
241
search : true ,
222
242
} ,
223
- contextWindowTokens : 32_000 ,
243
+ contextWindowTokens : 44_000 ,
224
244
description : 'hunyuan-TurboS 混元旗舰大模型最新版本,具备更强的思考能力,更优的体验效果。' ,
225
245
displayName : 'Hunyuan TurboS' ,
226
246
enabled : true ,
227
247
id : 'hunyuan-turbos-latest' ,
228
- maxOutput : 8000 ,
248
+ maxOutput : 16_000 ,
229
249
pricing : {
230
250
currency : 'CNY' ,
231
251
input : 0.8 ,
@@ -237,46 +257,45 @@ const hunyuanChatModels: AIChatModelCard[] = [
237
257
} ,
238
258
type : 'chat' ,
239
259
} ,
240
- // 重定向模型先行注释,待 latest 更新后再显示
241
- // {
242
- // abilities: {
243
- // functionCall: true,
244
- // search: true,
245
- // },
246
- // contextWindowTokens: 32_000,
247
- // description:
248
- // '统一数学解题步骤的风格,加强数学多轮问答。文本创作优化回答风格,去除AI味,增加文采。',
249
- // displayName: 'Hunyuan TurboS 20250313',
250
- // id: 'hunyuan-turbos-20250313',
251
- // maxOutput: 8000,
252
- // pricing: {
253
- // currency: 'CNY',
254
- // input: 0.8,
255
- // output: 2,
256
- // },
257
- // releasedAt: '2025-03-13',
258
- // settings: {
259
- // searchImpl: 'params',
260
- // },
261
- // type: 'chat',
262
- // },
263
260
{
264
261
abilities : {
265
262
functionCall : true ,
266
263
search : true ,
267
264
} ,
268
265
contextWindowTokens : 32_000 ,
269
266
description :
270
- 'hunyuan-TurboS pv2.1.2 固定版本预训练底座训练token 数升级;数学/逻辑/代码等思考能力提升;中英文通用体验效果提升,包括文本创作 、文本理解、知识问答、闲聊等 。' ,
271
- displayName : 'Hunyuan TurboS 20250226 ' ,
272
- id : 'hunyuan-turbos-20250226 ' ,
267
+ '预训练底座升级,增强底座的指令理解及遵循能力;对齐阶段增强数学、代码、逻辑、科学等理科能力;提升文创写作质量 、文本理解、翻译准确率、知识问答等文科能力;增强各领域 Agent 能力,重点加强多轮对话理解能力等 。' ,
268
+ displayName : 'Hunyuan TurboS 20250416 ' ,
269
+ id : 'hunyuan-turbos-20250416 ' ,
273
270
maxOutput : 8000 ,
274
271
pricing : {
275
272
currency : 'CNY' ,
276
273
input : 0.8 ,
277
274
output : 2 ,
278
275
} ,
279
- releasedAt : '2025-02-25' ,
276
+ releasedAt : '2025-04-16' ,
277
+ settings : {
278
+ searchImpl : 'params' ,
279
+ } ,
280
+ type : 'chat' ,
281
+ } ,
282
+ {
283
+ abilities : {
284
+ functionCall : true ,
285
+ search : true ,
286
+ } ,
287
+ contextWindowTokens : 32_000 ,
288
+ description :
289
+ '统一数学解题步骤的风格,加强数学多轮问答。文本创作优化回答风格,去除AI味,增加文采。' ,
290
+ displayName : 'Hunyuan TurboS 20250313' ,
291
+ id : 'hunyuan-turbos-20250313' ,
292
+ maxOutput : 8000 ,
293
+ pricing : {
294
+ currency : 'CNY' ,
295
+ input : 0.8 ,
296
+ output : 2 ,
297
+ } ,
298
+ releasedAt : '2025-03-13' ,
280
299
settings : {
281
300
searchImpl : 'params' ,
282
301
} ,
@@ -302,6 +321,7 @@ const hunyuanChatModels: AIChatModelCard[] = [
302
321
contextWindowTokens : 8000 ,
303
322
description : '混元最新多模态模型,支持多语种作答,中英文能力均衡。' ,
304
323
displayName : 'Hunyuan Standard Vision' ,
324
+ enabled : true ,
305
325
id : 'hunyuan-standard-vision' ,
306
326
maxOutput : 2000 ,
307
327
releasedAt : '2024-12-31' ,
@@ -329,19 +349,27 @@ const hunyuanChatModels: AIChatModelCard[] = [
329
349
abilities : {
330
350
vision : true ,
331
351
} ,
332
- contextWindowTokens : 8000 ,
352
+ contextWindowTokens : 16_000 ,
333
353
description :
334
- '此模型适用于图文理解场景,是基于混元最新 turbos 的新一代视觉语言旗舰大模型,聚焦图文理解相关任务,包括基于图片的实体识别、知识问答、文案创作、拍照解题等方面,相比前一代模型全面提升。' ,
335
- displayName : 'Hunyuan TurboS Vision' ,
336
- enabled : true ,
337
- id : 'hunyuan-turbos-vision' ,
338
- maxOutput : 2000 ,
339
- pricing : {
340
- currency : 'CNY' ,
341
- input : 3 ,
342
- output : 9 ,
354
+ '此模型适用于图文理解场景,是基于混元Large训练的视觉语言大模型,支持任意分辨率多张图片+文本输入,生成文本内容,聚焦图文理解相关任务,在多语言图文理解能力上有显著提升。' ,
355
+ displayName : 'Hunyuan Large Vision' ,
356
+ id : 'hunyuan-large-vision' ,
357
+ maxOutput : 8000 ,
358
+ releasedAt : '2025-05-26' ,
359
+ type : 'chat' ,
360
+ } ,
361
+ {
362
+ abilities : {
363
+ reasoning : true ,
364
+ vision : true ,
343
365
} ,
344
- releasedAt : '2025-04-07' ,
366
+ contextWindowTokens : 32_000 ,
367
+ description :
368
+ '混元多模态理解深度思考模型,支持多模态原生长思维链,擅长处理各种图片推理场景,在理科难题上相比快思考模型全面提升。' ,
369
+ displayName : 'Hunyuan T1 Vision' ,
370
+ id : 'hunyuan-t1-vision' ,
371
+ maxOutput : 24_000 ,
372
+ releasedAt : '2025-05-16' ,
345
373
type : 'chat' ,
346
374
} ,
347
375
{
@@ -351,7 +379,6 @@ const hunyuanChatModels: AIChatModelCard[] = [
351
379
contextWindowTokens : 32_000 ,
352
380
description : '混元最新多模态模型,支持图片+文本输入生成文本内容。' ,
353
381
displayName : 'Hunyuan Vision' ,
354
- enabled : true ,
355
382
id : 'hunyuan-vision' ,
356
383
maxOutput : 16_000 ,
357
384
pricing : {
@@ -362,20 +389,6 @@ const hunyuanChatModels: AIChatModelCard[] = [
362
389
releasedAt : '2025-01-03' ,
363
390
type : 'chat' ,
364
391
} ,
365
- {
366
- abilities : {
367
- reasoning : true ,
368
- vision : true ,
369
- } ,
370
- contextWindowTokens : 8192 + 24_576 ,
371
- description : '混元多模态理解深度思考模型,支持多模态原生长思维链,擅长处理各种图片推理场景,在理科难题上相比快思考模型全面提升。' ,
372
- displayName : 'Hunyuan T1 Vision' ,
373
- enabled : true ,
374
- id : 'hunyuan-t1-vision' ,
375
- maxOutput : 8192 ,
376
- releasedAt : '2025-05-16' ,
377
- type : 'chat' ,
378
- } ,
379
392
{
380
393
contextWindowTokens : 8000 ,
381
394
description :
@@ -425,35 +438,44 @@ const hunyuanChatModels: AIChatModelCard[] = [
425
438
type : 'chat' ,
426
439
} ,
427
440
{
428
- contextWindowTokens : 8000 ,
429
- description :
430
- '混元翻译模型支持自然语言对话式翻译;支持中文和英语、日语、法语、葡萄牙语、西班牙语、土耳其语、俄语、阿拉伯语、韩语、意大利语、德语、越南语、马来语、印尼语15种语言互译。' ,
431
- displayName : 'Hunyuan Translation Lite' ,
432
- id : 'hunyuan-translation-lite' ,
433
- maxOutput : 4000 ,
434
- pricing : {
435
- currency : 'CNY' ,
436
- input : 1 ,
437
- output : 3 ,
438
- } ,
439
- releasedAt : '2024-11-25' ,
440
- type : 'chat' ,
441
- } ,
442
- {
443
- contextWindowTokens : 8000 ,
441
+ contextWindowTokens : 32_000 ,
444
442
description :
445
- '支持中文和英语、日语、法语、葡萄牙语、西班牙语、土耳其语、俄语、阿拉伯语、韩语、意大利语、德语、越南语、马来语、印尼语15种语言互译,基于多场景翻译评测集自动化评估COMET评分,在十余种常用语种中外互译能力上整体优于市场同规模模型 。' ,
446
- displayName : 'Hunyuan Translation ' ,
447
- id : 'hunyuan-translation ' ,
443
+ '混元最新版角色扮演模型,混元官方精调训练推出的角色扮演模型,基于混元模型结合角色扮演场景数据集进行增训,在角色扮演场景具有更好的基础效果 。' ,
444
+ displayName : 'Hunyuan TurboS Role Plus ' ,
445
+ id : 'hunyuan-turbos-role-plus ' ,
448
446
maxOutput : 4000 ,
449
- pricing : {
450
- currency : 'CNY' ,
451
- input : 15 ,
452
- output : 45 ,
453
- } ,
454
- releasedAt : '2024-10-25' ,
455
447
type : 'chat' ,
456
448
} ,
449
+ // {
450
+ // contextWindowTokens: 8000,
451
+ // description:
452
+ // '混元翻译模型支持自然语言对话式翻译;支持中文和英语、日语、法语、葡萄牙语、西班牙语、土耳其语、俄语、阿拉伯语、韩语、意大利语、德语、越南语、马来语、印尼语15种语言互译。',
453
+ // displayName: 'Hunyuan Translation Lite',
454
+ // id: 'hunyuan-translation-lite',
455
+ // maxOutput: 4000,
456
+ // pricing: {
457
+ // currency: 'CNY',
458
+ // input: 1,
459
+ // output: 3,
460
+ // },
461
+ // releasedAt: '2024-11-25',
462
+ // type: 'chat',
463
+ // },
464
+ // {
465
+ // contextWindowTokens: 8000,
466
+ // description:
467
+ // '支持中文和英语、日语、法语、葡萄牙语、西班牙语、土耳其语、俄语、阿拉伯语、韩语、意大利语、德语、越南语、马来语、印尼语15种语言互译,基于多场景翻译评测集自动化评估COMET评分,在十余种常用语种中外互译能力上整体优于市场同规模模型。',
468
+ // displayName: 'Hunyuan Translation',
469
+ // id: 'hunyuan-translation',
470
+ // maxOutput: 4000,
471
+ // pricing: {
472
+ // currency: 'CNY',
473
+ // input: 15,
474
+ // output: 45,
475
+ // },
476
+ // releasedAt: '2024-10-25',
477
+ // type: 'chat',
478
+ // },
457
479
] ;
458
480
459
481
export const allModels = [ ...hunyuanChatModels ] ;
0 commit comments