@tencent-ai/agent-sdk 0.3.164 → 0.3.166
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 +50 -0
- package/cli/bin/codebuddy +35 -0
- package/cli/dist/codebuddy-headless.js +107 -107
- package/cli/dist/web-ui/docs/cn/cli/env-vars.md +2 -1
- package/cli/dist/web-ui/docs/cn/cli/release-notes/README.md +7 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.100.0.md +42 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.100.1.md +13 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.100.2.md +18 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.101.0.md +23 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.102.0.md +39 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.103.0.md +37 -0
- package/cli/dist/web-ui/docs/cn/cli/release-notes/v2.103.1.md +31 -0
- package/cli/dist/web-ui/docs/cn/cli/troubleshooting.md +60 -0
- package/cli/dist/web-ui/docs/en/cli/env-vars.md +2 -1
- package/cli/dist/web-ui/docs/en/cli/release-notes/README.md +7 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.100.0.md +42 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.100.1.md +13 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.100.2.md +18 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.101.0.md +23 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.102.0.md +39 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.103.0.md +37 -0
- package/cli/dist/web-ui/docs/en/cli/release-notes/v2.103.1.md +31 -0
- package/cli/dist/web-ui/docs/en/cli/troubleshooting.md +60 -0
- package/cli/dist/web-ui/docs/search-index-en.json +1 -1
- package/cli/dist/web-ui/docs/search-index-zh.json +1 -1
- package/cli/dist/web-ui/docs/sidebar-en.json +1 -1
- package/cli/dist/web-ui/docs/sidebar-zh.json +1 -1
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +120 -25
- package/cli/product.internal.json +5 -5
- package/cli/product.ioa.json +136 -21
- package/cli/product.json +70 -17
- package/cli/product.selfhosted.json +3 -2
- package/package.json +1 -1
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
"maxAllowedSize": 56000
|
|
302
302
|
},
|
|
303
303
|
{
|
|
304
|
-
"credits": "x0.
|
|
304
|
+
"credits": "x0.16 credits",
|
|
305
305
|
"id": "deepseek-v4-pro",
|
|
306
306
|
"name": "Deepseek-V4-Pro",
|
|
307
307
|
"vendor": "f",
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
"descriptionZh": "DeepSeek 旗舰模型,支持 1M 上下文窗口"
|
|
322
322
|
},
|
|
323
323
|
{
|
|
324
|
-
"credits": "x0.
|
|
324
|
+
"credits": "x0.06 credits",
|
|
325
325
|
"id": "deepseek-v4-flash",
|
|
326
326
|
"name": "Deepseek-V4-Flash",
|
|
327
327
|
"vendor": "f",
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
"maxAllowedSize": 164000
|
|
564
564
|
},
|
|
565
565
|
{
|
|
566
|
-
"credits": "x0.
|
|
566
|
+
"credits": "x0.04 credits",
|
|
567
567
|
"id": "hy3-preview",
|
|
568
568
|
"name": "Hy3 preview",
|
|
569
569
|
"vendor": "j",
|
|
@@ -648,6 +648,6 @@
|
|
|
648
648
|
}
|
|
649
649
|
}
|
|
650
650
|
},
|
|
651
|
-
"commit": "
|
|
652
|
-
"date": "2026-06-
|
|
651
|
+
"commit": "8cccc97bc88e1ed0882e42b420632aee26f5ea66",
|
|
652
|
+
"date": "2026-06-04T18:16:13.358Z"
|
|
653
653
|
}
|
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.13 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.05 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",
|
|
@@ -843,6 +957,7 @@
|
|
|
843
957
|
]
|
|
844
958
|
},
|
|
845
959
|
{
|
|
960
|
+
"credits": "x5.00 credits",
|
|
846
961
|
"id": "hunyuan-image-v2.0-general-edit-ioa",
|
|
847
962
|
"name": "Hunyuan-Image-Edit",
|
|
848
963
|
"tags": [
|
|
@@ -896,6 +1011,6 @@
|
|
|
896
1011
|
}
|
|
897
1012
|
}
|
|
898
1013
|
},
|
|
899
|
-
"commit": "
|
|
900
|
-
"date": "2026-06-
|
|
1014
|
+
"commit": "8cccc97bc88e1ed0882e42b420632aee26f5ea66",
|
|
1015
|
+
"date": "2026-06-04T18:16:13.490Z"
|
|
901
1016
|
}
|
package/cli/product.json
CHANGED
|
@@ -141,7 +141,11 @@
|
|
|
141
141
|
"supportsImages": true,
|
|
142
142
|
"supportsToolCall": true,
|
|
143
143
|
"vendor": "e",
|
|
144
|
-
"supportsReasoning": true
|
|
144
|
+
"supportsReasoning": true,
|
|
145
|
+
"relatedModels": {
|
|
146
|
+
"lite": "default-model-lite",
|
|
147
|
+
"reasoning": "default-model"
|
|
148
|
+
}
|
|
145
149
|
},
|
|
146
150
|
{
|
|
147
151
|
"credits": "x0.67 credits",
|
|
@@ -156,7 +160,11 @@
|
|
|
156
160
|
"supportsReasoning": true,
|
|
157
161
|
"tags": [
|
|
158
162
|
"lite"
|
|
159
|
-
]
|
|
163
|
+
],
|
|
164
|
+
"relatedModels": {
|
|
165
|
+
"lite": "default-model-lite",
|
|
166
|
+
"reasoning": "default-model-lite"
|
|
167
|
+
}
|
|
160
168
|
},
|
|
161
169
|
{
|
|
162
170
|
"credits": "x3.31 credits",
|
|
@@ -175,7 +183,11 @@
|
|
|
175
183
|
},
|
|
176
184
|
"descriptionEn": "OpenAI's flagship model, excelling at long-horizon tasks",
|
|
177
185
|
"descriptionZh": "OpenAI 旗舰编码模型,擅长长程任务",
|
|
178
|
-
"maxAllowedSize": 1000000
|
|
186
|
+
"maxAllowedSize": 1000000,
|
|
187
|
+
"relatedModels": {
|
|
188
|
+
"lite": "default-model-lite",
|
|
189
|
+
"reasoning": "gpt-5.5"
|
|
190
|
+
}
|
|
179
191
|
},
|
|
180
192
|
{
|
|
181
193
|
"credits": "x1.65 credits",
|
|
@@ -190,6 +202,10 @@
|
|
|
190
202
|
"reasoning": {
|
|
191
203
|
"effort": "high",
|
|
192
204
|
"summary": "auto"
|
|
205
|
+
},
|
|
206
|
+
"relatedModels": {
|
|
207
|
+
"lite": "default-model-lite",
|
|
208
|
+
"reasoning": "gpt-5.4"
|
|
193
209
|
}
|
|
194
210
|
},
|
|
195
211
|
{
|
|
@@ -205,6 +221,10 @@
|
|
|
205
221
|
"reasoning": {
|
|
206
222
|
"effort": "high",
|
|
207
223
|
"summary": "auto"
|
|
224
|
+
},
|
|
225
|
+
"relatedModels": {
|
|
226
|
+
"lite": "default-model-lite",
|
|
227
|
+
"reasoning": "gpt-5.3-codex"
|
|
208
228
|
}
|
|
209
229
|
},
|
|
210
230
|
{
|
|
@@ -220,6 +240,10 @@
|
|
|
220
240
|
"reasoning": {
|
|
221
241
|
"effort": "high",
|
|
222
242
|
"summary": "auto"
|
|
243
|
+
},
|
|
244
|
+
"relatedModels": {
|
|
245
|
+
"lite": "default-model-lite",
|
|
246
|
+
"reasoning": "gpt-5.1-codex"
|
|
223
247
|
}
|
|
224
248
|
},
|
|
225
249
|
{
|
|
@@ -238,7 +262,7 @@
|
|
|
238
262
|
},
|
|
239
263
|
"relatedModels": {
|
|
240
264
|
"lite": "gpt-5.1-codex-mini",
|
|
241
|
-
"reasoning": "
|
|
265
|
+
"reasoning": "gpt-5.1-codex-mini"
|
|
242
266
|
}
|
|
243
267
|
},
|
|
244
268
|
{
|
|
@@ -250,7 +274,11 @@
|
|
|
250
274
|
"supportsToolCall": true,
|
|
251
275
|
"supportsImages": true,
|
|
252
276
|
"supportsReasoning": true,
|
|
253
|
-
"maxAllowedSize": 400000
|
|
277
|
+
"maxAllowedSize": 400000,
|
|
278
|
+
"relatedModels": {
|
|
279
|
+
"lite": "default-model-lite",
|
|
280
|
+
"reasoning": "gemini-3.1-pro"
|
|
281
|
+
}
|
|
254
282
|
},
|
|
255
283
|
{
|
|
256
284
|
"credits": "x0.33 credits",
|
|
@@ -261,7 +289,11 @@
|
|
|
261
289
|
"supportsToolCall": true,
|
|
262
290
|
"supportsImages": true,
|
|
263
291
|
"supportsReasoning": true,
|
|
264
|
-
"maxAllowedSize": 400000
|
|
292
|
+
"maxAllowedSize": 400000,
|
|
293
|
+
"relatedModels": {
|
|
294
|
+
"lite": "gemini-3.0-flash",
|
|
295
|
+
"reasoning": "gemini-3.0-flash"
|
|
296
|
+
}
|
|
265
297
|
},
|
|
266
298
|
{
|
|
267
299
|
"credits": "x0.99 credits",
|
|
@@ -281,7 +313,11 @@
|
|
|
281
313
|
"summary": "auto"
|
|
282
314
|
},
|
|
283
315
|
"descriptionEn": "Well-rounded model for everyday use",
|
|
284
|
-
"descriptionZh": "能力均衡,适合日常使用"
|
|
316
|
+
"descriptionZh": "能力均衡,适合日常使用",
|
|
317
|
+
"relatedModels": {
|
|
318
|
+
"lite": "gemini-3.5-flash",
|
|
319
|
+
"reasoning": "gemini-3.5-flash"
|
|
320
|
+
}
|
|
285
321
|
},
|
|
286
322
|
{
|
|
287
323
|
"credits": "x0.22 credits",
|
|
@@ -295,7 +331,7 @@
|
|
|
295
331
|
"maxAllowedSize": 400000,
|
|
296
332
|
"relatedModels": {
|
|
297
333
|
"lite": "gemini-2.5-flash",
|
|
298
|
-
"reasoning": "
|
|
334
|
+
"reasoning": "gemini-2.5-flash"
|
|
299
335
|
}
|
|
300
336
|
},
|
|
301
337
|
{
|
|
@@ -314,6 +350,10 @@
|
|
|
314
350
|
"reasoning": {
|
|
315
351
|
"effort": "medium",
|
|
316
352
|
"summary": "auto"
|
|
353
|
+
},
|
|
354
|
+
"relatedModels": {
|
|
355
|
+
"lite": "gemini-3.1-flash-lite",
|
|
356
|
+
"reasoning": "gemini-3.1-flash-lite"
|
|
317
357
|
}
|
|
318
358
|
},
|
|
319
359
|
{
|
|
@@ -325,7 +365,11 @@
|
|
|
325
365
|
"supportsToolCall": true,
|
|
326
366
|
"supportsImages": true,
|
|
327
367
|
"supportsReasoning": true,
|
|
328
|
-
"maxAllowedSize": 400000
|
|
368
|
+
"maxAllowedSize": 400000,
|
|
369
|
+
"relatedModels": {
|
|
370
|
+
"lite": "default-model-lite",
|
|
371
|
+
"reasoning": "gemini-2.5-pro"
|
|
372
|
+
}
|
|
329
373
|
},
|
|
330
374
|
{
|
|
331
375
|
"credits": "x0.29 credits",
|
|
@@ -344,6 +388,10 @@
|
|
|
344
388
|
"reasoning": {
|
|
345
389
|
"effort": "high",
|
|
346
390
|
"summary": "auto"
|
|
391
|
+
},
|
|
392
|
+
"relatedModels": {
|
|
393
|
+
"lite": "deepseek-v3-2-volc",
|
|
394
|
+
"reasoning": "deepseek-v3-2-volc"
|
|
347
395
|
}
|
|
348
396
|
},
|
|
349
397
|
{
|
|
@@ -358,7 +406,11 @@
|
|
|
358
406
|
"disabledMultimodal": true,
|
|
359
407
|
"maxAllowedSize": 200000,
|
|
360
408
|
"supportsReasoning": true,
|
|
361
|
-
"temperature": 1
|
|
409
|
+
"temperature": 1,
|
|
410
|
+
"relatedModels": {
|
|
411
|
+
"lite": "glm-5.0",
|
|
412
|
+
"reasoning": "glm-5.0"
|
|
413
|
+
}
|
|
362
414
|
},
|
|
363
415
|
{
|
|
364
416
|
"credits": "x0.45 credits",
|
|
@@ -376,7 +428,11 @@
|
|
|
376
428
|
"effort": "high",
|
|
377
429
|
"summary": "auto"
|
|
378
430
|
},
|
|
379
|
-
"maxAllowedSize": 164000
|
|
431
|
+
"maxAllowedSize": 164000,
|
|
432
|
+
"relatedModels": {
|
|
433
|
+
"lite": "kimi-k2.5",
|
|
434
|
+
"reasoning": "kimi-k2.5"
|
|
435
|
+
}
|
|
380
436
|
},
|
|
381
437
|
{
|
|
382
438
|
"credits": "x4.96 credits",
|
|
@@ -414,6 +470,7 @@
|
|
|
414
470
|
]
|
|
415
471
|
},
|
|
416
472
|
{
|
|
473
|
+
"credits": "x5.00 credits",
|
|
417
474
|
"id": "hunyuan-image-v2.0-general-edit",
|
|
418
475
|
"name": "Hunyuan-Image-Edit",
|
|
419
476
|
"tags": [
|
|
@@ -1360,10 +1417,6 @@
|
|
|
1360
1417
|
}
|
|
1361
1418
|
},
|
|
1362
1419
|
"deploymentType": "SaaS",
|
|
1363
|
-
"defaultRelatedModels": {
|
|
1364
|
-
"lite": "default-model-lite",
|
|
1365
|
-
"reasoning": "default-model"
|
|
1366
|
-
},
|
|
1367
1420
|
"outputStyles": [
|
|
1368
1421
|
{
|
|
1369
1422
|
"name": "Default",
|
|
@@ -1581,6 +1634,6 @@
|
|
|
1581
1634
|
"description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
|
|
1582
1635
|
}
|
|
1583
1636
|
],
|
|
1584
|
-
"commit": "
|
|
1585
|
-
"date": "2026-06-
|
|
1637
|
+
"commit": "8cccc97bc88e1ed0882e42b420632aee26f5ea66",
|
|
1638
|
+
"date": "2026-06-04T18:16:13.344Z"
|
|
1586
1639
|
}
|
|
@@ -299,6 +299,7 @@
|
|
|
299
299
|
},
|
|
300
300
|
"productFeatures": {
|
|
301
301
|
"BillingNotice": false,
|
|
302
|
+
"CodeAdoptionRate": false,
|
|
302
303
|
"CloudAgentsSmartMerge": true,
|
|
303
304
|
"CustomModelsJSON": true,
|
|
304
305
|
"CustomModelIdPrefix": true,
|
|
@@ -306,6 +307,6 @@
|
|
|
306
307
|
"ScheduledTasks": true,
|
|
307
308
|
"SkipToolCallSupportCheck": true
|
|
308
309
|
},
|
|
309
|
-
"commit": "
|
|
310
|
-
"date": "2026-06-
|
|
310
|
+
"commit": "8cccc97bc88e1ed0882e42b420632aee26f5ea66",
|
|
311
|
+
"date": "2026-06-04T18:16:13.292Z"
|
|
311
312
|
}
|