tccli 3.0.1392.1__py2.py3-none-any.whl → 3.0.1394.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +4 -4
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2120 -187
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/ccc/v20200210/api.json +88 -10
- tccli/services/cdb/v20170320/api.json +1 -1
- tccli/services/cdn/v20180606/api.json +46 -9
- tccli/services/clb/v20180317/api.json +9 -0
- tccli/services/csip/v20221121/api.json +1 -1
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +80 -842
- tccli/services/cvm/v20170312/examples.json +24 -56
- tccli/services/dbbrain/dbbrain_client.py +136 -30
- tccli/services/dbbrain/v20210527/api.json +243 -0
- tccli/services/dbbrain/v20210527/examples.json +16 -0
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/eb/v20210416/api.json +28 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/es/es_client.py +53 -0
- tccli/services/es/v20180416/api.json +182 -0
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +201 -0
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/v20240906/api.json +70 -0
- tccli/services/iai/v20180301/api.json +33 -24
- tccli/services/iai/v20180301/examples.json +4 -4
- tccli/services/lcic/v20220817/api.json +49 -3
- tccli/services/lke/lke_client.py +53 -0
- tccli/services/lke/v20231130/api.json +452 -15
- tccli/services/lke/v20231130/examples.json +8 -0
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/mna/v20210119/api.json +10 -1
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mps/v20190612/api.json +19 -0
- tccli/services/oceanus/oceanus_client.py +212 -0
- tccli/services/oceanus/v20190422/api.json +294 -0
- tccli/services/oceanus/v20190422/examples.json +32 -0
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/redis/v20180412/api.json +63 -33
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/sms/v20190711/api.json +1 -1
- tccli/services/sms/v20210111/api.json +1 -1
- tccli/services/sqlserver/v20180328/api.json +15 -5
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +12 -2
- tccli/services/tcss/v20201101/api.json +6 -6
- tccli/services/tcss/v20201101/examples.json +1 -1
- tccli/services/tione/v20211111/api.json +2 -2
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/tsf/v20180326/api.json +2 -2
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +3 -3
- tccli/services/vtc/v20240223/api.json +1 -1
- tccli/services/waf/v20180125/api.json +8 -8
- tccli/services/waf/v20180125/examples.json +1 -1
- tccli/services/wedata/v20250806/api.json +13645 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +5031 -1157
- {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/RECORD +69 -67
- {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/license_files/LICENSE +0 -0
@@ -15,7 +15,7 @@
|
|
15
15
|
"status": "online"
|
16
16
|
},
|
17
17
|
"CreateAgent": {
|
18
|
-
"document": "
|
18
|
+
"document": "创建一个Agent",
|
19
19
|
"input": "CreateAgentRequest",
|
20
20
|
"name": "创建Agent",
|
21
21
|
"output": "CreateAgentResponse",
|
@@ -462,6 +462,13 @@
|
|
462
462
|
"output": "ListAttributeLabelResponse",
|
463
463
|
"status": "online"
|
464
464
|
},
|
465
|
+
"ListChannel": {
|
466
|
+
"document": "获取发布渠道列表",
|
467
|
+
"input": "ListChannelRequest",
|
468
|
+
"name": "获取发布渠道列表",
|
469
|
+
"output": "ListChannelResponse",
|
470
|
+
"status": "online"
|
471
|
+
},
|
465
472
|
"ListDoc": {
|
466
473
|
"document": "文档列表",
|
467
474
|
"input": "ListDocRequest",
|
@@ -849,7 +856,7 @@
|
|
849
856
|
},
|
850
857
|
{
|
851
858
|
"disabled": false,
|
852
|
-
"document": "
|
859
|
+
"document": "Agent图标url",
|
853
860
|
"example": "https://example.com/image/icon",
|
854
861
|
"member": "string",
|
855
862
|
"name": "IconUrl",
|
@@ -956,6 +963,89 @@
|
|
956
963
|
"required": false,
|
957
964
|
"type": "int",
|
958
965
|
"value_allowed_null": false
|
966
|
+
},
|
967
|
+
{
|
968
|
+
"disabled": false,
|
969
|
+
"document": "高级设置",
|
970
|
+
"example": "无",
|
971
|
+
"member": "AgentAdvancedConfig",
|
972
|
+
"name": "AdvancedConfig",
|
973
|
+
"output_required": false,
|
974
|
+
"required": false,
|
975
|
+
"type": "object",
|
976
|
+
"value_allowed_null": false
|
977
|
+
}
|
978
|
+
],
|
979
|
+
"usage": "both"
|
980
|
+
},
|
981
|
+
"AgentAdvancedConfig": {
|
982
|
+
"document": "Agent高级设置",
|
983
|
+
"members": [
|
984
|
+
{
|
985
|
+
"disabled": false,
|
986
|
+
"document": "是否开启澄清询问",
|
987
|
+
"example": "false",
|
988
|
+
"member": "bool",
|
989
|
+
"name": "EnableClarification",
|
990
|
+
"output_required": false,
|
991
|
+
"required": false,
|
992
|
+
"type": "bool",
|
993
|
+
"value_allowed_null": false
|
994
|
+
},
|
995
|
+
{
|
996
|
+
"disabled": false,
|
997
|
+
"document": "思考模式,0为效果优先,1为速度优先",
|
998
|
+
"example": "0",
|
999
|
+
"member": "int64",
|
1000
|
+
"name": "ThinkingMode",
|
1001
|
+
"output_required": false,
|
1002
|
+
"required": false,
|
1003
|
+
"type": "int",
|
1004
|
+
"value_allowed_null": false
|
1005
|
+
},
|
1006
|
+
{
|
1007
|
+
"disabled": false,
|
1008
|
+
"document": "最大推理轮数",
|
1009
|
+
"example": "10",
|
1010
|
+
"member": "uint64",
|
1011
|
+
"name": "MaxReasoningRound",
|
1012
|
+
"output_required": false,
|
1013
|
+
"required": false,
|
1014
|
+
"type": "int",
|
1015
|
+
"value_allowed_null": false
|
1016
|
+
},
|
1017
|
+
{
|
1018
|
+
"disabled": false,
|
1019
|
+
"document": "上下文轮数",
|
1020
|
+
"example": "10",
|
1021
|
+
"member": "uint64",
|
1022
|
+
"name": "HistoryLimit",
|
1023
|
+
"output_required": false,
|
1024
|
+
"required": false,
|
1025
|
+
"type": "int",
|
1026
|
+
"value_allowed_null": false
|
1027
|
+
},
|
1028
|
+
{
|
1029
|
+
"disabled": false,
|
1030
|
+
"document": "是否开启结构化输出",
|
1031
|
+
"example": "false",
|
1032
|
+
"member": "bool",
|
1033
|
+
"name": "EnableStructuredOutput",
|
1034
|
+
"output_required": false,
|
1035
|
+
"required": false,
|
1036
|
+
"type": "bool",
|
1037
|
+
"value_allowed_null": false
|
1038
|
+
},
|
1039
|
+
{
|
1040
|
+
"disabled": false,
|
1041
|
+
"document": "结构化输出配置",
|
1042
|
+
"example": "无",
|
1043
|
+
"member": "StructuredOutputConfig",
|
1044
|
+
"name": "StructuredOutputConfig",
|
1045
|
+
"output_required": false,
|
1046
|
+
"required": false,
|
1047
|
+
"type": "object",
|
1048
|
+
"value_allowed_null": false
|
959
1049
|
}
|
960
1050
|
],
|
961
1051
|
"usage": "both"
|
@@ -3622,6 +3712,111 @@
|
|
3622
3712
|
],
|
3623
3713
|
"usage": "out"
|
3624
3714
|
},
|
3715
|
+
"ChannelListInfo": {
|
3716
|
+
"document": "渠道详情信息",
|
3717
|
+
"members": [
|
3718
|
+
{
|
3719
|
+
"disabled": false,
|
3720
|
+
"document": "渠道类型 10000 微信订阅号 10001 微信服务号 10002 企微应用",
|
3721
|
+
"example": "10001",
|
3722
|
+
"member": "uint64",
|
3723
|
+
"name": "ChannelType",
|
3724
|
+
"output_required": false,
|
3725
|
+
"required": false,
|
3726
|
+
"type": "int",
|
3727
|
+
"value_allowed_null": false
|
3728
|
+
},
|
3729
|
+
{
|
3730
|
+
"disabled": false,
|
3731
|
+
"document": "渠道状态 1未发布 2运行中 3已下线",
|
3732
|
+
"example": "2",
|
3733
|
+
"member": "uint64",
|
3734
|
+
"name": "ChannelStatus",
|
3735
|
+
"output_required": false,
|
3736
|
+
"required": false,
|
3737
|
+
"type": "int",
|
3738
|
+
"value_allowed_null": false
|
3739
|
+
},
|
3740
|
+
{
|
3741
|
+
"disabled": false,
|
3742
|
+
"document": "渠道名称",
|
3743
|
+
"example": "微信公众号",
|
3744
|
+
"member": "string",
|
3745
|
+
"name": "ChannelName",
|
3746
|
+
"output_required": false,
|
3747
|
+
"required": false,
|
3748
|
+
"type": "string",
|
3749
|
+
"value_allowed_null": false
|
3750
|
+
},
|
3751
|
+
{
|
3752
|
+
"disabled": false,
|
3753
|
+
"document": "渠道id 数据库主键",
|
3754
|
+
"example": "1968125072589206740",
|
3755
|
+
"member": "string",
|
3756
|
+
"name": "ChannelId",
|
3757
|
+
"output_required": false,
|
3758
|
+
"required": false,
|
3759
|
+
"type": "string",
|
3760
|
+
"value_allowed_null": false
|
3761
|
+
},
|
3762
|
+
{
|
3763
|
+
"disabled": false,
|
3764
|
+
"document": "备注",
|
3765
|
+
"example": "公众号渠道",
|
3766
|
+
"member": "string",
|
3767
|
+
"name": "Comment",
|
3768
|
+
"output_required": false,
|
3769
|
+
"required": false,
|
3770
|
+
"type": "string",
|
3771
|
+
"value_allowed_null": false
|
3772
|
+
},
|
3773
|
+
{
|
3774
|
+
"disabled": false,
|
3775
|
+
"document": "更新时间",
|
3776
|
+
"example": "1758087093",
|
3777
|
+
"member": "string",
|
3778
|
+
"name": "UpdateTime",
|
3779
|
+
"output_required": false,
|
3780
|
+
"required": false,
|
3781
|
+
"type": "string",
|
3782
|
+
"value_allowed_null": false
|
3783
|
+
},
|
3784
|
+
{
|
3785
|
+
"disabled": false,
|
3786
|
+
"document": "创建时间",
|
3787
|
+
"example": "1758087052",
|
3788
|
+
"member": "string",
|
3789
|
+
"name": "CreateTime",
|
3790
|
+
"output_required": false,
|
3791
|
+
"required": false,
|
3792
|
+
"type": "string",
|
3793
|
+
"value_allowed_null": false
|
3794
|
+
},
|
3795
|
+
{
|
3796
|
+
"disabled": false,
|
3797
|
+
"document": "最后更新人",
|
3798
|
+
"example": "128641079067",
|
3799
|
+
"member": "string",
|
3800
|
+
"name": "UpdatedUser",
|
3801
|
+
"output_required": false,
|
3802
|
+
"required": false,
|
3803
|
+
"type": "string",
|
3804
|
+
"value_allowed_null": false
|
3805
|
+
},
|
3806
|
+
{
|
3807
|
+
"disabled": false,
|
3808
|
+
"document": "智能体应用可见范围,public-所有人可见 private-仅自己可见 share-通过分享可见\n注意:此字段可能返回 null,表示取不到有效值。",
|
3809
|
+
"example": "无",
|
3810
|
+
"member": "YuanQi",
|
3811
|
+
"name": "YuanQiInfo",
|
3812
|
+
"output_required": false,
|
3813
|
+
"required": false,
|
3814
|
+
"type": "object",
|
3815
|
+
"value_allowed_null": true
|
3816
|
+
}
|
3817
|
+
],
|
3818
|
+
"usage": "both"
|
3819
|
+
},
|
3625
3820
|
"CheckAttributeLabelExistRequest": {
|
3626
3821
|
"document": "CheckAttributeLabelExist请求参数结构体",
|
3627
3822
|
"members": [
|
@@ -4519,7 +4714,7 @@
|
|
4519
4714
|
{
|
4520
4715
|
"disabled": false,
|
4521
4716
|
"document": "应用ID",
|
4522
|
-
"example": "
|
4717
|
+
"example": "1727231073371148288",
|
4523
4718
|
"member": "string",
|
4524
4719
|
"name": "BotBizId",
|
4525
4720
|
"required": true,
|
@@ -4528,7 +4723,7 @@
|
|
4528
4723
|
{
|
4529
4724
|
"disabled": false,
|
4530
4725
|
"document": "发布描述",
|
4531
|
-
"example": "
|
4726
|
+
"example": "第一次发布",
|
4532
4727
|
"member": "string",
|
4533
4728
|
"name": "Desc",
|
4534
4729
|
"required": false,
|
@@ -4536,8 +4731,8 @@
|
|
4536
4731
|
},
|
4537
4732
|
{
|
4538
4733
|
"disabled": false,
|
4539
|
-
"document": "渠道业务ID",
|
4540
|
-
"example": "
|
4734
|
+
"document": "渠道业务ID,从ListChannel接口的响应字段ChannelId获取",
|
4735
|
+
"example": "[\"2\"]",
|
4541
4736
|
"member": "string",
|
4542
4737
|
"name": "ChannelBizIds",
|
4543
4738
|
"required": false,
|
@@ -4552,7 +4747,7 @@
|
|
4552
4747
|
{
|
4553
4748
|
"disabled": false,
|
4554
4749
|
"document": "发布ID",
|
4555
|
-
"example": "
|
4750
|
+
"example": "1730526803028463616",
|
4556
4751
|
"member": "string",
|
4557
4752
|
"name": "ReleaseBizId",
|
4558
4753
|
"output_required": false,
|
@@ -11180,7 +11375,7 @@
|
|
11180
11375
|
},
|
11181
11376
|
{
|
11182
11377
|
"disabled": false,
|
11183
|
-
"document": "应用状态 1:未上线
|
11378
|
+
"document": "应用状态 1:未上线 2:运行中",
|
11184
11379
|
"example": "1",
|
11185
11380
|
"member": "string",
|
11186
11381
|
"name": "AppStatus",
|
@@ -11323,6 +11518,98 @@
|
|
11323
11518
|
],
|
11324
11519
|
"type": "object"
|
11325
11520
|
},
|
11521
|
+
"ListChannelRequest": {
|
11522
|
+
"document": "ListChannel请求参数结构体",
|
11523
|
+
"members": [
|
11524
|
+
{
|
11525
|
+
"disabled": false,
|
11526
|
+
"document": "应用ID",
|
11527
|
+
"example": "1908652910168703294",
|
11528
|
+
"member": "string",
|
11529
|
+
"name": "AppBizId",
|
11530
|
+
"required": true,
|
11531
|
+
"type": "string"
|
11532
|
+
},
|
11533
|
+
{
|
11534
|
+
"disabled": true,
|
11535
|
+
"document": "应用ID",
|
11536
|
+
"example": "1908652910168703294",
|
11537
|
+
"member": "string",
|
11538
|
+
"name": "BotBizId",
|
11539
|
+
"required": false,
|
11540
|
+
"type": "string"
|
11541
|
+
},
|
11542
|
+
{
|
11543
|
+
"disabled": false,
|
11544
|
+
"document": "页码",
|
11545
|
+
"example": "1",
|
11546
|
+
"member": "uint64",
|
11547
|
+
"name": "PageNumber",
|
11548
|
+
"required": false,
|
11549
|
+
"type": "int"
|
11550
|
+
},
|
11551
|
+
{
|
11552
|
+
"disabled": false,
|
11553
|
+
"document": "分页数量",
|
11554
|
+
"example": "10",
|
11555
|
+
"member": "uint64",
|
11556
|
+
"name": "PageSize",
|
11557
|
+
"required": false,
|
11558
|
+
"type": "int"
|
11559
|
+
},
|
11560
|
+
{
|
11561
|
+
"disabled": false,
|
11562
|
+
"document": "渠道类型, 10000: 微信订阅号,10001: 微信服务号,10002:企微应用,10004:微信客服,10005:小程序,10009:企微智能机器人 ",
|
11563
|
+
"example": "[10000,10001,10002]",
|
11564
|
+
"member": "uint64",
|
11565
|
+
"name": "ChannelType",
|
11566
|
+
"required": false,
|
11567
|
+
"type": "list"
|
11568
|
+
},
|
11569
|
+
{
|
11570
|
+
"disabled": false,
|
11571
|
+
"document": "渠道状态 1未发布 2运行中 3已下线",
|
11572
|
+
"example": "[1,2,3]",
|
11573
|
+
"member": "uint64",
|
11574
|
+
"name": "ChannelStatus",
|
11575
|
+
"required": false,
|
11576
|
+
"type": "list"
|
11577
|
+
}
|
11578
|
+
],
|
11579
|
+
"type": "object"
|
11580
|
+
},
|
11581
|
+
"ListChannelResponse": {
|
11582
|
+
"document": "ListChannel返回参数结构体",
|
11583
|
+
"members": [
|
11584
|
+
{
|
11585
|
+
"disabled": false,
|
11586
|
+
"document": "返回总数",
|
11587
|
+
"example": "100",
|
11588
|
+
"member": "uint64",
|
11589
|
+
"name": "Total",
|
11590
|
+
"output_required": false,
|
11591
|
+
"type": "int",
|
11592
|
+
"value_allowed_null": false
|
11593
|
+
},
|
11594
|
+
{
|
11595
|
+
"disabled": false,
|
11596
|
+
"document": "渠道信息列表",
|
11597
|
+
"example": "无",
|
11598
|
+
"member": "ChannelListInfo",
|
11599
|
+
"name": "ListChannel",
|
11600
|
+
"output_required": false,
|
11601
|
+
"type": "list",
|
11602
|
+
"value_allowed_null": false
|
11603
|
+
},
|
11604
|
+
{
|
11605
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11606
|
+
"member": "string",
|
11607
|
+
"name": "RequestId",
|
11608
|
+
"type": "string"
|
11609
|
+
}
|
11610
|
+
],
|
11611
|
+
"type": "object"
|
11612
|
+
},
|
11326
11613
|
"ListDocCateRequest": {
|
11327
11614
|
"document": "ListDocCate请求参数结构体",
|
11328
11615
|
"members": [
|
@@ -13896,6 +14183,28 @@
|
|
13896
14183
|
"required": false,
|
13897
14184
|
"type": "string",
|
13898
14185
|
"value_allowed_null": false
|
14186
|
+
},
|
14187
|
+
{
|
14188
|
+
"disabled": false,
|
14189
|
+
"document": "是否关闭模型超参",
|
14190
|
+
"example": "false",
|
14191
|
+
"member": "bool",
|
14192
|
+
"name": "IsCloseModelParams",
|
14193
|
+
"output_required": false,
|
14194
|
+
"required": false,
|
14195
|
+
"type": "bool",
|
14196
|
+
"value_allowed_null": false
|
14197
|
+
},
|
14198
|
+
{
|
14199
|
+
"disabled": false,
|
14200
|
+
"document": "是否支持深度思考",
|
14201
|
+
"example": "false",
|
14202
|
+
"member": "bool",
|
14203
|
+
"name": "IsDeepThinking",
|
14204
|
+
"output_required": false,
|
14205
|
+
"required": false,
|
14206
|
+
"type": "bool",
|
14207
|
+
"value_allowed_null": false
|
13899
14208
|
}
|
13900
14209
|
],
|
13901
14210
|
"usage": "both"
|
@@ -14033,7 +14342,7 @@
|
|
14033
14342
|
{
|
14034
14343
|
"disabled": false,
|
14035
14344
|
"document": "停止序列",
|
14036
|
-
"example": "[\"\"]",
|
14345
|
+
"example": "[\"set\"]",
|
14037
14346
|
"member": "string",
|
14038
14347
|
"name": "StopSequences",
|
14039
14348
|
"output_required": false,
|
@@ -15515,7 +15824,7 @@
|
|
15515
15824
|
{
|
15516
15825
|
"disabled": false,
|
15517
15826
|
"document": "节点的输入的完整内容的链接。(当Input内容超过限制的时候此字段才有值)",
|
15518
|
-
"example": "
|
15827
|
+
"example": "www.cos.com",
|
15519
15828
|
"member": "string",
|
15520
15829
|
"name": "InputRef",
|
15521
15830
|
"output_required": false,
|
@@ -15537,7 +15846,7 @@
|
|
15537
15846
|
{
|
15538
15847
|
"disabled": false,
|
15539
15848
|
"document": "节点的输出的完整内容的链接。(当Output内容超过限制的时候此字段才有值)",
|
15540
|
-
"example": "
|
15849
|
+
"example": "www.cos.com",
|
15541
15850
|
"member": "string",
|
15542
15851
|
"name": "OutputRef",
|
15543
15852
|
"output_required": false,
|
@@ -15559,7 +15868,7 @@
|
|
15559
15868
|
{
|
15560
15869
|
"disabled": false,
|
15561
15870
|
"document": "任务的原始输出的完整内容的链接。(当TaskOutput内容超过限制的时候此字段才有值)",
|
15562
|
-
"example": "
|
15871
|
+
"example": "www.cos.com",
|
15563
15872
|
"member": "string",
|
15564
15873
|
"name": "TaskOutputRef",
|
15565
15874
|
"output_required": false,
|
@@ -15570,7 +15879,7 @@
|
|
15570
15879
|
{
|
15571
15880
|
"disabled": false,
|
15572
15881
|
"document": "节点的日志",
|
15573
|
-
"example": "
|
15882
|
+
"example": "log",
|
15574
15883
|
"member": "string",
|
15575
15884
|
"name": "Log",
|
15576
15885
|
"output_required": false,
|
@@ -15581,7 +15890,7 @@
|
|
15581
15890
|
{
|
15582
15891
|
"disabled": false,
|
15583
15892
|
"document": "节点的日志的完整内容的链接志(当Log内容超过限制的时候才有值)",
|
15584
|
-
"example": "
|
15893
|
+
"example": "www.cos.com",
|
15585
15894
|
"member": "string",
|
15586
15895
|
"name": "LogRef",
|
15587
15896
|
"output_required": false,
|
@@ -15703,6 +16012,89 @@
|
|
15703
16012
|
],
|
15704
16013
|
"usage": "both"
|
15705
16014
|
},
|
16015
|
+
"ParameterConfig": {
|
16016
|
+
"document": "参数配置列表",
|
16017
|
+
"members": [
|
16018
|
+
{
|
16019
|
+
"disabled": false,
|
16020
|
+
"document": "字段名称",
|
16021
|
+
"example": "test1",
|
16022
|
+
"member": "string",
|
16023
|
+
"name": "Name",
|
16024
|
+
"output_required": false,
|
16025
|
+
"required": false,
|
16026
|
+
"type": "string",
|
16027
|
+
"value_allowed_null": false
|
16028
|
+
},
|
16029
|
+
{
|
16030
|
+
"disabled": false,
|
16031
|
+
"document": "字段描述",
|
16032
|
+
"example": "test1",
|
16033
|
+
"member": "string",
|
16034
|
+
"name": "Description",
|
16035
|
+
"output_required": false,
|
16036
|
+
"required": false,
|
16037
|
+
"type": "string",
|
16038
|
+
"value_allowed_null": false
|
16039
|
+
},
|
16040
|
+
{
|
16041
|
+
"disabled": false,
|
16042
|
+
"document": "字段类型",
|
16043
|
+
"example": "0",
|
16044
|
+
"member": "int64",
|
16045
|
+
"name": "Type",
|
16046
|
+
"output_required": false,
|
16047
|
+
"required": false,
|
16048
|
+
"type": "int",
|
16049
|
+
"value_allowed_null": false
|
16050
|
+
},
|
16051
|
+
{
|
16052
|
+
"disabled": false,
|
16053
|
+
"document": "是否必填",
|
16054
|
+
"example": "false",
|
16055
|
+
"member": "bool",
|
16056
|
+
"name": "IsRequired",
|
16057
|
+
"output_required": false,
|
16058
|
+
"required": false,
|
16059
|
+
"type": "bool",
|
16060
|
+
"value_allowed_null": false
|
16061
|
+
},
|
16062
|
+
{
|
16063
|
+
"disabled": false,
|
16064
|
+
"document": "子参数",
|
16065
|
+
"example": "无",
|
16066
|
+
"member": "ParameterConfig",
|
16067
|
+
"name": "SubParams",
|
16068
|
+
"output_required": false,
|
16069
|
+
"required": false,
|
16070
|
+
"type": "list",
|
16071
|
+
"value_allowed_null": false
|
16072
|
+
},
|
16073
|
+
{
|
16074
|
+
"disabled": false,
|
16075
|
+
"document": "OneOf类型的参数",
|
16076
|
+
"example": "无",
|
16077
|
+
"member": "ParameterConfig",
|
16078
|
+
"name": "OneOf",
|
16079
|
+
"output_required": false,
|
16080
|
+
"required": false,
|
16081
|
+
"type": "list",
|
16082
|
+
"value_allowed_null": false
|
16083
|
+
},
|
16084
|
+
{
|
16085
|
+
"disabled": false,
|
16086
|
+
"document": "AnyOf类型的参数",
|
16087
|
+
"example": "无",
|
16088
|
+
"member": "ParameterConfig",
|
16089
|
+
"name": "AnyOf",
|
16090
|
+
"output_required": false,
|
16091
|
+
"required": false,
|
16092
|
+
"type": "list",
|
16093
|
+
"value_allowed_null": false
|
16094
|
+
}
|
16095
|
+
],
|
16096
|
+
"usage": "both"
|
16097
|
+
},
|
15706
16098
|
"PluginToolReqParam": {
|
15707
16099
|
"document": "插件参数请求结构",
|
15708
16100
|
"members": [
|
@@ -17723,7 +18115,7 @@
|
|
17723
18115
|
{
|
17724
18116
|
"disabled": false,
|
17725
18117
|
"document": "模型名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
17726
|
-
"example": "
|
18118
|
+
"example": "deepseek-v3",
|
17727
18119
|
"member": "string",
|
17728
18120
|
"name": "ModelName",
|
17729
18121
|
"output_required": false,
|
@@ -17889,6 +18281,23 @@
|
|
17889
18281
|
],
|
17890
18282
|
"usage": "both"
|
17891
18283
|
},
|
18284
|
+
"StructuredOutputConfig": {
|
18285
|
+
"document": "结构化输出的配置项",
|
18286
|
+
"members": [
|
18287
|
+
{
|
18288
|
+
"disabled": false,
|
18289
|
+
"document": "参数列表",
|
18290
|
+
"example": "无",
|
18291
|
+
"member": "ParameterConfig",
|
18292
|
+
"name": "StructuredOutputParams",
|
18293
|
+
"output_required": false,
|
18294
|
+
"required": false,
|
18295
|
+
"type": "list",
|
18296
|
+
"value_allowed_null": false
|
18297
|
+
}
|
18298
|
+
],
|
18299
|
+
"usage": "both"
|
18300
|
+
},
|
17892
18301
|
"SummaryConfig": {
|
17893
18302
|
"document": "知识摘要应用配置",
|
17894
18303
|
"members": [
|
@@ -19554,6 +19963,34 @@
|
|
19554
19963
|
"required": false,
|
19555
19964
|
"type": "list",
|
19556
19965
|
"value_allowed_null": true
|
19966
|
+
},
|
19967
|
+
{
|
19968
|
+
"disabled": false,
|
19969
|
+
"document": "错误代码\n注意:此字段可能返回 null,表示取不到有效值。",
|
19970
|
+
"example": "\"NodeErr.MissingParam\"",
|
19971
|
+
"member": "string",
|
19972
|
+
"name": "FailCode",
|
19973
|
+
"output_required": false,
|
19974
|
+
"required": false,
|
19975
|
+
"type": "string",
|
19976
|
+
"value_allowed_null": true
|
19977
|
+
}
|
19978
|
+
],
|
19979
|
+
"usage": "both"
|
19980
|
+
},
|
19981
|
+
"YuanQi": {
|
19982
|
+
"document": "//智能体应用可见范围,public-所有人可见 private-仅自己可见 share-通过分享可见",
|
19983
|
+
"members": [
|
19984
|
+
{
|
19985
|
+
"disabled": false,
|
19986
|
+
"document": "public-所有人可见",
|
19987
|
+
"example": "pubilc",
|
19988
|
+
"member": "string",
|
19989
|
+
"name": "VisibleRange",
|
19990
|
+
"output_required": false,
|
19991
|
+
"required": false,
|
19992
|
+
"type": "string",
|
19993
|
+
"value_allowed_null": false
|
19557
19994
|
}
|
19558
19995
|
],
|
19559
19996
|
"usage": "both"
|
@@ -540,6 +540,14 @@
|
|
540
540
|
"title": "知识标签列表"
|
541
541
|
}
|
542
542
|
],
|
543
|
+
"ListChannel": [
|
544
|
+
{
|
545
|
+
"document": "",
|
546
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListChannel\n<公共请求参数>\n\n{\n \"AppBizId\": \"1927296561029113536\",\n \"PageNumber\": 1,\n \"PageSize\": 20\n}",
|
547
|
+
"output": "{\n \"Response\": {\n \"ListChannel\": [\n {\n \"ChannelId\": \"1932046222365083648\",\n \"ChannelName\": \"微信服务号\",\n \"ChannelStatus\": 2,\n \"ChannelType\": 10000,\n \"Comment\": \"\",\n \"CreateTime\": \"1749470703\",\n \"UpdateTime\": \"1749470703\",\n \"UpdatedUser\": \"channel@qq.com\",\n \"YuanQiInfo\": {\n \"VisibleRange\": \"share\"\n }\n }\n ],\n \"RequestId\": \"bf251d0d-0409-4849-98e7-81fd7dbcc994\",\n \"Total\": 1\n }\n}",
|
548
|
+
"title": "获取发布渠道列表"
|
549
|
+
}
|
550
|
+
],
|
543
551
|
"ListDoc": [
|
544
552
|
{
|
545
553
|
"document": "",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"ChatCompletions": {
|
4
|
-
"document": "### 接口功能\n\n调用接口,发起一次对话请求。默认该接口下的单账号QPM上限为15000 ,TPM上限为1200000\n如需使用OpenAI兼容接口, 请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)\n\n#### 在线体验\n如您希望在网页内直接体验 DeepSeek 模型对话,推荐您前往[腾讯云智能体开发平台](https://cloud.tencent.com/product/lke),使用[ DeepSeek 联网助手](https://lke.cloud.tencent.com/webim_exp/#/chat/wQrAwR)。\n\n#### 已支持的模型\n- DeepSeek-V3-0324(model 参数值为**deepseek-v3-0324**)\n - DeepSeek-V3-0324为671B参数MoE模型,在编程与技术能力、上下文理解与长文本处理等方面优势突出。\n - 支持128K上下文长度,最大输出16k(不含思维链)。\n - 注意:相比于DeepSeek-V3,DeepSeek-V3-0324仅更新了模型权重,未增加参数量。总模型大小为685B,其中包括671B的主模型权重和 14B 的多令牌预测(MTP)模块权重,后续均描述主模型参数量。\n- DeepSeek-V3(model 参数值为**deepseek-v3**)\n - DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。\n - 支持64K上下文长度,最大输出16k。\n- DeepSeek-R1(model 参数值为**deepseek-r1**)\n - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。\n - 支持96K上下文长度,最大输入长度64k,最大输出16k(默认4k),最大思维链输出长度32k。\n- DeepSeek-R1-0528(model 参数值为**deepseek-r1-0528**)\n - DeepSeek-R1-0528为671B 模型,架构优化与训练策略升级后,相比上一版本在代码生成、长文本处理和复杂推理领域提升明显。\n - 支持128K上下文长度,最大输入长度96k,最大输出16k(默认4k),最大思维链输出长度32k。\n- DeepSeek-V3.1(model 参数值为 deepseek-v3.1)\n - DeepSeek-V3.1 为685B 参数 MoE 模型,支持混合推理架构,有更高的思考效率和更强的 Agent 能力。\n
|
4
|
+
"document": "### 接口功能\n\n调用接口,发起一次对话请求。默认该接口下的单账号QPM上限为15000 ,TPM上限为1200000\n如需使用OpenAI兼容接口, 请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)\n\n#### 在线体验\n如您希望在网页内直接体验 DeepSeek 模型对话,推荐您前往[腾讯云智能体开发平台](https://cloud.tencent.com/product/lke),使用[ DeepSeek 联网助手](https://lke.cloud.tencent.com/webim_exp/#/chat/wQrAwR)。\n\n#### 已支持的模型\n- DeepSeek-V3-0324(model 参数值为**deepseek-v3-0324**)\n - DeepSeek-V3-0324为671B参数MoE模型,在编程与技术能力、上下文理解与长文本处理等方面优势突出。\n - 支持128K上下文长度,最大输出16k(不含思维链)。\n - 注意:相比于DeepSeek-V3,DeepSeek-V3-0324仅更新了模型权重,未增加参数量。总模型大小为685B,其中包括671B的主模型权重和 14B 的多令牌预测(MTP)模块权重,后续均描述主模型参数量。\n- DeepSeek-V3(model 参数值为**deepseek-v3**)\n - DeepSeek-V3为671B参数MoE模型,在百科知识、数学推理等多项任务上优势突出,评测成绩在主流榜单中位列开源模型榜首。\n - 支持64K上下文长度,最大输出16k。\n- DeepSeek-R1(model 参数值为**deepseek-r1**)\n - DeepSeek-R1为671B模型,使用强化学习训练,推理过程包含大量反思和验证,思维链长度可达数万字。 该系列模型在数学、代码以及各种复杂逻辑推理任务上推理效果优异,并为用户展现了完整的思考过程。\n - 支持96K上下文长度,最大输入长度64k,最大输出16k(默认4k),最大思维链输出长度32k。\n- DeepSeek-R1-0528(model 参数值为**deepseek-r1-0528**)\n - DeepSeek-R1-0528为671B 模型,架构优化与训练策略升级后,相比上一版本在代码生成、长文本处理和复杂推理领域提升明显。\n - 支持128K上下文长度,最大输入长度96k,最大输出16k(默认4k),最大思维链输出长度32k。\n- DeepSeek-V3.1(model 参数值为 deepseek-v3.1)\n - DeepSeek-V3.1 为685B 参数 MoE 模型,支持混合推理架构,有更高的思考效率和更强的 Agent 能力。\n - 支持128K上下文长度,最大输入长度96k,最大输出32k(默认4k),最大思维链输出长度32k。\n\n\n### 计费说明\n\n- 标准计费(2025年2月26日起生效),计费模式为后付费小时结,为保证您账户资源的正常使用,请提前[开通后付费](https://console.cloud.tencent.com/lkeap/settings)并及时[充值](https://console.cloud.tencent.com/expense/recharge)。\n\n - DeepSeek-R1 模型 | 输入:0.004元/千token | 输出(含思维链):0.016元/千token\n\n - DeepSeek-R1-0528 模型 | 输入:0.004元/千token | 输出(含思维链):0.016元/千token\n\n - DeepSeek-V3 模型 | 输入:0.002元/千token | 输出:0.008元/千token\n\n - DeepSeek-V3-0324 模型 | 输入:0.002元/千token | 输出:0.008元/千token\n\n - DeepSeek-V3.1 模型 | 输入:0.004元/千token | 输出:0.012元/千token\n\n\n### Openai兼容协议接口\n知识引擎原子能力大模型对话 API 兼容了 OpenAI 的接口规范,这意味着您可以直接使用 OpenAI 官方提供的 SDK 来调用大模型对话接口。您仅需要将 base_url 和 [api_key](https://cloud.tencent.com/document/product/1772/115970) 替换成相关配置,不需要对应用做额外修改,即可无缝将您的应用切换到相应的大模型。请参考文档:[Deepseek OpenAI对话接口](https://cloud.tencent.com/document/product/1772/115969)。\n> base_url: https://api.lkeap.cloud.tencent.com/v1\n\n> api_key的获取请参考[API KEY管理](https://cloud.tencent.com/document/product/1772/115970)\n\n\n### 快速接入\n1. 完成[实名认证](https://console.cloud.tencent.com/developer/auth)。\n2. 主账户前往[控制台](https://console.cloud.tencent.com/lkeap)开通服务。若为子账户,需由主账号在[权限管理](https://console.cloud.tencent.com/cam)中为子账号授权,关联预设策略,策略名称:QcloudLKEAPFullAccess。\n3. 通过API Explorer[在线调试](https://console.cloud.tencent.com/api/explorer?Product=lkeap&Version=2024-05-22&Action=ChatCompletions)。\n4. 使用[官方 SDK ](https://cloud.tencent.com/document/product/1772/115963#SDK)调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言)。\n\n-----------\n\n### SDK调用示例\n通过本地代码调用本接口(支持Python/Java/PHP/Go/Node.js/.NET等语言):下面的代码以 Python 语言为例,展示如何访问腾讯云上的DeepSeek模型API的样例。\n(1)安装环境\n```\npython3 -m pip install --upgrade tencentcloud-sdk-python-common\npython3 -m pip install --upgrade tencentcloud-sdk-python-lkeap\n```\n\n(2)示例代码\n\n- 其中SecretKey和SecretID需要从腾讯云控制台获取\n\n- 参数params中模型Model字段可以选择“deepseek-r1“和“deepseek-v3”\n\n```\n# -*- coding: utf-8 -*-\nimport json\n\nfrom tencentcloud.common.common_client import CommonClient\nfrom tencentcloud.common import credential\nfrom tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException\nfrom tencentcloud.common.profile.client_profile import ClientProfile\nfrom tencentcloud.common.profile.http_profile import HttpProfile\n\nclass NonStreamResponse(object):\n def __init__(self):\n self.response = \"\"\n\n def _deserialize(self, obj):\n self.response = json.dumps(obj)\n\ntry:\n # 实例化一个认证对象,入参需要传入腾讯云账户 SecretId 和 SecretKey,此处还需注意密钥对的保密\n # 代码泄露可能会导致 SecretId 和 SecretKey 泄露,并威胁账号下所有资源的安全性。以下代码示例仅供参考,建议采用更安全的方式来使用密钥,请参见:https://cloud.tencent.com/document/product/1278/85305\n # 密钥可前往官网控制台 https://console.cloud.tencent.com/cam/capi 进行获取\n cred = credential.Credential(\"\", \"\")\n\n httpProfile = HttpProfile()\n httpProfile.endpoint = \"lkeap.tencentcloudapi.com\"\n httpProfile.reqTimeout = 40000 # 流式接口可能耗时较长\n clientProfile = ClientProfile()\n clientProfile.httpProfile = httpProfile\n\n params = \"{\\\"Model\\\":\\\"deepseek-r1\\\",\\\"Messages\\\":[{\\\"Role\\\":\\\"user\\\",\\\"Content\\\":\\\"你好\\\"}],\\\"Stream\\\":true}\";\n common_client = CommonClient(\"lkeap\", \"2024-05-22\", cred, \"ap-guangzhou\", profile=clientProfile)\n resp = common_client._call_and_deserialize(\"ChatCompletions\", json.loads(params), NonStreamResponse)\n if isinstance(resp, NonStreamResponse): # 非流式响应\n print(resp.response)\n else: # 流式响应\n for event in resp:\n print(event)\nexcept TencentCloudSDKException as err:\n print(err)\n\n```\n\n**DeepSeek-R1使用建议**\n\n1. 将温度设置在 0.5-0.7 范围内(建议为0.6),以防止无休止的重复或不连贯的输出。\n2. 避免添加system prompt,所有说明都应包含在user prompt中。",
|
5
5
|
"input": "ChatCompletionsRequest",
|
6
6
|
"name": "DeepSeek API 接口",
|
7
7
|
"output": "ChatCompletionsResponse",
|