@tencent-ai/agent-sdk 0.3.164 → 0.3.165
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/CHANGELOG.md +25 -0
- package/cli/dist/codebuddy-headless.js +81 -81
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +110 -17
- package/cli/product.internal.json +2 -2
- package/cli/product.ioa.json +135 -21
- package/cli/product.json +69 -17
- package/cli/product.selfhosted.json +3 -2
- package/package.json +1 -1
package/cli/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "Use CodeBuddy, Tencent's AI assistant, right from your terminal. CodeBuddy can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.",
|
|
5
5
|
"main": "lib/node/index.js",
|
|
6
6
|
"typings": "lib/node/index.d.ts",
|
|
@@ -289,7 +289,11 @@
|
|
|
289
289
|
"maxInputTokens": 200000,
|
|
290
290
|
"supportsToolCall": true,
|
|
291
291
|
"supportsImages": false,
|
|
292
|
-
"maxAllowedSize": 56000
|
|
292
|
+
"maxAllowedSize": 56000,
|
|
293
|
+
"relatedModels": {
|
|
294
|
+
"lite": "default",
|
|
295
|
+
"reasoning": "default"
|
|
296
|
+
}
|
|
293
297
|
},
|
|
294
298
|
{
|
|
295
299
|
"credits": "x0.26 credits",
|
|
@@ -308,6 +312,10 @@
|
|
|
308
312
|
"reasoning": {
|
|
309
313
|
"effort": "high",
|
|
310
314
|
"summary": "auto"
|
|
315
|
+
},
|
|
316
|
+
"relatedModels": {
|
|
317
|
+
"lite": "deepseek-v3-2-volc",
|
|
318
|
+
"reasoning": "deepseek-v3-2-volc"
|
|
311
319
|
}
|
|
312
320
|
},
|
|
313
321
|
{
|
|
@@ -322,7 +330,11 @@
|
|
|
322
330
|
"disabledMultimodal": true,
|
|
323
331
|
"maxAllowedSize": 200000,
|
|
324
332
|
"supportsReasoning": true,
|
|
325
|
-
"temperature": 1
|
|
333
|
+
"temperature": 1,
|
|
334
|
+
"relatedModels": {
|
|
335
|
+
"lite": "glm-4.7",
|
|
336
|
+
"reasoning": "glm-4.7"
|
|
337
|
+
}
|
|
326
338
|
},
|
|
327
339
|
{
|
|
328
340
|
"credits": "x0.23 credits",
|
|
@@ -336,7 +348,11 @@
|
|
|
336
348
|
"disabledMultimodal": true,
|
|
337
349
|
"maxAllowedSize": 168000,
|
|
338
350
|
"supportsReasoning": true,
|
|
339
|
-
"temperature": 1
|
|
351
|
+
"temperature": 1,
|
|
352
|
+
"relatedModels": {
|
|
353
|
+
"lite": "glm-4.6",
|
|
354
|
+
"reasoning": "glm-4.6"
|
|
355
|
+
}
|
|
340
356
|
},
|
|
341
357
|
{
|
|
342
358
|
"credits": "x0.43 credits",
|
|
@@ -348,7 +364,11 @@
|
|
|
348
364
|
"supportsToolCall": true,
|
|
349
365
|
"supportsImages": false,
|
|
350
366
|
"disabledMultimodal": true,
|
|
351
|
-
"maxAllowedSize": 56000
|
|
367
|
+
"maxAllowedSize": 56000,
|
|
368
|
+
"relatedModels": {
|
|
369
|
+
"lite": "deepseek-v3.1",
|
|
370
|
+
"reasoning": "deepseek-v3.1"
|
|
371
|
+
}
|
|
352
372
|
},
|
|
353
373
|
{
|
|
354
374
|
"id": "hunyuan-chat",
|
|
@@ -358,7 +378,11 @@
|
|
|
358
378
|
"maxInputTokens": 200000,
|
|
359
379
|
"supportsToolCall": true,
|
|
360
380
|
"supportsImages": false,
|
|
361
|
-
"disabledMultimodal": true
|
|
381
|
+
"disabledMultimodal": true,
|
|
382
|
+
"relatedModels": {
|
|
383
|
+
"lite": "hunyuan-chat",
|
|
384
|
+
"reasoning": "hunyuan-chat"
|
|
385
|
+
}
|
|
362
386
|
},
|
|
363
387
|
{
|
|
364
388
|
"credits": "x0.57 credits",
|
|
@@ -370,7 +394,11 @@
|
|
|
370
394
|
"supportsToolCall": true,
|
|
371
395
|
"supportsImages": false,
|
|
372
396
|
"disabledMultimodal": true,
|
|
373
|
-
"maxAllowedSize": 56000
|
|
397
|
+
"maxAllowedSize": 56000,
|
|
398
|
+
"relatedModels": {
|
|
399
|
+
"lite": "deepseek-v3-0324",
|
|
400
|
+
"reasoning": "deepseek-v3-0324"
|
|
401
|
+
}
|
|
374
402
|
},
|
|
375
403
|
{
|
|
376
404
|
"credits": "x0.54 credits",
|
|
@@ -388,7 +416,11 @@
|
|
|
388
416
|
"effort": "high",
|
|
389
417
|
"summary": "auto"
|
|
390
418
|
},
|
|
391
|
-
"maxAllowedSize": 164000
|
|
419
|
+
"maxAllowedSize": 164000,
|
|
420
|
+
"relatedModels": {
|
|
421
|
+
"lite": "kimi-k2-thinking",
|
|
422
|
+
"reasoning": "kimi-k2-thinking"
|
|
423
|
+
}
|
|
392
424
|
},
|
|
393
425
|
{
|
|
394
426
|
"credits": "x0.25 credits",
|
|
@@ -408,7 +440,11 @@
|
|
|
408
440
|
"summary": "auto"
|
|
409
441
|
},
|
|
410
442
|
"descriptionEn": "DeepSeek flagship model, supporting 1M context window",
|
|
411
|
-
"descriptionZh": "DeepSeek 旗舰模型,支持 1M 上下文窗口"
|
|
443
|
+
"descriptionZh": "DeepSeek 旗舰模型,支持 1M 上下文窗口",
|
|
444
|
+
"relatedModels": {
|
|
445
|
+
"lite": "deepseek-v4-pro",
|
|
446
|
+
"reasoning": "deepseek-v4-pro"
|
|
447
|
+
}
|
|
412
448
|
},
|
|
413
449
|
{
|
|
414
450
|
"credits": "x0.13 credits",
|
|
@@ -428,7 +464,11 @@
|
|
|
428
464
|
"summary": "auto"
|
|
429
465
|
},
|
|
430
466
|
"descriptionEn": "DeepSeek flagship model, supporting 1M context window",
|
|
431
|
-
"descriptionZh": "DeepSeek 旗舰模型,支持 1M 上下文窗口"
|
|
467
|
+
"descriptionZh": "DeepSeek 旗舰模型,支持 1M 上下文窗口",
|
|
468
|
+
"relatedModels": {
|
|
469
|
+
"lite": "deepseek-v4-flash",
|
|
470
|
+
"reasoning": "deepseek-v4-flash"
|
|
471
|
+
}
|
|
432
472
|
},
|
|
433
473
|
{
|
|
434
474
|
"credits": "x0.18 credits",
|
|
@@ -446,6 +486,10 @@
|
|
|
446
486
|
"reasoning": {
|
|
447
487
|
"effort": "high",
|
|
448
488
|
"summary": "auto"
|
|
489
|
+
},
|
|
490
|
+
"relatedModels": {
|
|
491
|
+
"lite": "minimax-m2.5",
|
|
492
|
+
"reasoning": "minimax-m2.5"
|
|
449
493
|
}
|
|
450
494
|
},
|
|
451
495
|
{
|
|
@@ -464,6 +508,10 @@
|
|
|
464
508
|
"reasoning": {
|
|
465
509
|
"effort": "medium",
|
|
466
510
|
"summary": "auto"
|
|
511
|
+
},
|
|
512
|
+
"relatedModels": {
|
|
513
|
+
"lite": "minimax-m2.7",
|
|
514
|
+
"reasoning": "minimax-m2.7"
|
|
467
515
|
}
|
|
468
516
|
},
|
|
469
517
|
{
|
|
@@ -482,6 +530,10 @@
|
|
|
482
530
|
"reasoning": {
|
|
483
531
|
"effort": "medium",
|
|
484
532
|
"summary": "auto"
|
|
533
|
+
},
|
|
534
|
+
"relatedModels": {
|
|
535
|
+
"lite": "glm-5.1",
|
|
536
|
+
"reasoning": "glm-5.1"
|
|
485
537
|
}
|
|
486
538
|
},
|
|
487
539
|
{
|
|
@@ -496,7 +548,11 @@
|
|
|
496
548
|
"disabledMultimodal": true,
|
|
497
549
|
"maxAllowedSize": 200000,
|
|
498
550
|
"supportsReasoning": true,
|
|
499
|
-
"temperature": 1
|
|
551
|
+
"temperature": 1,
|
|
552
|
+
"relatedModels": {
|
|
553
|
+
"lite": "glm-5.0",
|
|
554
|
+
"reasoning": "glm-5.0"
|
|
555
|
+
}
|
|
500
556
|
},
|
|
501
557
|
{
|
|
502
558
|
"credits": "x0.95 credits",
|
|
@@ -514,6 +570,10 @@
|
|
|
514
570
|
"reasoning": {
|
|
515
571
|
"effort": "medium",
|
|
516
572
|
"summary": "auto"
|
|
573
|
+
},
|
|
574
|
+
"relatedModels": {
|
|
575
|
+
"lite": "glm-5.0-turbo",
|
|
576
|
+
"reasoning": "glm-5.0-turbo"
|
|
517
577
|
}
|
|
518
578
|
},
|
|
519
579
|
{
|
|
@@ -532,6 +592,10 @@
|
|
|
532
592
|
"reasoning": {
|
|
533
593
|
"effort": "medium",
|
|
534
594
|
"summary": "auto"
|
|
595
|
+
},
|
|
596
|
+
"relatedModels": {
|
|
597
|
+
"lite": "glm-5v-turbo",
|
|
598
|
+
"reasoning": "glm-5v-turbo"
|
|
535
599
|
}
|
|
536
600
|
},
|
|
537
601
|
{
|
|
@@ -549,7 +613,11 @@
|
|
|
549
613
|
"effort": "high",
|
|
550
614
|
"summary": "auto"
|
|
551
615
|
},
|
|
552
|
-
"maxAllowedSize": 128000
|
|
616
|
+
"maxAllowedSize": 128000,
|
|
617
|
+
"relatedModels": {
|
|
618
|
+
"lite": "glm-4.6v",
|
|
619
|
+
"reasoning": "glm-4.6v"
|
|
620
|
+
}
|
|
553
621
|
},
|
|
554
622
|
{
|
|
555
623
|
"credits": "x0.59 credits",
|
|
@@ -567,7 +635,11 @@
|
|
|
567
635
|
"effort": "medium",
|
|
568
636
|
"summary": "auto"
|
|
569
637
|
},
|
|
570
|
-
"maxAllowedSize": 256000
|
|
638
|
+
"maxAllowedSize": 256000,
|
|
639
|
+
"relatedModels": {
|
|
640
|
+
"lite": "kimi-k2.6",
|
|
641
|
+
"reasoning": "kimi-k2.6"
|
|
642
|
+
}
|
|
571
643
|
},
|
|
572
644
|
{
|
|
573
645
|
"credits": "x0.45 credits",
|
|
@@ -585,7 +657,11 @@
|
|
|
585
657
|
"effort": "high",
|
|
586
658
|
"summary": "auto"
|
|
587
659
|
},
|
|
588
|
-
"maxAllowedSize": 164000
|
|
660
|
+
"maxAllowedSize": 164000,
|
|
661
|
+
"relatedModels": {
|
|
662
|
+
"lite": "kimi-k2.5",
|
|
663
|
+
"reasoning": "kimi-k2.5"
|
|
664
|
+
}
|
|
589
665
|
},
|
|
590
666
|
{
|
|
591
667
|
"credits": "x0.37 credits",
|
|
@@ -605,6 +681,10 @@
|
|
|
605
681
|
"reasoning": {
|
|
606
682
|
"effort": "high",
|
|
607
683
|
"summary": "auto"
|
|
684
|
+
},
|
|
685
|
+
"relatedModels": {
|
|
686
|
+
"lite": "hy3-preview",
|
|
687
|
+
"reasoning": "hy3-preview"
|
|
608
688
|
}
|
|
609
689
|
},
|
|
610
690
|
{
|
|
@@ -623,7 +703,11 @@
|
|
|
623
703
|
"descriptionZh": "平衡效果与速度",
|
|
624
704
|
"tags": [
|
|
625
705
|
"craft"
|
|
626
|
-
]
|
|
706
|
+
],
|
|
707
|
+
"relatedModels": {
|
|
708
|
+
"lite": "auto",
|
|
709
|
+
"reasoning": "auto"
|
|
710
|
+
}
|
|
627
711
|
},
|
|
628
712
|
{
|
|
629
713
|
"credits": "x0.25 credits",
|
|
@@ -643,7 +727,11 @@
|
|
|
643
727
|
"summary": "auto"
|
|
644
728
|
},
|
|
645
729
|
"descriptionEn": "DeepSeek flagship model, supporting 1M context window",
|
|
646
|
-
"descriptionZh": "DeepSeek 旗舰模型,支持 1M 上下文窗口"
|
|
730
|
+
"descriptionZh": "DeepSeek 旗舰模型,支持 1M 上下文窗口",
|
|
731
|
+
"relatedModels": {
|
|
732
|
+
"lite": "deepseek-v4-pro-exclusive",
|
|
733
|
+
"reasoning": "deepseek-v4-pro-exclusive"
|
|
734
|
+
}
|
|
647
735
|
},
|
|
648
736
|
{
|
|
649
737
|
"credits": "x0.04 credits",
|
|
@@ -664,6 +752,10 @@
|
|
|
664
752
|
"reasoning": {
|
|
665
753
|
"effort": "medium",
|
|
666
754
|
"summary": "auto"
|
|
755
|
+
},
|
|
756
|
+
"relatedModels": {
|
|
757
|
+
"lite": "hunyuan-2.0-instruct",
|
|
758
|
+
"reasoning": "hunyuan-2.0-instruct"
|
|
667
759
|
}
|
|
668
760
|
},
|
|
669
761
|
{
|
|
@@ -687,6 +779,7 @@
|
|
|
687
779
|
},
|
|
688
780
|
"productFeatures": {
|
|
689
781
|
"BillingNotice": false,
|
|
782
|
+
"CodeAdoptionRate": false,
|
|
690
783
|
"CloudAgentsSmartMerge": true,
|
|
691
784
|
"CustomModelsJSON": true,
|
|
692
785
|
"CustomModelIdPrefix": true,
|
|
@@ -697,6 +790,6 @@
|
|
|
697
790
|
"SelectImage": true,
|
|
698
791
|
"SkipToolCallSupportCheck": true
|
|
699
792
|
},
|
|
700
|
-
"commit": "
|
|
701
|
-
"date": "2026-06-
|
|
793
|
+
"commit": "081f810f848c17aa6870e1484bea8a6f791f2d52",
|
|
794
|
+
"date": "2026-06-03T17:56:08.898Z"
|
|
702
795
|
}
|
package/cli/product.ioa.json
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"endpoint": "https://copilot.tencent.com",
|
|
3
3
|
"stagingEndpoint": "https://staging-copilot.tencent.com",
|
|
4
|
-
"defaultRelatedModels": {
|
|
5
|
-
"lite": "claude-haiku-4.5",
|
|
6
|
-
"reasoning": "claude-opus-4.8"
|
|
7
|
-
},
|
|
8
4
|
"agents": [
|
|
9
5
|
{
|
|
10
6
|
"name": "cli",
|
|
@@ -36,6 +32,8 @@
|
|
|
36
32
|
"minimax-m2.5-ioa",
|
|
37
33
|
"kimi-k2.6-ioa",
|
|
38
34
|
"hy3-preview-ioa",
|
|
35
|
+
"deepseek-v4-pro-ioa",
|
|
36
|
+
"deepseek-v4-flash-ioa",
|
|
39
37
|
"deepseek-v3-2-volc-ioa"
|
|
40
38
|
],
|
|
41
39
|
"modelTags": [
|
|
@@ -317,6 +315,54 @@
|
|
|
317
315
|
}
|
|
318
316
|
],
|
|
319
317
|
"models": [
|
|
318
|
+
{
|
|
319
|
+
"credits": "x0.25 credits",
|
|
320
|
+
"id": "deepseek-v4-pro-ioa",
|
|
321
|
+
"name": "Deepseek-V4-Pro",
|
|
322
|
+
"vendor": "f",
|
|
323
|
+
"maxOutputTokens": 50000,
|
|
324
|
+
"maxInputTokens": 1000000,
|
|
325
|
+
"supportsToolCall": true,
|
|
326
|
+
"supportsImages": true,
|
|
327
|
+
"maxAllowedSize": 1000000,
|
|
328
|
+
"supportsReasoning": true,
|
|
329
|
+
"onlyReasoning": true,
|
|
330
|
+
"temperature": 1,
|
|
331
|
+
"reasoning": {
|
|
332
|
+
"effort": "high",
|
|
333
|
+
"summary": "auto"
|
|
334
|
+
},
|
|
335
|
+
"descriptionEn": "DeepSeek flagship model, supporting 1M context window",
|
|
336
|
+
"descriptionZh": "DeepSeek 旗舰模型,支持 1M 上下文窗口",
|
|
337
|
+
"relatedModels": {
|
|
338
|
+
"lite": "deepseek-v4-flash-ioa",
|
|
339
|
+
"reasoning": "deepseek-v4-pro-ioa"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"credits": "x0.13 credits",
|
|
344
|
+
"id": "deepseek-v4-flash-ioa",
|
|
345
|
+
"name": "Deepseek-V4-Flash",
|
|
346
|
+
"vendor": "f",
|
|
347
|
+
"maxOutputTokens": 50000,
|
|
348
|
+
"maxInputTokens": 1000000,
|
|
349
|
+
"supportsToolCall": true,
|
|
350
|
+
"supportsImages": true,
|
|
351
|
+
"maxAllowedSize": 1000000,
|
|
352
|
+
"supportsReasoning": true,
|
|
353
|
+
"onlyReasoning": true,
|
|
354
|
+
"temperature": 1,
|
|
355
|
+
"reasoning": {
|
|
356
|
+
"effort": "high",
|
|
357
|
+
"summary": "auto"
|
|
358
|
+
},
|
|
359
|
+
"descriptionEn": "DeepSeek fast inference model, supporting 1M context window",
|
|
360
|
+
"descriptionZh": "DeepSeek 快速推理模型,支持 1M 上下文窗口",
|
|
361
|
+
"relatedModels": {
|
|
362
|
+
"lite": "deepseek-v4-flash-ioa",
|
|
363
|
+
"reasoning": "deepseek-v4-pro-ioa"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
320
366
|
{
|
|
321
367
|
"credits": "x0.15 credits",
|
|
322
368
|
"id": "deepseek-v3-2-volc-ioa",
|
|
@@ -400,7 +446,11 @@
|
|
|
400
446
|
"effort": "high",
|
|
401
447
|
"summary": "auto"
|
|
402
448
|
},
|
|
403
|
-
"maxAllowedSize": 164000
|
|
449
|
+
"maxAllowedSize": 164000,
|
|
450
|
+
"relatedModels": {
|
|
451
|
+
"lite": "kimi-k2-thinking",
|
|
452
|
+
"reasoning": "kimi-k2-thinking"
|
|
453
|
+
}
|
|
404
454
|
},
|
|
405
455
|
{
|
|
406
456
|
"credits": "x0.50 credits",
|
|
@@ -577,7 +627,11 @@
|
|
|
577
627
|
"supportsToolCall": true,
|
|
578
628
|
"supportsImages": true,
|
|
579
629
|
"maxAllowedSize": 80000,
|
|
580
|
-
"supportsReasoning": true
|
|
630
|
+
"supportsReasoning": true,
|
|
631
|
+
"relatedModels": {
|
|
632
|
+
"lite": "claude-haiku-4.5",
|
|
633
|
+
"reasoning": "claude-opus-4.6"
|
|
634
|
+
}
|
|
581
635
|
},
|
|
582
636
|
{
|
|
583
637
|
"credits": "x2.00 credits",
|
|
@@ -590,7 +644,11 @@
|
|
|
590
644
|
"supportsImages": true,
|
|
591
645
|
"maxAllowedSize": 1000000,
|
|
592
646
|
"temperature": 1,
|
|
593
|
-
"supportsReasoning": true
|
|
647
|
+
"supportsReasoning": true,
|
|
648
|
+
"relatedModels": {
|
|
649
|
+
"lite": "claude-haiku-4.5",
|
|
650
|
+
"reasoning": "claude-opus-4.6-1m"
|
|
651
|
+
}
|
|
594
652
|
},
|
|
595
653
|
{
|
|
596
654
|
"credits": "x3.33 credits",
|
|
@@ -602,7 +660,11 @@
|
|
|
602
660
|
"supportsToolCall": true,
|
|
603
661
|
"supportsImages": true,
|
|
604
662
|
"maxAllowedSize": 80000,
|
|
605
|
-
"supportsReasoning": true
|
|
663
|
+
"supportsReasoning": true,
|
|
664
|
+
"relatedModels": {
|
|
665
|
+
"lite": "claude-haiku-4.5",
|
|
666
|
+
"reasoning": "claude-opus-4.8"
|
|
667
|
+
}
|
|
606
668
|
},
|
|
607
669
|
{
|
|
608
670
|
"credits": "x3.33 credits",
|
|
@@ -615,7 +677,11 @@
|
|
|
615
677
|
"supportsImages": true,
|
|
616
678
|
"maxAllowedSize": 1000000,
|
|
617
679
|
"temperature": 1,
|
|
618
|
-
"supportsReasoning": true
|
|
680
|
+
"supportsReasoning": true,
|
|
681
|
+
"relatedModels": {
|
|
682
|
+
"lite": "claude-haiku-4.5",
|
|
683
|
+
"reasoning": "claude-opus-4.8-1m"
|
|
684
|
+
}
|
|
619
685
|
},
|
|
620
686
|
{
|
|
621
687
|
"credits": "x3.33 credits",
|
|
@@ -627,7 +693,11 @@
|
|
|
627
693
|
"supportsToolCall": true,
|
|
628
694
|
"supportsImages": true,
|
|
629
695
|
"maxAllowedSize": 80000,
|
|
630
|
-
"supportsReasoning": true
|
|
696
|
+
"supportsReasoning": true,
|
|
697
|
+
"relatedModels": {
|
|
698
|
+
"lite": "claude-haiku-4.5",
|
|
699
|
+
"reasoning": "claude-opus-4.7"
|
|
700
|
+
}
|
|
631
701
|
},
|
|
632
702
|
{
|
|
633
703
|
"credits": "x3.33 credits",
|
|
@@ -640,7 +710,11 @@
|
|
|
640
710
|
"supportsImages": true,
|
|
641
711
|
"maxAllowedSize": 1000000,
|
|
642
712
|
"temperature": 1,
|
|
643
|
-
"supportsReasoning": true
|
|
713
|
+
"supportsReasoning": true,
|
|
714
|
+
"relatedModels": {
|
|
715
|
+
"lite": "claude-haiku-4.5",
|
|
716
|
+
"reasoning": "claude-opus-4.7-1m"
|
|
717
|
+
}
|
|
644
718
|
},
|
|
645
719
|
{
|
|
646
720
|
"credits": "x3.33 credits",
|
|
@@ -652,7 +726,11 @@
|
|
|
652
726
|
"supportsToolCall": true,
|
|
653
727
|
"supportsImages": true,
|
|
654
728
|
"maxAllowedSize": 80000,
|
|
655
|
-
"supportsReasoning": true
|
|
729
|
+
"supportsReasoning": true,
|
|
730
|
+
"relatedModels": {
|
|
731
|
+
"lite": "claude-haiku-4.5",
|
|
732
|
+
"reasoning": "claude-opus-4.6"
|
|
733
|
+
}
|
|
656
734
|
},
|
|
657
735
|
{
|
|
658
736
|
"credits": "x3.33 credits",
|
|
@@ -665,7 +743,11 @@
|
|
|
665
743
|
"supportsImages": true,
|
|
666
744
|
"maxAllowedSize": 1000000,
|
|
667
745
|
"temperature": 1,
|
|
668
|
-
"supportsReasoning": true
|
|
746
|
+
"supportsReasoning": true,
|
|
747
|
+
"relatedModels": {
|
|
748
|
+
"lite": "claude-haiku-4.5",
|
|
749
|
+
"reasoning": "claude-opus-4.6-1m"
|
|
750
|
+
}
|
|
669
751
|
},
|
|
670
752
|
{
|
|
671
753
|
"credits": "x0.67 credits",
|
|
@@ -680,7 +762,11 @@
|
|
|
680
762
|
"supportsReasoning": true,
|
|
681
763
|
"tags": [
|
|
682
764
|
"lite"
|
|
683
|
-
]
|
|
765
|
+
],
|
|
766
|
+
"relatedModels": {
|
|
767
|
+
"lite": "claude-haiku-4.5",
|
|
768
|
+
"reasoning": "claude-opus-4.8"
|
|
769
|
+
}
|
|
684
770
|
},
|
|
685
771
|
{
|
|
686
772
|
"credits": "x3.31 credits",
|
|
@@ -699,7 +785,11 @@
|
|
|
699
785
|
},
|
|
700
786
|
"descriptionEn": "OpenAI's flagship model, excelling at long-horizon tasks",
|
|
701
787
|
"descriptionZh": "OpenAI 旗舰编码模型,擅长长程任务",
|
|
702
|
-
"maxAllowedSize": 1000000
|
|
788
|
+
"maxAllowedSize": 1000000,
|
|
789
|
+
"relatedModels": {
|
|
790
|
+
"lite": "claude-haiku-4.5",
|
|
791
|
+
"reasoning": "gpt-5.5"
|
|
792
|
+
}
|
|
703
793
|
},
|
|
704
794
|
{
|
|
705
795
|
"credits": "x1.65 credits",
|
|
@@ -714,6 +804,10 @@
|
|
|
714
804
|
"reasoning": {
|
|
715
805
|
"effort": "high",
|
|
716
806
|
"summary": "auto"
|
|
807
|
+
},
|
|
808
|
+
"relatedModels": {
|
|
809
|
+
"lite": "claude-haiku-4.5",
|
|
810
|
+
"reasoning": "gpt-5.4"
|
|
717
811
|
}
|
|
718
812
|
},
|
|
719
813
|
{
|
|
@@ -729,6 +823,10 @@
|
|
|
729
823
|
"reasoning": {
|
|
730
824
|
"effort": "high",
|
|
731
825
|
"summary": "auto"
|
|
826
|
+
},
|
|
827
|
+
"relatedModels": {
|
|
828
|
+
"lite": "claude-haiku-4.5",
|
|
829
|
+
"reasoning": "gpt-5.3-codex"
|
|
732
830
|
}
|
|
733
831
|
},
|
|
734
832
|
{
|
|
@@ -744,6 +842,10 @@
|
|
|
744
842
|
"reasoning": {
|
|
745
843
|
"effort": "high",
|
|
746
844
|
"summary": "auto"
|
|
845
|
+
},
|
|
846
|
+
"relatedModels": {
|
|
847
|
+
"lite": "claude-haiku-4.5",
|
|
848
|
+
"reasoning": "gpt-5.1-codex"
|
|
747
849
|
}
|
|
748
850
|
},
|
|
749
851
|
{
|
|
@@ -762,7 +864,7 @@
|
|
|
762
864
|
},
|
|
763
865
|
"relatedModels": {
|
|
764
866
|
"lite": "gpt-5.1-codex-mini",
|
|
765
|
-
"reasoning": "
|
|
867
|
+
"reasoning": "gpt-5.1-codex-mini"
|
|
766
868
|
}
|
|
767
869
|
},
|
|
768
870
|
{
|
|
@@ -774,7 +876,11 @@
|
|
|
774
876
|
"supportsToolCall": true,
|
|
775
877
|
"supportsImages": true,
|
|
776
878
|
"supportsReasoning": true,
|
|
777
|
-
"maxAllowedSize": 400000
|
|
879
|
+
"maxAllowedSize": 400000,
|
|
880
|
+
"relatedModels": {
|
|
881
|
+
"lite": "claude-haiku-4.5",
|
|
882
|
+
"reasoning": "gemini-3.1-pro"
|
|
883
|
+
}
|
|
778
884
|
},
|
|
779
885
|
{
|
|
780
886
|
"credits": "x0.99 credits",
|
|
@@ -794,7 +900,11 @@
|
|
|
794
900
|
"summary": "auto"
|
|
795
901
|
},
|
|
796
902
|
"descriptionEn": "Well-rounded model for everyday use",
|
|
797
|
-
"descriptionZh": "能力均衡,适合日常使用"
|
|
903
|
+
"descriptionZh": "能力均衡,适合日常使用",
|
|
904
|
+
"relatedModels": {
|
|
905
|
+
"lite": "claude-haiku-4.5",
|
|
906
|
+
"reasoning": "gemini-3.5-flash"
|
|
907
|
+
}
|
|
798
908
|
},
|
|
799
909
|
{
|
|
800
910
|
"credits": "x0.90 credits",
|
|
@@ -805,7 +915,11 @@
|
|
|
805
915
|
"supportsToolCall": true,
|
|
806
916
|
"supportsImages": true,
|
|
807
917
|
"supportsReasoning": true,
|
|
808
|
-
"maxAllowedSize": 400000
|
|
918
|
+
"maxAllowedSize": 400000,
|
|
919
|
+
"relatedModels": {
|
|
920
|
+
"lite": "claude-haiku-4.5",
|
|
921
|
+
"reasoning": "gemini-2.5-pro"
|
|
922
|
+
}
|
|
809
923
|
},
|
|
810
924
|
{
|
|
811
925
|
"credits": "x4.96 credits",
|
|
@@ -896,6 +1010,6 @@
|
|
|
896
1010
|
}
|
|
897
1011
|
}
|
|
898
1012
|
},
|
|
899
|
-
"commit": "
|
|
900
|
-
"date": "2026-06-
|
|
1013
|
+
"commit": "081f810f848c17aa6870e1484bea8a6f791f2d52",
|
|
1014
|
+
"date": "2026-06-03T17:56:08.896Z"
|
|
901
1015
|
}
|