tccli 3.0.1393.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/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +80 -842
- tccli/services/cvm/v20170312/examples.json +24 -56
- 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/iai/v20180301/api.json +33 -24
- tccli/services/iai/v20180301/examples.json +4 -4
- tccli/services/lke/v20231130/api.json +34 -1
- 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/ocr/v20181119/api.json +2 -2
- tccli/services/redis/v20180412/api.json +1 -1
- tccli/services/sqlserver/v20180328/api.json +15 -5
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/tsf/v20180326/api.json +2 -2
- tccli/services/vod/v20180717/api.json +1 -1
- 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.1393.1.dist-info → tccli-3.0.1394.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1393.1.dist-info → tccli-3.0.1394.1.dist-info}/RECORD +41 -39
- {tccli-3.0.1393.1.dist-info → tccli-3.0.1394.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1393.1.dist-info → tccli-3.0.1394.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1393.1.dist-info → tccli-3.0.1394.1.dist-info}/license_files/LICENSE +0 -0
@@ -709,7 +709,7 @@
|
|
709
709
|
{
|
710
710
|
"disabled": false,
|
711
711
|
"document": "图片 base64 数据,base64 编码后大小不可超过5M。\n人员人脸总数量不可超过5张。\n若图片中包含多张人脸,只选取其中人脸面积最大的人脸。\n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。",
|
712
|
-
"example": "
|
712
|
+
"example": "[\"/9j/4AAQSkZJRg.....s97n//2Q==\"]",
|
713
713
|
"member": "string",
|
714
714
|
"name": "Images",
|
715
715
|
"required": false,
|
@@ -727,7 +727,7 @@
|
|
727
727
|
{
|
728
728
|
"disabled": false,
|
729
729
|
"document": "只有和该人员已有的人脸相似度超过FaceMatchThreshold值的人脸,才能增加人脸成功。 \n默认值60分。取值范围[0,100] 。",
|
730
|
-
"example": "60",
|
730
|
+
"example": "60.0",
|
731
731
|
"member": "float",
|
732
732
|
"name": "FaceMatchThreshold",
|
733
733
|
"required": false,
|
@@ -790,7 +790,7 @@
|
|
790
790
|
{
|
791
791
|
"disabled": false,
|
792
792
|
"document": "加入成功的人脸索引。索引顺序和入参中 Images 或 Urls 的顺序一致。 \n例, Urls 中 有 3 个 url,第二个 url 失败,则 SucIndexes 值为 [0,2] 。",
|
793
|
-
"example": "
|
793
|
+
"example": "[0]",
|
794
794
|
"member": "uint64",
|
795
795
|
"name": "SucIndexes",
|
796
796
|
"output_required": true,
|
@@ -810,7 +810,7 @@
|
|
810
810
|
{
|
811
811
|
"disabled": false,
|
812
812
|
"document": "人脸识别所用的算法模型版本。",
|
813
|
-
"example": "
|
813
|
+
"example": "\"3.0\"",
|
814
814
|
"member": "string",
|
815
815
|
"name": "FaceModelVersion",
|
816
816
|
"output_required": true,
|
@@ -2462,7 +2462,7 @@
|
|
2462
2462
|
{
|
2463
2463
|
"disabled": false,
|
2464
2464
|
"document": "人员库 ID。",
|
2465
|
-
"example": "",
|
2465
|
+
"example": "\"31\"",
|
2466
2466
|
"member": "string",
|
2467
2467
|
"name": "GroupId",
|
2468
2468
|
"required": true,
|
@@ -2477,54 +2477,60 @@
|
|
2477
2477
|
{
|
2478
2478
|
"disabled": false,
|
2479
2479
|
"document": "人员库名称",
|
2480
|
-
"example": "",
|
2480
|
+
"example": "人员库",
|
2481
2481
|
"member": "string",
|
2482
2482
|
"name": "GroupName",
|
2483
|
+
"output_required": true,
|
2483
2484
|
"type": "string",
|
2484
2485
|
"value_allowed_null": false
|
2485
2486
|
},
|
2486
2487
|
{
|
2487
2488
|
"disabled": false,
|
2488
2489
|
"document": "人员库ID",
|
2489
|
-
"example": "",
|
2490
|
+
"example": "\"31\"",
|
2490
2491
|
"member": "string",
|
2491
2492
|
"name": "GroupId",
|
2493
|
+
"output_required": true,
|
2492
2494
|
"type": "string",
|
2493
2495
|
"value_allowed_null": false
|
2494
2496
|
},
|
2495
2497
|
{
|
2496
2498
|
"disabled": false,
|
2497
2499
|
"document": "人员库自定义描述字段",
|
2498
|
-
"example": "",
|
2500
|
+
"example": "[\"年龄\"]",
|
2499
2501
|
"member": "string",
|
2500
2502
|
"name": "GroupExDescriptions",
|
2503
|
+
"output_required": true,
|
2501
2504
|
"type": "list",
|
2502
2505
|
"value_allowed_null": false
|
2503
2506
|
},
|
2504
2507
|
{
|
2505
2508
|
"disabled": false,
|
2506
2509
|
"document": "人员库信息备注",
|
2507
|
-
"example": "",
|
2510
|
+
"example": "\"不含实习生\"",
|
2508
2511
|
"member": "string",
|
2509
2512
|
"name": "Tag",
|
2513
|
+
"output_required": true,
|
2510
2514
|
"type": "string",
|
2511
2515
|
"value_allowed_null": false
|
2512
2516
|
},
|
2513
2517
|
{
|
2514
2518
|
"disabled": false,
|
2515
2519
|
"document": "人脸识别所用的算法模型版本。",
|
2516
|
-
"example": "",
|
2520
|
+
"example": "\"3.0\"",
|
2517
2521
|
"member": "string",
|
2518
2522
|
"name": "FaceModelVersion",
|
2523
|
+
"output_required": true,
|
2519
2524
|
"type": "string",
|
2520
2525
|
"value_allowed_null": false
|
2521
2526
|
},
|
2522
2527
|
{
|
2523
2528
|
"disabled": false,
|
2524
2529
|
"document": "Group的创建时间和日期 CreationTimestamp。CreationTimestamp 的值是自 Unix 纪元时间到Group创建时间的毫秒数。",
|
2525
|
-
"example": "",
|
2530
|
+
"example": "1559530931613",
|
2526
2531
|
"member": "uint64",
|
2527
2532
|
"name": "CreationTimestamp",
|
2533
|
+
"output_required": true,
|
2528
2534
|
"type": "int",
|
2529
2535
|
"value_allowed_null": false
|
2530
2536
|
},
|
@@ -2599,7 +2605,7 @@
|
|
2599
2605
|
{
|
2600
2606
|
"disabled": false,
|
2601
2607
|
"document": "人员ID",
|
2602
|
-
"example": "",
|
2608
|
+
"example": "\"1001\"",
|
2603
2609
|
"member": "string",
|
2604
2610
|
"name": "PersonId",
|
2605
2611
|
"required": true,
|
@@ -2614,27 +2620,30 @@
|
|
2614
2620
|
{
|
2615
2621
|
"disabled": false,
|
2616
2622
|
"document": "人员名称",
|
2617
|
-
"example": "",
|
2623
|
+
"example": "\"EvanLiao\"",
|
2618
2624
|
"member": "string",
|
2619
2625
|
"name": "PersonName",
|
2626
|
+
"output_required": true,
|
2620
2627
|
"type": "string",
|
2621
2628
|
"value_allowed_null": false
|
2622
2629
|
},
|
2623
2630
|
{
|
2624
2631
|
"disabled": false,
|
2625
2632
|
"document": "人员性别",
|
2626
|
-
"example": "",
|
2633
|
+
"example": "1",
|
2627
2634
|
"member": "int64",
|
2628
2635
|
"name": "Gender",
|
2636
|
+
"output_required": true,
|
2629
2637
|
"type": "int",
|
2630
2638
|
"value_allowed_null": false
|
2631
2639
|
},
|
2632
2640
|
{
|
2633
2641
|
"disabled": false,
|
2634
2642
|
"document": "包含的人脸 ID 列表",
|
2635
|
-
"example": "",
|
2643
|
+
"example": "[\"2873640802022644880\",\"2875186538564559728\"]",
|
2636
2644
|
"member": "string",
|
2637
2645
|
"name": "FaceIds",
|
2646
|
+
"output_required": true,
|
2638
2647
|
"type": "list",
|
2639
2648
|
"value_allowed_null": false
|
2640
2649
|
},
|
@@ -3703,7 +3712,7 @@
|
|
3703
3712
|
{
|
3704
3713
|
"disabled": false,
|
3705
3714
|
"document": "出参Score中,只有超过FaceMatchThreshold值的结果才会返回。默认为0。",
|
3706
|
-
"example": "0",
|
3715
|
+
"example": "30.0",
|
3707
3716
|
"member": "float",
|
3708
3717
|
"name": "FaceMatchThreshold",
|
3709
3718
|
"required": false,
|
@@ -3747,7 +3756,7 @@
|
|
3747
3756
|
{
|
3748
3757
|
"disabled": false,
|
3749
3758
|
"document": "人脸识别所用的算法模型版本。",
|
3750
|
-
"example": "
|
3759
|
+
"example": "\"3.0\"",
|
3751
3760
|
"member": "string",
|
3752
3761
|
"name": "FaceModelVersion",
|
3753
3762
|
"output_required": true,
|
@@ -4292,7 +4301,7 @@
|
|
4292
4301
|
{
|
4293
4302
|
"disabled": false,
|
4294
4303
|
"document": "待验证的人员ID。人员ID具体信息请参考人员库管理相关接口。",
|
4295
|
-
"example": "
|
4304
|
+
"example": "1001",
|
4296
4305
|
"member": "string",
|
4297
4306
|
"name": "PersonId",
|
4298
4307
|
"required": true,
|
@@ -4301,7 +4310,7 @@
|
|
4301
4310
|
{
|
4302
4311
|
"disabled": false,
|
4303
4312
|
"document": "图片 base64 数据,base64 编码后大小不可超过5M。\n若图片中包含多张人脸,只选取其中人脸面积最大的人脸。\n支持PNG、JPG、JPEG、BMP,不支持 GIF 图片。",
|
4304
|
-
"example": "
|
4313
|
+
"example": "/9j/4AAQSkZJRg.....s97n//2Q==",
|
4305
4314
|
"member": "string",
|
4306
4315
|
"name": "Image",
|
4307
4316
|
"required": false,
|
@@ -4343,20 +4352,20 @@
|
|
4343
4352
|
{
|
4344
4353
|
"disabled": false,
|
4345
4354
|
"document": "给定的人脸图片与 PersonId 对应人脸的相似度。若 PersonId 下有多张人脸(Face),返回相似度最大的分数。\n\n不同算法版本返回的相似度分数不同。\n若需要验证两张图片中人脸是否为同一人,3.0版本误识率千分之一对应分数为40分,误识率万分之一对应分数为50分,误识率十万分之一对应分数为60分。 一般超过50分则可认定为同一人。\n2.0版本误识率千分之一对应分数为70分,误识率万分之一对应分数为80分,误识率十万分之一对应分数为90分。 一般超过80分则可认定为同一人。",
|
4346
|
-
"example": "100",
|
4355
|
+
"example": "100.0",
|
4347
4356
|
"member": "float",
|
4348
4357
|
"name": "Score",
|
4349
|
-
"
|
4358
|
+
"output_required": true,
|
4350
4359
|
"type": "float",
|
4351
4360
|
"value_allowed_null": false
|
4352
4361
|
},
|
4353
4362
|
{
|
4354
4363
|
"disabled": false,
|
4355
4364
|
"document": "是否为同一人判断,固定阈值分数为60分,若想更灵活地调整阈值可取Score参数返回进行判断",
|
4356
|
-
"example": "
|
4365
|
+
"example": "true",
|
4357
4366
|
"member": "bool",
|
4358
4367
|
"name": "IsMatch",
|
4359
|
-
"
|
4368
|
+
"output_required": true,
|
4360
4369
|
"type": "bool",
|
4361
4370
|
"value_allowed_null": false
|
4362
4371
|
},
|
@@ -4366,7 +4375,7 @@
|
|
4366
4375
|
"example": "3.0",
|
4367
4376
|
"member": "string",
|
4368
4377
|
"name": "FaceModelVersion",
|
4369
|
-
"
|
4378
|
+
"output_required": true,
|
4370
4379
|
"type": "string",
|
4371
4380
|
"value_allowed_null": false
|
4372
4381
|
},
|
@@ -205,8 +205,8 @@
|
|
205
205
|
"GetGroupInfo": [
|
206
206
|
{
|
207
207
|
"document": "",
|
208
|
-
"input": "https://iai.tencentcloudapi.com/?Action=GetGroupInfo\
|
209
|
-
"output": "{\n \"Response\": {\n \"GroupName\": \"
|
208
|
+
"input": "https://iai.tencentcloudapi.com/?Action=GetGroupInfo\n&GroupId=\"31\"\n&<公共请求参数>",
|
209
|
+
"output": "{\n \"Response\": {\n \"GroupName\": \"人员库\",\n \"GroupId\": \"31\",\n \"GroupExDescriptions\": [\n \"年龄\"\n ],\n \"Tag\": \"不含实习生\",\n \"FaceModelVersion\": \"3.0\",\n \"CreationTimestamp\": 1559530931613,\n \"RequestId\": \"6faa05d0-287b-464e-8755-cf3e8d0c703d\"\n }\n}",
|
210
210
|
"title": "获取人员库信息"
|
211
211
|
}
|
212
212
|
],
|
@@ -227,13 +227,13 @@
|
|
227
227
|
"GetPersonBaseInfo": [
|
228
228
|
{
|
229
229
|
"document": "人员ID不存在",
|
230
|
-
"input": "https://iai.tencentcloudapi.com/?Action=GetPersonBaseInfo\
|
230
|
+
"input": "https://iai.tencentcloudapi.com/?Action=GetPersonBaseInfo\n&PersonId=1002\n&<公共请求参数>",
|
231
231
|
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.PersonIdNotExist\",\n \"Message\": \"人员ID不存在。\"\n },\n \"RequestId\": \"98b4a0bc-802b-4764-9701-bc0c6c544395\"\n }\n}",
|
232
232
|
"title": "错误示例"
|
233
233
|
},
|
234
234
|
{
|
235
235
|
"document": "获取指定人员的信息,包括姓名、性别、人脸等",
|
236
|
-
"input": "https://iai.tencentcloudapi.com/?Action=GetPersonBaseInfo\
|
236
|
+
"input": "https://iai.tencentcloudapi.com/?Action=GetPersonBaseInfo\n&PersonId=1001\n&<公共请求参数>",
|
237
237
|
"output": "{\n \"Response\": {\n \"PersonName\": \"EvanLiao\",\n \"Gender\": 1,\n \"FaceIds\": [\n \"2873640802022644880\",\n \"2875186538564559728\"\n ],\n \"RequestId\": \"9568a077-0710-40d2-9d6a-b9483d3f2051\"\n }\n}",
|
238
238
|
"title": "获取人员基础信息接口"
|
239
239
|
}
|
@@ -11375,7 +11375,7 @@
|
|
11375
11375
|
},
|
11376
11376
|
{
|
11377
11377
|
"disabled": false,
|
11378
|
-
"document": "应用状态 1:未上线
|
11378
|
+
"document": "应用状态 1:未上线 2:运行中",
|
11379
11379
|
"example": "1",
|
11380
11380
|
"member": "string",
|
11381
11381
|
"name": "AppStatus",
|
@@ -14183,6 +14183,28 @@
|
|
14183
14183
|
"required": false,
|
14184
14184
|
"type": "string",
|
14185
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
|
14186
14208
|
}
|
14187
14209
|
],
|
14188
14210
|
"usage": "both"
|
@@ -19941,6 +19963,17 @@
|
|
19941
19963
|
"required": false,
|
19942
19964
|
"type": "list",
|
19943
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
|
19944
19977
|
}
|
19945
19978
|
],
|
19946
19979
|
"usage": "both"
|
@@ -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",
|
@@ -2022,6 +2022,15 @@
|
|
2022
2022
|
"name": "GatewayType",
|
2023
2023
|
"required": false,
|
2024
2024
|
"type": "int"
|
2025
|
+
},
|
2026
|
+
{
|
2027
|
+
"disabled": false,
|
2028
|
+
"document": "应用ID, 查询分组流量时无需使用。 查询应用流量时该字段为应用ID,GroupId 填写 \"-1\"",
|
2029
|
+
"example": "mna-test1",
|
2030
|
+
"member": "string",
|
2031
|
+
"name": "MpApplicationId",
|
2032
|
+
"required": false,
|
2033
|
+
"type": "string"
|
2025
2034
|
}
|
2026
2035
|
],
|
2027
2036
|
"type": "object"
|
@@ -2032,7 +2041,7 @@
|
|
2032
2041
|
{
|
2033
2042
|
"disabled": false,
|
2034
2043
|
"document": "流量详细信息",
|
2035
|
-
"example": "
|
2044
|
+
"example": "{ \"Current\": 305576473, \"Time\": \"1711555200\" }, { \"Current\": 3291852, \"Time\": \"1711641600\" }",
|
2036
2045
|
"member": "NetDetails",
|
2037
2046
|
"name": "NetDetails",
|
2038
2047
|
"output_required": true,
|
@@ -145,7 +145,7 @@
|
|
145
145
|
"GetFlowStatisticByGroup": [
|
146
146
|
{
|
147
147
|
"document": "",
|
148
|
-
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetFlowStatisticByGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"cliGrp-xf8rboasbh\",\n \"BeginTime\": 1711296000,\n \"EndTime\": 1711987200,\n \"Type\": 1,\n \"TimeGranularity\": 2,\n \"AccessRegion\": \"MC\",\n \"GatewayType\": 0\n}",
|
148
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetFlowStatisticByGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"cliGrp-xf8rboasbh\",\n \"BeginTime\": 1711296000,\n \"EndTime\": 1711987200,\n \"Type\": 1,\n \"TimeGranularity\": 2,\n \"AccessRegion\": \"MC\",\n \"MpApplicationId\": \"mna-w795bzezug\",\n \"GatewayType\": 0\n}",
|
149
149
|
"output": "{\n \"Response\": {\n \"AvgValue\": 154434162.5,\n \"MaxValue\": 305576473,\n \"NetDetails\": [\n {\n \"Current\": 305576473,\n \"Time\": \"1711555200\"\n },\n {\n \"Current\": 3291852,\n \"Time\": \"1711641600\"\n }\n ],\n \"RequestId\": \"e5b650a9-d994-439f-9132-3e5c56054903\",\n \"TotalValue\": 308868325\n }\n}",
|
150
150
|
"title": "根据分组获取用量统计信息"
|
151
151
|
}
|
@@ -169,9 +169,9 @@
|
|
169
169
|
"status": "online"
|
170
170
|
},
|
171
171
|
"GeneralAccurateOCR": {
|
172
|
-
"document": "本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别,并返回文字框位置和文字内容。\n\n适用于文字较多、版式复杂、对识别准召率要求较高的场景,如试卷试题、网络图片、街景店招牌、法律卷宗等场景。\n\n产品优势:与通用印刷体识别接口相比,本接口提供更高精度的通用文字识别服务,在手写体、文字较多、长串数字、小字、模糊字、倾斜文本等困难场景下,高精度版的准确率和召回率更高。\n\n通用文字识别不同版本的差异如下:\n<table style=\"width:715px\">\n <thead>\n <tr>\n <th style=\"width:150px\"></th>\n <th
|
172
|
+
"document": "本接口支持图像整体文字的检测和识别。支持中文、英文、中英文、数字和特殊字符号的识别,并返回文字框位置和文字内容。\n\n适用于文字较多、版式复杂、对识别准召率要求较高的场景,如试卷试题、网络图片、街景店招牌、法律卷宗等场景。\n\n产品优势:与通用印刷体识别接口相比,本接口提供更高精度的通用文字识别服务,在手写体、文字较多、长串数字、小字、模糊字、倾斜文本等困难场景下,高精度版的准确率和召回率更高。\n\n通用文字识别不同版本的差异如下:\n<table style=\"width:715px\">\n <thead>\n <tr>\n <th style=\"width:150px\"></th>\n <th >【荐】通用文字识别(高精度版)</th>\n <th style=\"width:300px\"><a href=\"https://cloud.tencent.com/document/product/866/33526\">【荐】通用印刷体识别</a></th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td> 适用场景</td>\n <td>适用于文字较多、长串数字、小字、模糊字、倾斜文本等困难场景</td>\n <td>适用于所有通用场景的印刷体识别</td>\n </tr>\n <tr>\n <td>识别准确率</td>\n <td>99%</td>\n <td>96%</td>\n </tr>\n <tr>\n <td>价格</td>\n <td>中</td>\n <td>低</td>\n </tr>\n <tr>\n <td>支持的语言</td>\n <td>中文、英文、中英文、泰语、印尼语、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、哈萨克语</td>\n <td>中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语</td> \n </tr>\n <tr>\n <td>自动语言检测</td>\n <td>中英文支持;其他语言需要调整输入参数</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>返回文本行坐标</td>\n <td>支持</td>\n <td>支持</td>\n </tr>\n <tr>\n <td>自动旋转纠正</td>\n <td>支持旋转识别,返回角度信息</td>\n <td>支持旋转识别,返回角度信息</td>\n </tr>\n </tbody>\n </table>\n\n默认接口请求频率限制:10次/秒。",
|
173
173
|
"input": "GeneralAccurateOCRRequest",
|
174
|
-
"name": "
|
174
|
+
"name": "通用文字识别(高精度版)",
|
175
175
|
"output": "GeneralAccurateOCRResponse",
|
176
176
|
"status": "online"
|
177
177
|
},
|
@@ -868,7 +868,7 @@
|
|
868
868
|
},
|
869
869
|
{
|
870
870
|
"disabled": false,
|
871
|
-
"document": "实例ID
|
871
|
+
"document": "实例ID。\n- 添加复制组实例有地域与可用区限制。具体信息,请参见[使用限制](https://cloud.tencent.com/document/product/239/71934)。\n- 当前仅4.0、5.0 Redis 版集群架构的实例支持加入复制组。\n- 请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制需加入复制组的实例 ID。",
|
872
872
|
"example": "crs-deindi7de",
|
873
873
|
"member": "string",
|
874
874
|
"name": "InstanceId",
|
@@ -7776,7 +7776,7 @@
|
|
7776
7776
|
{
|
7777
7777
|
"disabled": false,
|
7778
7778
|
"document": "TDE透明数据加密配置",
|
7779
|
-
"example": "
|
7779
|
+
"example": "无",
|
7780
7780
|
"member": "TDEConfigAttribute",
|
7781
7781
|
"name": "TDEConfig",
|
7782
7782
|
"output_required": true,
|
@@ -7786,7 +7786,7 @@
|
|
7786
7786
|
{
|
7787
7787
|
"disabled": false,
|
7788
7788
|
"document": "SSL加密",
|
7789
|
-
"example": "
|
7789
|
+
"example": "无",
|
7790
7790
|
"member": "SSLConfig",
|
7791
7791
|
"name": "SSLConfig",
|
7792
7792
|
"output_required": true,
|
@@ -7796,7 +7796,7 @@
|
|
7796
7796
|
{
|
7797
7797
|
"disabled": false,
|
7798
7798
|
"document": "双节点备机只读信息",
|
7799
|
-
"example": "
|
7799
|
+
"example": "无",
|
7800
7800
|
"member": "DrReadableInfo",
|
7801
7801
|
"name": "DrReadableInfo",
|
7802
7802
|
"output_required": true,
|
@@ -7806,7 +7806,7 @@
|
|
7806
7806
|
{
|
7807
7807
|
"disabled": false,
|
7808
7808
|
"document": "等待回收的IP列表",
|
7809
|
-
"example": "
|
7809
|
+
"example": "无",
|
7810
7810
|
"member": "OldVip",
|
7811
7811
|
"name": "OldVipList",
|
7812
7812
|
"output_required": true,
|
@@ -7826,7 +7826,7 @@
|
|
7826
7826
|
{
|
7827
7827
|
"disabled": false,
|
7828
7828
|
"document": "多节点备机只读信息",
|
7829
|
-
"example": "
|
7829
|
+
"example": "无",
|
7830
7830
|
"member": "DrReadableInfo",
|
7831
7831
|
"name": "MultiDrReadableInfo",
|
7832
7832
|
"output_required": false,
|
@@ -7863,6 +7863,16 @@
|
|
7863
7863
|
"type": "int",
|
7864
7864
|
"value_allowed_null": false
|
7865
7865
|
},
|
7866
|
+
{
|
7867
|
+
"disabled": false,
|
7868
|
+
"document": "慢SQL阈值,单位毫秒\n注意:此字段可能返回 null,表示取不到有效值。",
|
7869
|
+
"example": "1000",
|
7870
|
+
"member": "int64",
|
7871
|
+
"name": "SlowLogThreshold",
|
7872
|
+
"output_required": false,
|
7873
|
+
"type": "int",
|
7874
|
+
"value_allowed_null": true
|
7875
|
+
},
|
7866
7876
|
{
|
7867
7877
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7868
7878
|
"member": "string",
|
@@ -420,7 +420,7 @@
|
|
420
420
|
{
|
421
421
|
"document": "查询实例附属属性",
|
422
422
|
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstancesAttribute\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-j8kv137v\"\n}",
|
423
|
-
"output": "{\n \"Response\": {\n \"BlockedThreshold\": 0,\n \"DrReadableInfo\": {\n \"DrInstanceId\": \"mssqldr-oo1\",\n \"Zone\": \"ap-guangzhou\",\n \"RoWeight\": 0,\n \"ReadableStatus\": \"\",\n \"ReadMode\": \"BalancedReadOnly\",\n \"SlaveStatus\": \"\",\n \"UniqSubnetId\": \"\",\n \"UniqVpcId\": \"\",\n \"VPort\": 0,\n \"Vip\": \"\"\n },\n \"EventSaveDays\": 7,\n \"InstanceId\": \"mssql-9pk12q33\",\n \"OldVipList\": [],\n \"RegularBackupCounts\": 100,\n \"RegularBackupEnable\": \"disable\",\n \"RegularBackupSaveDays\": 123,\n \"RegularBackupStartTime\": \"2024-06-17\",\n \"RegularBackupStrategy\": \"years\",\n \"RequestId\": \"c1bd8e12-4744-4d95-b08e-fbc2d8477c11\",\n \"SSLConfig\": {\n \"Encryption\": \"disable\",\n \"SSLValidity\": 0,\n \"SSLValidityPeriod\": \"0000-00-00 00:00:00\"\n },\n \"TDEConfig\": {\n \"CertificateAttribution\": \"none\",\n \"Encryption\": \"disable\",\n \"QuoteUin\": \"\"\n },\n \"XEventStatus\": \"disable\",\n \"MultiDrReadableInfo\": [\n {\n \"DrInstanceId\": \"mssqldr-jia78a\",\n \"Zone\": \"ap-guangzhou-3\",\n \"SlaveStatus\": \"DR_RUNNING\",\n \"ReadableStatus\": \"disable\",\n \"ReadMode\": \"BalancedReadOnly\",\n \"Vip\": \"\",\n \"VPort\": 1433,\n \"UniqVpcId\": \"\",\n \"UniqSubnetId\": \"\",\n \"RoWeight\": 1\n }\n ]\n }\n}",
|
423
|
+
"output": "{\n \"Response\": {\n \"BlockedThreshold\": 0,\n \"SlowLogThreshold\": 1000,\n \"DrReadableInfo\": {\n \"DrInstanceId\": \"mssqldr-oo1\",\n \"Zone\": \"ap-guangzhou\",\n \"RoWeight\": 0,\n \"ReadableStatus\": \"\",\n \"ReadMode\": \"BalancedReadOnly\",\n \"SlaveStatus\": \"\",\n \"UniqSubnetId\": \"\",\n \"UniqVpcId\": \"\",\n \"VPort\": 0,\n \"Vip\": \"\"\n },\n \"EventSaveDays\": 7,\n \"InstanceId\": \"mssql-9pk12q33\",\n \"OldVipList\": [],\n \"RegularBackupCounts\": 100,\n \"RegularBackupEnable\": \"disable\",\n \"RegularBackupSaveDays\": 123,\n \"RegularBackupStartTime\": \"2024-06-17\",\n \"RegularBackupStrategy\": \"years\",\n \"RequestId\": \"c1bd8e12-4744-4d95-b08e-fbc2d8477c11\",\n \"SSLConfig\": {\n \"Encryption\": \"disable\",\n \"SSLValidity\": 0,\n \"SSLValidityPeriod\": \"0000-00-00 00:00:00\"\n },\n \"TDEConfig\": {\n \"CertificateAttribution\": \"none\",\n \"Encryption\": \"disable\",\n \"QuoteUin\": \"\"\n },\n \"XEventStatus\": \"disable\",\n \"MultiDrReadableInfo\": [\n {\n \"DrInstanceId\": \"mssqldr-jia78a\",\n \"Zone\": \"ap-guangzhou-3\",\n \"SlaveStatus\": \"DR_RUNNING\",\n \"ReadableStatus\": \"disable\",\n \"ReadMode\": \"BalancedReadOnly\",\n \"Vip\": \"\",\n \"VPort\": 1433,\n \"UniqVpcId\": \"\",\n \"UniqSubnetId\": \"\",\n \"RoWeight\": 1\n }\n ]\n }\n}",
|
424
424
|
"title": "查询实例mssql-j8kv137v的附属属性"
|
425
425
|
}
|
426
426
|
],
|
@@ -6972,7 +6972,7 @@
|
|
6972
6972
|
{
|
6973
6973
|
"disabled": false,
|
6974
6974
|
"document": "任务ID",
|
6975
|
-
"example": "
|
6975
|
+
"example": "88cce1ff-b043-404f-8dc5-2cfea60bfd31",
|
6976
6976
|
"member": "string",
|
6977
6977
|
"name": "TaskId",
|
6978
6978
|
"output_required": true,
|
@@ -6982,7 +6982,7 @@
|
|
6982
6982
|
{
|
6983
6983
|
"disabled": false,
|
6984
6984
|
"document": "实例ID",
|
6985
|
-
"example": "rmq-
|
6985
|
+
"example": "rmq-1rgrxm9a8",
|
6986
6986
|
"member": "string",
|
6987
6987
|
"name": "InstanceId",
|
6988
6988
|
"output_required": true,
|
@@ -7022,7 +7022,7 @@
|
|
7022
7022
|
{
|
7023
7023
|
"disabled": false,
|
7024
7024
|
"document": "任务状态: 0,迁移中 1,迁移成功 2,迁移完成,只有部分数据完成迁移",
|
7025
|
-
"example": "
|
7025
|
+
"example": "1",
|
7026
7026
|
"member": "int64",
|
7027
7027
|
"name": "Status",
|
7028
7028
|
"output_required": true,
|
@@ -7032,7 +7032,7 @@
|
|
7032
7032
|
{
|
7033
7033
|
"disabled": false,
|
7034
7034
|
"document": "创建时间",
|
7035
|
-
"example": "
|
7035
|
+
"example": "1758510006847",
|
7036
7036
|
"member": "int64",
|
7037
7037
|
"name": "CreateTime",
|
7038
7038
|
"output_required": true,
|
@@ -22427,13 +22427,13 @@
|
|
22427
22427
|
},
|
22428
22428
|
{
|
22429
22429
|
"disabled": false,
|
22430
|
-
"document": "
|
22430
|
+
"document": "镜像服务器地址",
|
22431
22431
|
"example": "ccr.tencent.com",
|
22432
22432
|
"member": "string",
|
22433
22433
|
"name": "Server",
|
22434
22434
|
"output_required": true,
|
22435
22435
|
"type": "string",
|
22436
|
-
"value_allowed_null":
|
22436
|
+
"value_allowed_null": false
|
22437
22437
|
},
|
22438
22438
|
{
|
22439
22439
|
"disabled": false,
|
@@ -15700,7 +15700,7 @@
|
|
15700
15700
|
},
|
15701
15701
|
{
|
15702
15702
|
"disabled": false,
|
15703
|
-
"document": "License 类型,默认为 CommercialDRMLicense 。目前支持的 License 类型包括:\n<li> CommercialDRMLicense: 商业级 DRM License</li
|
15703
|
+
"document": "License 类型,默认为 CommercialDRMLicense 。目前支持的 License 类型包括:\n<li> CommercialDRMLicense: 商业级 DRM License</li>",
|
15704
15704
|
"example": "CommercialDRMLicense",
|
15705
15705
|
"member": "string",
|
15706
15706
|
"name": "LicenseType",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"status": "online"
|
93
93
|
},
|
94
94
|
"AssociateAddress": {
|
95
|
-
"document": "本接口 (AssociateAddress) 用于将[弹性公网IP](https://cloud.tencent.com/document/product/213/1941)(简称 EIP)绑定到实例或弹性网卡的指定内网 IP 上。\n* 将 EIP 绑定到实例(CVM)上,其本质是将 EIP 绑定到实例上主网卡的主内网 IP 上。\n* 将 EIP 绑定到主网卡的主内网IP时,如主内网IP已绑定普通公网IP,必须先退还才能绑定EIP。\n* 将 EIP 绑定到指定网卡的内网 IP上(非主网卡的主内网IP),则必须先解绑该 EIP,才能再绑定新的。\n* 将 EIP
|
95
|
+
"document": "本接口 (AssociateAddress) 用于将[弹性公网IP](https://cloud.tencent.com/document/product/213/1941)(简称 EIP)绑定到实例或弹性网卡的指定内网 IP 上。\n* 将 EIP 绑定到实例(CVM)上,其本质是将 EIP 绑定到实例上主网卡的主内网 IP 上。\n* 将 EIP 绑定到主网卡的主内网IP时,如主内网IP已绑定普通公网IP,必须先退还才能绑定EIP。\n* 将 EIP 绑定到指定网卡的内网 IP上(非主网卡的主内网IP),则必须先解绑该 EIP,才能再绑定新的。\n* 将 EIP 绑定到NAT网关,请使用接口[AssociateNatGatewayAddress](https://cloud.tencent.com/document/product/215/36722)。\n* EIP 如果欠费或被封堵,则不能被绑定。\n* 只有状态为 UNBIND 的 EIP 才能够被绑定。",
|
96
96
|
"input": "AssociateAddressRequest",
|
97
97
|
"name": "绑定弹性公网IP",
|
98
98
|
"output": "AssociateAddressResponse",
|
@@ -4598,8 +4598,8 @@
|
|
4598
4598
|
},
|
4599
4599
|
{
|
4600
4600
|
"disabled": false,
|
4601
|
-
"document": "指定绑定时是否设置直通。弹性公网 IP 直通请参见 [EIP 直通](https://cloud.tencent.com/document/product/1199/41709)。取值:
|
4602
|
-
"example": "
|
4601
|
+
"document": "指定绑定时是否设置直通。弹性公网 IP 直通请参见 [EIP 直通](https://cloud.tencent.com/document/product/1199/41709)。取值:true、false,默认值为 false。当绑定 CVM 实例、EKS 弹性集群时,可设定此参数为 true。此参数目前处于内测中,如需使用,请提交 [工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20CLB&level3_id=1071&queue=96&scene_code=34639&step=2)。",
|
4602
|
+
"example": "false",
|
4603
4603
|
"member": "bool",
|
4604
4604
|
"name": "EipDirectConnection",
|
4605
4605
|
"required": false,
|