tencentcloud-sdk-nodejs 4.1.33 → 4.1.34
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/es/common/sdk_version.js +1 -1
- package/es/services/cat/v20180409/cat_client.js +3 -0
- package/es/services/hunyuan/v20230901/hunyuan_client.js +3 -0
- package/es/services/partners/v20180321/partners_client.js +3 -0
- package/es/services/wedata/v20210820/wedata_client.js +5 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +5 -1
- package/tencentcloud/services/cat/v20180409/cat_client.js +6 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +78 -29
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +6 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +12 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +13 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1181 -1097
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -0
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +5 -1
- package/tencentcloud/services/partners/v20180321/partners_client.js +6 -0
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +76 -8
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -10
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +10 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +7 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +9 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +93 -40
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.34";
|
|
@@ -18,6 +18,9 @@ export class Client extends AbstractClient {
|
|
|
18
18
|
async DescribeProbeNodes(req, cb) {
|
|
19
19
|
return this.request("DescribeProbeNodes", req, cb);
|
|
20
20
|
}
|
|
21
|
+
async DescribeProbeMetricTagValues(req, cb) {
|
|
22
|
+
return this.request("DescribeProbeMetricTagValues", req, cb);
|
|
23
|
+
}
|
|
21
24
|
async DescribeNodes(req, cb) {
|
|
22
25
|
return this.request("DescribeNodes", req, cb);
|
|
23
26
|
}
|
|
@@ -21,6 +21,9 @@ export class Client extends AbstractClient {
|
|
|
21
21
|
async GetEmbedding(req, cb) {
|
|
22
22
|
return this.request("GetEmbedding", req, cb);
|
|
23
23
|
}
|
|
24
|
+
async ImageQuestion(req, cb) {
|
|
25
|
+
return this.request("ImageQuestion", req, cb);
|
|
26
|
+
}
|
|
24
27
|
async GroupChatCompletions(req, cb) {
|
|
25
28
|
return this.request("GroupChatCompletions", req, cb);
|
|
26
29
|
}
|
|
@@ -45,6 +45,9 @@ export class Client extends AbstractClient {
|
|
|
45
45
|
async DescribeAgentAuditedClients(req, cb) {
|
|
46
46
|
return this.request("DescribeAgentAuditedClients", req, cb);
|
|
47
47
|
}
|
|
48
|
+
async DescribeAgentDealsPriceDetailByDealName(req, cb) {
|
|
49
|
+
return this.request("DescribeAgentDealsPriceDetailByDealName", req, cb);
|
|
50
|
+
}
|
|
48
51
|
async DescribeClientJoinIncreaseList(req, cb) {
|
|
49
52
|
return this.request("DescribeClientJoinIncreaseList", req, cb);
|
|
50
53
|
}
|
|
@@ -45,6 +45,9 @@ export class Client extends AbstractClient {
|
|
|
45
45
|
async DescribeDataCheckStat(req, cb) {
|
|
46
46
|
return this.request("DescribeDataCheckStat", req, cb);
|
|
47
47
|
}
|
|
48
|
+
async DescribeOpsWorkflows(req, cb) {
|
|
49
|
+
return this.request("DescribeOpsWorkflows", req, cb);
|
|
50
|
+
}
|
|
48
51
|
async BatchKillIntegrationTaskInstances(req, cb) {
|
|
49
52
|
return this.request("BatchKillIntegrationTaskInstances", req, cb);
|
|
50
53
|
}
|
|
@@ -741,8 +744,8 @@ export class Client extends AbstractClient {
|
|
|
741
744
|
async GetIntegrationNodeColumnSchema(req, cb) {
|
|
742
745
|
return this.request("GetIntegrationNodeColumnSchema", req, cb);
|
|
743
746
|
}
|
|
744
|
-
async
|
|
745
|
-
return this.request("
|
|
747
|
+
async DescribeBaseBizCatalogs(req, cb) {
|
|
748
|
+
return this.request("DescribeBaseBizCatalogs", req, cb);
|
|
746
749
|
}
|
|
747
750
|
async BatchRerunIntegrationTaskInstances(req, cb) {
|
|
748
751
|
return this.request("BatchRerunIntegrationTaskInstances", req, cb);
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.34";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeNodesRequest, SuspendProbeTaskResponse, DescribeProbeNodesResponse, DescribeInstantTasksResponse, DescribeDetailedSingleProbeDataRequest, DescribeProbeTasksResponse, UpdateProbeTaskAttributesResponse, DeleteProbeTaskRequest, DescribeDetailedSingleProbeDataResponse, SuspendProbeTaskRequest, DescribeProbeMetricDataRequest,
|
|
3
|
+
import { DescribeNodesRequest, DescribeNodeGroupsResponse, SuspendProbeTaskResponse, DescribeProbeNodesResponse, DescribeInstantTasksResponse, DescribeDetailedSingleProbeDataRequest, DescribeProbeTasksResponse, UpdateProbeTaskAttributesResponse, DescribeProbeMetricTagValuesRequest, DeleteProbeTaskRequest, DescribeDetailedSingleProbeDataResponse, SuspendProbeTaskRequest, DescribeProbeMetricDataRequest, DescribeProbeMetricTagValuesResponse, DescribeProbeTasksRequest, DescribeInstantTasksRequest, UpdateProbeTaskConfigurationListRequest, CreateProbeTasksRequest, UpdateProbeTaskAttributesRequest, DescribeNodeGroupsRequest, ResumeProbeTaskResponse, DeleteProbeTaskResponse, CreateProbeTasksResponse, ResumeProbeTaskRequest, DescribeProbeNodesRequest, DescribeNodesResponse, DescribeProbeMetricDataResponse, UpdateProbeTaskConfigurationListResponse } from "./cat_models";
|
|
4
4
|
/**
|
|
5
5
|
* cat client
|
|
6
6
|
* @class
|
|
@@ -28,6 +28,10 @@ export declare class Client extends AbstractClient {
|
|
|
28
28
|
* 查询拨测节点
|
|
29
29
|
*/
|
|
30
30
|
DescribeProbeNodes(req: DescribeProbeNodesRequest, cb?: (error: string, rep: DescribeProbeNodesResponse) => void): Promise<DescribeProbeNodesResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* 查询同个任务类型下的维度标签值,包括查询用户任务信息,具体任务下的多个维度标签信息。(通过为DescribeProbeMetricData接口的Filters参数添加维度筛选条件,可实现多维数据分析)
|
|
33
|
+
*/
|
|
34
|
+
DescribeProbeMetricTagValues(req: DescribeProbeMetricTagValuesRequest, cb?: (error: string, rep: DescribeProbeMetricTagValuesResponse) => void): Promise<DescribeProbeMetricTagValuesResponse>;
|
|
31
35
|
/**
|
|
32
36
|
* 获取拨测节点
|
|
33
37
|
*/
|
|
@@ -58,6 +58,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
58
58
|
async DescribeProbeNodes(req, cb) {
|
|
59
59
|
return this.request("DescribeProbeNodes", req, cb);
|
|
60
60
|
}
|
|
61
|
+
/**
|
|
62
|
+
* 查询同个任务类型下的维度标签值,包括查询用户任务信息,具体任务下的多个维度标签信息。(通过为DescribeProbeMetricData接口的Filters参数添加维度筛选条件,可实现多维数据分析)
|
|
63
|
+
*/
|
|
64
|
+
async DescribeProbeMetricTagValues(req, cb) {
|
|
65
|
+
return this.request("DescribeProbeMetricTagValues", req, cb);
|
|
66
|
+
}
|
|
61
67
|
/**
|
|
62
68
|
* 获取拨测节点
|
|
63
69
|
*/
|
|
@@ -93,17 +93,28 @@ export interface Field {
|
|
|
93
93
|
Value: number;
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* DescribeNodeGroups返回参数结构体
|
|
97
97
|
*/
|
|
98
|
-
export interface
|
|
98
|
+
export interface DescribeNodeGroupsResponse {
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
100
|
+
* 树状节点列表,总共两级
|
|
101
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101
102
|
*/
|
|
102
|
-
|
|
103
|
+
NodeList?: Array<NodeTree>;
|
|
103
104
|
/**
|
|
104
|
-
*
|
|
105
|
+
* 省份或国家列表
|
|
106
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
105
107
|
*/
|
|
106
|
-
|
|
108
|
+
DistrictList?: Array<DistinctOrNetServiceInfo>;
|
|
109
|
+
/**
|
|
110
|
+
* 运营商列表
|
|
111
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
112
|
+
*/
|
|
113
|
+
NetServiceList?: Array<DistinctOrNetServiceInfo>;
|
|
114
|
+
/**
|
|
115
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
116
|
+
*/
|
|
117
|
+
RequestId?: string;
|
|
107
118
|
}
|
|
108
119
|
/**
|
|
109
120
|
* 任务执行结果
|
|
@@ -416,6 +427,42 @@ export interface UpdateProbeTaskAttributesResponse {
|
|
|
416
427
|
*/
|
|
417
428
|
RequestId?: string;
|
|
418
429
|
}
|
|
430
|
+
/**
|
|
431
|
+
* DescribeProbeMetricTagValues请求参数结构体
|
|
432
|
+
*/
|
|
433
|
+
export interface DescribeProbeMetricTagValuesRequest {
|
|
434
|
+
/**
|
|
435
|
+
* 分析任务类型,支持以下几种类型:
|
|
436
|
+
AnalyzeTaskType_Network:网络质量
|
|
437
|
+
AnalyzeTaskType_Browse:页面性能
|
|
438
|
+
AnalyzeTaskType_Transport:端口性能
|
|
439
|
+
AnalyzeTaskType_UploadDownload:文件传输
|
|
440
|
+
AnalyzeTaskType_MediaStream:音视频体验
|
|
441
|
+
|
|
442
|
+
*/
|
|
443
|
+
AnalyzeTaskType?: string;
|
|
444
|
+
/**
|
|
445
|
+
* 维度标签值,参考:
|
|
446
|
+
host:任务域名
|
|
447
|
+
errorInfo:状态类型
|
|
448
|
+
area:拨测点地区
|
|
449
|
+
operator:拨测点运营商
|
|
450
|
+
taskId:任务ID
|
|
451
|
+
*/
|
|
452
|
+
Key?: string;
|
|
453
|
+
/**
|
|
454
|
+
* 过滤条件,可以传单个过滤条件也可以拼接多个参数,支持正则匹配
|
|
455
|
+
*/
|
|
456
|
+
Filter?: string;
|
|
457
|
+
/**
|
|
458
|
+
* 过滤条件数组
|
|
459
|
+
*/
|
|
460
|
+
Filters?: Array<string>;
|
|
461
|
+
/**
|
|
462
|
+
* 时间范围
|
|
463
|
+
*/
|
|
464
|
+
TimeRange?: string;
|
|
465
|
+
}
|
|
419
466
|
/**
|
|
420
467
|
* 单个即时拨测任务信息
|
|
421
468
|
*/
|
|
@@ -541,17 +588,17 @@ export interface DescribeProbeMetricDataRequest {
|
|
|
541
588
|
Filters?: Array<string>;
|
|
542
589
|
}
|
|
543
590
|
/**
|
|
544
|
-
*
|
|
591
|
+
* DescribeProbeMetricTagValues返回参数结构体
|
|
545
592
|
*/
|
|
546
|
-
export interface
|
|
593
|
+
export interface DescribeProbeMetricTagValuesResponse {
|
|
547
594
|
/**
|
|
548
|
-
*
|
|
595
|
+
* 标签值序列化后的字符串
|
|
549
596
|
*/
|
|
550
|
-
|
|
597
|
+
TagValueSet?: string;
|
|
551
598
|
/**
|
|
552
|
-
*
|
|
599
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
553
600
|
*/
|
|
554
|
-
|
|
601
|
+
RequestId?: string;
|
|
555
602
|
}
|
|
556
603
|
/**
|
|
557
604
|
* DescribeProbeTasks请求参数结构体
|
|
@@ -742,6 +789,19 @@ export interface CreateProbeTasksRequest {
|
|
|
742
789
|
*/
|
|
743
790
|
SubSyncFlag?: number;
|
|
744
791
|
}
|
|
792
|
+
/**
|
|
793
|
+
* UpdateProbeTaskAttributes请求参数结构体
|
|
794
|
+
*/
|
|
795
|
+
export interface UpdateProbeTaskAttributesRequest {
|
|
796
|
+
/**
|
|
797
|
+
* 任务 ID
|
|
798
|
+
*/
|
|
799
|
+
TaskId: string;
|
|
800
|
+
/**
|
|
801
|
+
* 任务名,该参数为空时不作任何修改。
|
|
802
|
+
*/
|
|
803
|
+
Name?: string;
|
|
804
|
+
}
|
|
745
805
|
/**
|
|
746
806
|
* 子节点。用于新建任务重构页面的节点选择
|
|
747
807
|
*/
|
|
@@ -1073,28 +1133,17 @@ export interface DescribeProbeMetricDataResponse {
|
|
|
1073
1133
|
RequestId?: string;
|
|
1074
1134
|
}
|
|
1075
1135
|
/**
|
|
1076
|
-
*
|
|
1136
|
+
* 健值对
|
|
1077
1137
|
*/
|
|
1078
|
-
export interface
|
|
1079
|
-
/**
|
|
1080
|
-
* 树状节点列表,总共两级
|
|
1081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1082
|
-
*/
|
|
1083
|
-
NodeList?: Array<NodeTree>;
|
|
1084
|
-
/**
|
|
1085
|
-
* 省份或国家列表
|
|
1086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1087
|
-
*/
|
|
1088
|
-
DistrictList?: Array<DistinctOrNetServiceInfo>;
|
|
1138
|
+
export interface KeyValuePair {
|
|
1089
1139
|
/**
|
|
1090
|
-
*
|
|
1091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1140
|
+
* 健
|
|
1092
1141
|
*/
|
|
1093
|
-
|
|
1142
|
+
Key: string;
|
|
1094
1143
|
/**
|
|
1095
|
-
*
|
|
1144
|
+
* 值
|
|
1096
1145
|
*/
|
|
1097
|
-
|
|
1146
|
+
Value: string;
|
|
1098
1147
|
}
|
|
1099
1148
|
/**
|
|
1100
1149
|
* UpdateProbeTaskConfigurationList返回参数结构体
|
|
@@ -1560,6 +1560,12 @@ export interface CreateCfsFileSystemRequest {
|
|
|
1560
1560
|
* 是否开启默认扩容,仅Turbo类型文件存储支持
|
|
1561
1561
|
*/
|
|
1562
1562
|
EnableAutoScaleUp?: boolean;
|
|
1563
|
+
/**
|
|
1564
|
+
* v1.5:创建普通版的通用文件系统;
|
|
1565
|
+
v3.1:创建增强版的通用文件系统
|
|
1566
|
+
说明:增强版的通用系统需要开通白名单才能使用,如有需要请提交工单与我们联系。
|
|
1567
|
+
*/
|
|
1568
|
+
CfsVersion?: string;
|
|
1563
1569
|
}
|
|
1564
1570
|
/**
|
|
1565
1571
|
* 版本控制-可用区数组
|
|
@@ -18,7 +18,7 @@ export declare class Client extends AbstractClient {
|
|
|
18
18
|
|
|
19
19
|
2.<font color="red">静默(自动)签署不支持非本企业合同签署方存在填写</font>功能
|
|
20
20
|
|
|
21
|
-
3.<font color="red">在发起签署流程之前,建议等待 [PDF合成完成的回调](https://qian.tencent.com/developers/company/
|
|
21
|
+
3.<font color="red">在发起签署流程之前,建议等待 [PDF合成完成的回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)</font>,尤其是当模板中存在动态表格等复杂填写控件时,因为合成过程可能会耗费秒级别的时间。
|
|
22
22
|
*/
|
|
23
23
|
StartFlow(req: StartFlowRequest, cb?: (error: string, rep: StartFlowResponse) => void): Promise<StartFlowResponse>;
|
|
24
24
|
/**
|
|
@@ -38,7 +38,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
38
38
|
|
|
39
39
|
2.<font color="red">静默(自动)签署不支持非本企业合同签署方存在填写</font>功能
|
|
40
40
|
|
|
41
|
-
3.<font color="red">在发起签署流程之前,建议等待 [PDF合成完成的回调](https://qian.tencent.com/developers/company/
|
|
41
|
+
3.<font color="red">在发起签署流程之前,建议等待 [PDF合成完成的回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)</font>,尤其是当模板中存在动态表格等复杂填写控件时,因为合成过程可能会耗费秒级别的时间。
|
|
42
42
|
*/
|
|
43
43
|
async StartFlow(req, cb) {
|
|
44
44
|
return this.request("StartFlow", req, cb);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import {
|
|
3
|
+
import { RunThreadRequest, SubmitHunyuanImageChatJobRequest, QueryHunyuanImageJobRequest, QueryHunyuanImageChatJobRequest, SetPayModeResponse, SubmitHunyuanImageJobResponse, GetThreadResponse, FilesDeletionsRequest, RunThreadResponse, ChatCompletionsResponse, GetThreadMessageListRequest, QueryHunyuanTo3DJobRequest, GetThreadMessageRequest, SubmitHunyuanImageChatJobResponse, ChatTranslationsRequest, GetThreadMessageResponse, GroupChatCompletionsRequest, ImageQuestionResponse, SetPayModeRequest, FilesDeletionsResponse, GetThreadMessageListResponse, CreateThreadRequest, ChatCompletionsRequest, FilesUploadsRequest, GetEmbeddingRequest, GroupChatCompletionsResponse, SubmitHunyuanImageJobRequest, GetTokenCountResponse, TextToImageLiteResponse, TextToImageLiteRequest, QueryHunyuanImageJobResponse, FilesListRequest, GetTokenCountRequest, QueryHunyuanTo3DJobResponse, ActivateServiceRequest, GetThreadRequest, ChatTranslationsResponse, SubmitHunyuanTo3DJobRequest, ImageQuestionRequest, SubmitHunyuanTo3DJobResponse, QueryHunyuanImageChatJobResponse, GetEmbeddingResponse, CreateThreadResponse, ActivateServiceResponse, FilesUploadsResponse, FilesListResponse } from "./hunyuan_models";
|
|
4
4
|
/**
|
|
5
5
|
* hunyuan client
|
|
6
6
|
* @class
|
|
@@ -55,6 +55,17 @@ export declare class Client extends AbstractClient {
|
|
|
55
55
|
/**
|
|
56
56
|
* 如需使用OpenAI兼容接口, 请参考文档:[OpenAI 兼容接口](https://cloud.tencent.com/document/product/1729/111007)
|
|
57
57
|
|
|
58
|
+
腾讯混元大模型是由腾讯研发的大语言模型,具备强大的中文创作能力,复杂语境下的逻辑推理能力,以及可靠的任务执行能力。本接口支持流式或非流式调用,当使用流式调用时为 SSE 协议。
|
|
59
|
+
|
|
60
|
+
1. 本接口暂不支持返回图片内容。
|
|
61
|
+
2. 默认该接口下单账号限制并发数为 5 路,如您有提高并发限制的需求请 [购买](https://buy.cloud.tencent.com/hunyuan) 。
|
|
62
|
+
3. 请使用 SDK 调用本接口,每种开发语言的 SDK Git 仓库 examples/hunyuan/v20230901/ 目录下有提供示例供参考。SDK 链接在文档下方 “**开发者资源 - SDK**” 部分提供。
|
|
63
|
+
4. 我们推荐您使用 API Explorer,方便快速地在线调试接口和下载各语言的示例代码,[点击打开](https://console.cloud.tencent.com/api/explorer?Product=hunyuan&Version=2023-09-01&Action=ChatCompletions)。
|
|
64
|
+
*/
|
|
65
|
+
ImageQuestion(req: ImageQuestionRequest, cb?: (error: string, rep: ImageQuestionResponse) => void): Promise<ImageQuestionResponse>;
|
|
66
|
+
/**
|
|
67
|
+
* 如需使用OpenAI兼容接口, 请参考文档:[OpenAI 兼容接口](https://cloud.tencent.com/document/product/1729/111007)
|
|
68
|
+
|
|
58
69
|
腾讯混元大模型是由腾讯研发的大语言模型,具备强大的中文创作能力,复杂语境下的逻辑推理能力,以及可靠的任务执行能力。本接口支持流式或非流式调用,当使用流式调用时为 SSE 协议。
|
|
59
70
|
|
|
60
71
|
1. 本接口暂不支持返回图片内容。
|
|
@@ -87,6 +87,19 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
87
87
|
/**
|
|
88
88
|
* 如需使用OpenAI兼容接口, 请参考文档:[OpenAI 兼容接口](https://cloud.tencent.com/document/product/1729/111007)
|
|
89
89
|
|
|
90
|
+
腾讯混元大模型是由腾讯研发的大语言模型,具备强大的中文创作能力,复杂语境下的逻辑推理能力,以及可靠的任务执行能力。本接口支持流式或非流式调用,当使用流式调用时为 SSE 协议。
|
|
91
|
+
|
|
92
|
+
1. 本接口暂不支持返回图片内容。
|
|
93
|
+
2. 默认该接口下单账号限制并发数为 5 路,如您有提高并发限制的需求请 [购买](https://buy.cloud.tencent.com/hunyuan) 。
|
|
94
|
+
3. 请使用 SDK 调用本接口,每种开发语言的 SDK Git 仓库 examples/hunyuan/v20230901/ 目录下有提供示例供参考。SDK 链接在文档下方 “**开发者资源 - SDK**” 部分提供。
|
|
95
|
+
4. 我们推荐您使用 API Explorer,方便快速地在线调试接口和下载各语言的示例代码,[点击打开](https://console.cloud.tencent.com/api/explorer?Product=hunyuan&Version=2023-09-01&Action=ChatCompletions)。
|
|
96
|
+
*/
|
|
97
|
+
async ImageQuestion(req, cb) {
|
|
98
|
+
return this.request("ImageQuestion", req, cb);
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* 如需使用OpenAI兼容接口, 请参考文档:[OpenAI 兼容接口](https://cloud.tencent.com/document/product/1729/111007)
|
|
102
|
+
|
|
90
103
|
腾讯混元大模型是由腾讯研发的大语言模型,具备强大的中文创作能力,复杂语境下的逻辑推理能力,以及可靠的任务执行能力。本接口支持流式或非流式调用,当使用流式调用时为 SSE 协议。
|
|
91
104
|
|
|
92
105
|
1. 本接口暂不支持返回图片内容。
|