tencentcloud-sdk-nodejs 4.1.207 → 4.1.209

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.
Files changed (53) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cynosdb/v20190107/cynosdb_client.js +3 -0
  3. package/es/services/dnspod/v20210323/dnspod_client.js +3 -0
  4. package/es/services/mps/v20190612/mps_client.js +145 -25
  5. package/es/services/ocr/v20181119/ocr_client.js +6 -0
  6. package/es/services/redis/v20180412/redis_client.js +3 -0
  7. package/es/services/tcb/v20180608/tcb_client.js +4 -10
  8. package/es/services/tke/v20180525/tke_client.js +8 -2
  9. package/es/services/vpc/v20170312/vpc_client.js +18 -6
  10. package/package.json +1 -1
  11. package/tencentcloud/common/sdk_version.d.ts +1 -1
  12. package/tencentcloud/common/sdk_version.js +1 -1
  13. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +29 -17
  14. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +24 -0
  15. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  16. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  17. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +149 -111
  18. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +15 -11
  19. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +5 -1
  20. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -0
  21. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +111 -44
  22. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +170 -282
  23. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -7
  24. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -4
  25. package/tencentcloud/services/live/v20180801/live_client.d.ts +4 -4
  26. package/tencentcloud/services/live/v20180801/live_client.js +4 -4
  27. package/tencentcloud/services/live/v20180801/live_models.d.ts +56 -49
  28. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
  29. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +286 -198
  30. package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +34 -8
  31. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +187 -27
  32. package/tencentcloud/services/mps/v20190612/mps_client.js +279 -39
  33. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2984 -778
  34. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -1
  35. package/tencentcloud/services/ocr/v20181119/ocr_client.js +12 -0
  36. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +193 -64
  37. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  38. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  39. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +653 -660
  40. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +9 -17
  41. package/tencentcloud/services/tcb/v20180608/tcb_client.js +10 -22
  42. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +0 -48
  43. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
  44. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +101 -78
  45. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +16 -1
  46. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +11 -3
  47. package/tencentcloud/services/tke/v20180525/tke_client.js +15 -3
  48. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +252 -26
  49. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +7 -3
  50. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -5
  51. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +28 -12
  52. package/tencentcloud/services/vpc/v20170312/vpc_client.js +38 -14
  53. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +180 -38
@@ -822,6 +822,19 @@ export interface RouteTableInfo {
822
822
  */
823
823
  VpcId?: string;
824
824
  }
825
+ /**
826
+ * 调度策略权重
827
+ */
828
+ export interface SchedulerPolicyPriority {
829
+ /**
830
+ * 打分函数名称
831
+ */
832
+ Name?: string;
833
+ /**
834
+ * 权重
835
+ */
836
+ Weight?: number;
837
+ }
825
838
  /**
826
839
  * EnableClusterDeletionProtection返回参数结构体
827
840
  */
@@ -3725,6 +3738,36 @@ export interface NodeCountSummary {
3725
3738
  */
3726
3739
  AutoscalingAdded?: AutoscalingAdded;
3727
3740
  }
3741
+ /**
3742
+ * DescribeClusterSchedulerPolicy返回参数结构体
3743
+ */
3744
+ export interface DescribeClusterSchedulerPolicyResponse {
3745
+ /**
3746
+ * <p>调度策略json字符串</p>
3747
+ */
3748
+ Policy?: string;
3749
+ /**
3750
+ * <p>SchedulerPolicy配置信息</p>
3751
+ */
3752
+ SchedulerPolicyConfig?: Array<SchedulerPolicyConfig>;
3753
+ /**
3754
+ * <p>客户端连接</p>
3755
+ */
3756
+ ClientConnection?: ClientConnection;
3757
+ /**
3758
+ * <p>扩展调度器</p>
3759
+ */
3760
+ Extenders?: Array<Extenders>;
3761
+ /**
3762
+ * <p>高性能模式</p>
3763
+ 注意:此字段可能返回 null,表示取不到有效值。
3764
+ */
3765
+ HighPerformance?: boolean;
3766
+ /**
3767
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3768
+ */
3769
+ RequestId?: string;
3770
+ }
3728
3771
  /**
3729
3772
  * 边缘计算集群信息
3730
3773
  */
@@ -4127,6 +4170,19 @@ export interface ClusterCondition {
4127
4170
  */
4128
4171
  Message?: string;
4129
4172
  }
4173
+ /**
4174
+ * 扩展调度器(Extender)管理的扩展资源
4175
+ */
4176
+ export interface ExtenderManagedResource {
4177
+ /**
4178
+ * <p>自定义资源的名称</p>
4179
+ */
4180
+ Name?: string;
4181
+ /**
4182
+ * <p>调度器是否忽略该资源的默认处理</p>
4183
+ */
4184
+ IgnoredByScheduler?: boolean;
4185
+ }
4130
4186
  /**
4131
4187
  * 仓储仓库信息
4132
4188
  */
@@ -4972,6 +5028,27 @@ export interface CreateClusterMaintenanceWindowAndExclusionsRequest {
4972
5028
  */
4973
5029
  Exclusions?: Array<MaintenanceExclusion>;
4974
5030
  }
5031
+ /**
5032
+ * DescribePrometheusTemp请求参数结构体
5033
+ */
5034
+ export interface DescribePrometheusTempRequest {
5035
+ /**
5036
+ * 模糊过滤条件,支持
5037
+ Level 按模板级别过滤
5038
+ Name 按名称过滤
5039
+ Describe 按描述过滤
5040
+ ID 按templateId过滤
5041
+ */
5042
+ Filters?: Array<Filter>;
5043
+ /**
5044
+ * 分页偏移
5045
+ */
5046
+ Offset?: number;
5047
+ /**
5048
+ * 总数限制
5049
+ */
5050
+ Limit?: number;
5051
+ }
4975
5052
  /**
4976
5053
  * DeleteBackupStorageLocation请求参数结构体
4977
5054
  */
@@ -5248,6 +5325,21 @@ export interface DescribePrometheusGlobalConfigResponse {
5248
5325
  */
5249
5326
  RequestId?: string;
5250
5327
  }
5328
+ /**
5329
+ * 调度器plugin配置参数
5330
+ */
5331
+ export interface SchedulerPluginConfigs {
5332
+ /**
5333
+ * 配置的插件的名称
5334
+ 注意:此字段可能返回 null,表示取不到有效值。
5335
+ */
5336
+ Name?: string;
5337
+ /**
5338
+ * 初始化时传递给插件的参数,对{"apiVersion":"kubescheduler.config.k8s.io/v1beta3","kind":"NodeResourcesFitArgs","scoringStrategy":{"type":"LeastAllocated"}}base64后的结果
5339
+ 注意:此字段可能返回 null,表示取不到有效值。
5340
+ */
5341
+ Args?: string;
5342
+ }
5251
5343
  /**
5252
5344
  * CreateCluster请求参数结构体
5253
5345
  */
@@ -5778,6 +5870,31 @@ export interface DisableControlPlaneLogsResponse {
5778
5870
  */
5779
5871
  RequestId?: string;
5780
5872
  }
5873
+ /**
5874
+ * 调度器访问自定义 Extender 服务 URL 的设置
5875
+ */
5876
+ export interface ServiceReference {
5877
+ /**
5878
+ * 命名空间
5879
+ */
5880
+ Namespace: string;
5881
+ /**
5882
+ * 服务名称
5883
+ */
5884
+ Name: string;
5885
+ /**
5886
+ * 服务端口
5887
+ */
5888
+ Port?: number;
5889
+ /**
5890
+ * 服务路径
5891
+ */
5892
+ Path?: string;
5893
+ /**
5894
+ * 服务协议
5895
+ */
5896
+ Scheme?: string;
5897
+ }
5781
5898
  /**
5782
5899
  * ModifyExternalNodePool返回参数结构体
5783
5900
  */
@@ -6909,6 +7026,15 @@ export interface InstanceUpgradePreCheckResultItem {
6909
7026
  */
6910
7027
  Pods?: Array<string>;
6911
7028
  }
7029
+ /**
7030
+ * DescribeClusterSchedulerPolicy请求参数结构体
7031
+ */
7032
+ export interface DescribeClusterSchedulerPolicyRequest {
7033
+ /**
7034
+ * <p>集群ID</p>
7035
+ */
7036
+ ClusterId: string;
7037
+ }
6912
7038
  /**
6913
7039
  * ModifyRollOutSequence请求参数结构体
6914
7040
  */
@@ -7929,6 +8055,31 @@ export interface ModifyClusterExtraArgsTaskStateRequest {
7929
8055
  */
7930
8056
  Operation?: string;
7931
8057
  }
8058
+ /**
8059
+ * ModifyClusterSchedulerPolicy请求参数结构体
8060
+ */
8061
+ export interface ModifyClusterSchedulerPolicyRequest {
8062
+ /**
8063
+ * 集群ID
8064
+ */
8065
+ ClusterId: string;
8066
+ /**
8067
+ * SchedulerPolicy配置信息
8068
+ */
8069
+ SchedulerPolicyConfig?: Array<SchedulerPolicyConfig>;
8070
+ /**
8071
+ * 客户端连接
8072
+ */
8073
+ ClientConnection?: ClientConnection;
8074
+ /**
8075
+ * 扩展调度器
8076
+ */
8077
+ Extenders?: Array<Extenders>;
8078
+ /**
8079
+ * 高性能模式
8080
+ */
8081
+ HighPerformance?: boolean;
8082
+ }
7932
8083
  /**
7933
8084
  * UninstallClusterRelease请求参数结构体
7934
8085
  */
@@ -8841,17 +8992,17 @@ export interface DescribeClusterLevelAttributeRequest {
8841
8992
  ClusterID?: string;
8842
8993
  }
8843
8994
  /**
8844
- * DescribeClusterMaintenanceWindowAndExclusions返回参数结构体
8995
+ * DescribePrometheusAgents返回参数结构体
8845
8996
  */
8846
- export interface DescribeClusterMaintenanceWindowAndExclusionsResponse {
8997
+ export interface DescribePrometheusAgentsResponse {
8847
8998
  /**
8848
- * 维护时间窗口和排除项
8999
+ * 被关联集群信息
8849
9000
  */
8850
- MaintenanceWindowAndExclusions?: Array<MaintenanceWindowAndExclusion>;
9001
+ Agents?: Array<PrometheusAgentOverview>;
8851
9002
  /**
8852
- * 总条目数
9003
+ * 被关联集群总量
8853
9004
  */
8854
- TotalCount?: number;
9005
+ Total?: number;
8855
9006
  /**
8856
9007
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8857
9008
  */
@@ -9825,6 +9976,15 @@ export interface CreatePrometheusAlertPolicyRequest {
9825
9976
  */
9826
9977
  AlertRule: PrometheusAlertPolicyItem;
9827
9978
  }
9979
+ /**
9980
+ * 扩展调度器(Extenders)客户端配置
9981
+ */
9982
+ export interface ExtenderClientConfig {
9983
+ /**
9984
+ * 访问extender服务url设置
9985
+ */
9986
+ Service?: ServiceReference;
9987
+ }
9828
9988
  /**
9829
9989
  * DescribeImageCaches返回参数结构体
9830
9990
  */
@@ -11098,6 +11258,25 @@ export interface EnableControlPlaneLogsResponse {
11098
11258
  */
11099
11259
  RequestId?: string;
11100
11260
  }
11261
+ /**
11262
+ * SchedulerPolicy配置信息
11263
+ */
11264
+ export interface SchedulerPolicyConfig {
11265
+ /**
11266
+ * 调度器名称
11267
+ 注意:此字段可能返回 null,表示取不到有效值。
11268
+ */
11269
+ SchedulerName?: string;
11270
+ /**
11271
+ * 调度器plugin配置参数
11272
+ 注意:此字段可能返回 null,表示取不到有效值。
11273
+ */
11274
+ PluginConfigs?: Array<SchedulerPluginConfigs>;
11275
+ /**
11276
+ * 插件配置
11277
+ */
11278
+ PluginSet?: PluginSet;
11279
+ }
11101
11280
  /**
11102
11281
  * CreateClusterVirtualNodePool返回参数结构体
11103
11282
  */
@@ -11984,6 +12163,39 @@ export interface DeletePrometheusAlertRuleRequest {
11984
12163
  */
11985
12164
  AlertIds: Array<string>;
11986
12165
  }
12166
+ /**
12167
+ * 扩展调度器(Extenders)
12168
+ */
12169
+ export interface Extenders {
12170
+ /**
12171
+ * <p>过滤阶段接口</p>
12172
+ */
12173
+ FilterVerb?: string;
12174
+ /**
12175
+ * <p>打分阶段扩展接口</p>
12176
+ */
12177
+ PrioritizeVerb?: string;
12178
+ /**
12179
+ * <p>打分阶段节点分数的权重,取值范围限定(0,2】</p>
12180
+ */
12181
+ Weight?: number;
12182
+ /**
12183
+ * <p>扩展调度器(Extender)管理的扩展资源</p>
12184
+ */
12185
+ ManagedResources?: Array<ExtenderManagedResource>;
12186
+ /**
12187
+ * <p>extender客户端配置</p>
12188
+ */
12189
+ ExtenderClientConfig?: ExtenderClientConfig;
12190
+ /**
12191
+ * <p>抢占接口</p>
12192
+ */
12193
+ PreemptVerb?: string;
12194
+ /**
12195
+ * <p>节点缓存能力</p>
12196
+ */
12197
+ NodeCacheCapable?: boolean;
12198
+ }
11987
12199
  /**
11988
12200
  * NodePool的运行时配置
11989
12201
  */
@@ -12352,6 +12564,19 @@ export interface DescribeClusterKubeconfigRequest {
12352
12564
  */
12353
12565
  IsExtranet?: boolean;
12354
12566
  }
12567
+ /**
12568
+ * 管理调度插件(plugins)的启用和禁用
12569
+ */
12570
+ export interface PluginSet {
12571
+ /**
12572
+ * 指定需要额外启用的插件列表
12573
+ */
12574
+ Enabled?: Array<SchedulerPolicyPriority>;
12575
+ /**
12576
+ * 指定需要禁用的默认插件列表
12577
+ */
12578
+ Disabled?: Array<SchedulerPolicyPriority>;
12579
+ }
12355
12580
  /**
12356
12581
  * DeletePrometheusTempSync请求参数结构体
12357
12582
  */
@@ -13108,25 +13333,17 @@ export interface EnableControlPlaneLogsRequest {
13108
13333
  */
13109
13334
  export type DescribeVersionsRequest = null;
13110
13335
  /**
13111
- * DescribePrometheusTemp请求参数结构体
13336
+ * 调度器客户端连接配置参数
13112
13337
  */
13113
- export interface DescribePrometheusTempRequest {
13338
+ export interface ClientConnection {
13114
13339
  /**
13115
- * 模糊过滤条件,支持
13116
- Level 按模板级别过滤
13117
- Name 按名称过滤
13118
- Describe 按描述过滤
13119
- ID 按templateId过滤
13340
+ * 客户端与服务器连接时每秒允许的最大查询数
13120
13341
  */
13121
- Filters?: Array<Filter>;
13342
+ QPS?: number;
13122
13343
  /**
13123
- * 分页偏移
13344
+ * 客户端在短时间内超过QPS限制的突发请求数量
13124
13345
  */
13125
- Offset?: number;
13126
- /**
13127
- * 总数限制
13128
- */
13129
- Limit?: number;
13346
+ Burst?: number;
13130
13347
  }
13131
13348
  /**
13132
13349
  * DeleteAddon返回参数结构体
@@ -13994,17 +14211,17 @@ export interface ClusterStatus {
13994
14211
  ClusterAuditEnabled?: boolean;
13995
14212
  }
13996
14213
  /**
13997
- * DescribePrometheusAgents返回参数结构体
14214
+ * DescribeClusterMaintenanceWindowAndExclusions返回参数结构体
13998
14215
  */
13999
- export interface DescribePrometheusAgentsResponse {
14216
+ export interface DescribeClusterMaintenanceWindowAndExclusionsResponse {
14000
14217
  /**
14001
- * 被关联集群信息
14218
+ * 维护时间窗口和排除项
14002
14219
  */
14003
- Agents?: Array<PrometheusAgentOverview>;
14220
+ MaintenanceWindowAndExclusions?: Array<MaintenanceWindowAndExclusion>;
14004
14221
  /**
14005
- * 被关联集群总量
14222
+ * 总条目数
14006
14223
  */
14007
- Total?: number;
14224
+ TotalCount?: number;
14008
14225
  /**
14009
14226
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14010
14227
  */
@@ -14762,6 +14979,15 @@ export interface PrometheusInstanceOverview {
14762
14979
  */
14763
14980
  BoundNormal?: number;
14764
14981
  }
14982
+ /**
14983
+ * ModifyClusterSchedulerPolicy返回参数结构体
14984
+ */
14985
+ export interface ModifyClusterSchedulerPolicyResponse {
14986
+ /**
14987
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14988
+ */
14989
+ RequestId?: string;
14990
+ }
14765
14991
  /**
14766
14992
  * DescribeClusterVirtualNode返回参数结构体
14767
14993
  */
@@ -2699,7 +2699,7 @@ export interface StartStreamIngestRequest {
2699
2699
  */
2700
2700
  UserSig: string;
2701
2701
  /**
2702
- * 源流URL【必填】。如果是视频流,分辨率请保持不变。
2702
+ * 源流URL【必填】。如果是视频流,分辨率请保持不变,视频流的最大分辨率限制1080p,最大帧率限制30fps。
2703
2703
  */
2704
2704
  StreamUrl?: string;
2705
2705
  /**
@@ -2741,7 +2741,7 @@ export interface StartStreamIngestRequest {
2741
2741
  */
2742
2742
  MaxDuration?: number;
2743
2743
  /**
2744
- * 音量,取值范围[0, 100],默认100,表示原音量。
2744
+ * 音量,取值范围[0, 200],默认100,表示原音量。
2745
2745
  */
2746
2746
  Volume?: number;
2747
2747
  /**
@@ -2752,6 +2752,10 @@ export interface StartStreamIngestRequest {
2752
2752
  * 播放倍速,默认1.0,可取[0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0]
2753
2753
  */
2754
2754
  Tempo?: number;
2755
+ /**
2756
+ * 播放任务处于空闲状态的最大时长(秒), 不填时任务会自适应销毁,可取[0, 600],空闲状态超过设置的 IdleTimeout 后,该播放任务会自动销毁
2757
+ */
2758
+ IdleTimeout?: number;
2755
2759
  }
2756
2760
  /**
2757
2761
  * UpdateVoicePrint返回参数结构体
@@ -4742,7 +4746,7 @@ export interface UpdateStreamIngestRequest {
4742
4746
  */
4743
4747
  StreamUrl?: string;
4744
4748
  /**
4745
- * 音量,取值范围[0, 100],默认100,表示原音量。
4749
+ * 音量,取值范围[0, 200],默认100,表示原音量。
4746
4750
  */
4747
4751
  Volume?: number;
4748
4752
  /**
@@ -6390,11 +6390,11 @@ export interface AigcImageOutputConfig {
6390
6390
  */
6391
6391
  ExpireTime?: string;
6392
6392
  /**
6393
- * <p>生成图片的分辨率。各模型可选值:</p><ul><li>GG 2.5:1K、2K、4K,默认1K;</li><li>GG 3.0:1K、2K、4K,默认1K;</li><li>GG 3.1:512、1K、2K、4K,默认1K;</li><li>Kling 2.1:1k、2k,默认1k;</li><li>Kling 3.0:1k、2k,默认1k;</li><li>Kling 3.0-Omni:1k、2k、4k,默认1k;</li><li>SI 4.0:1K、2K、4K,默认1K;</li><li>SI 4.5:2K、4K,默认2K;</li><li>SI 5.0-lite:2K、3K,默认2K;</li><li>Vidu q2:1080p、2K、4K,默认1080p;</li><li>Hunyuan 3.0:宽、高均在 [512, 2048] 像素范围内,宽高乘积 ≤ 1024:1024 像素。示例:1024:1024;</li><li>Qwen 2.0:支持自由设置宽高,输出图像总像素需在512 * 512 至 2048 * 2048之间。默认分辨率为1024*1024;</li><li>Qwen 0925:不支持;</li></ul>
6393
+ * <p>生成图片的分辨率。各模型可选值:</p><ul><li>GG 2.5:1K、2K、4K,默认1K;</li><li>GG 3.0:1K、2K、4K,默认1K;</li><li>GG 3.1:512、1K、2K、4K,默认1K;</li><li>Kling 2.1:1k、2k,默认1k;</li><li>Kling 3.0:1k、2k,默认1k;</li><li>Kling 3.0-Omni:1k、2k、4k,默认1k;</li><li>Kling O1:1k、2k、4k,默认1k;</li><li>SI 4.0:1K、2K、4K,默认1K;</li><li>SI 4.5:2K、4K,默认2K;</li><li>SI 5.0-lite:2K、3K,默认2K;</li><li>Vidu q2:1080p、2K、4K,默认1080p;</li><li>Hunyuan 3.0:暂不支持本字段,可通过<code>ExtInfo</code>字段设置分辨率;</li><li>Qwen 0925:暂不支持本字段,可通过<code>ExtInfo</code>字段设置分辨率;</li></ul>
6394
6394
  */
6395
6395
  Resolution?: string;
6396
6396
  /**
6397
- * <p>指定所生成图片的宽高比。</p><ul><li>GG 2.5:1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9;</li><li>GG 3.0:1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9;</li><li>GG 3.1:1:1, 1:4, 1:8, 2:3, 3:2, 3:4, 4:1, 4:3, 4:5, 5:4, 8:1, 9:16, 16:9, 21:9;</li><li>Kling 2.1:16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9;</li><li>Kling 3.0:16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9;</li><li>Kling 3.0-Omni:16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9;</li><li>Vidu q2:16:9、9:16、1:1、3:4、4:3、21:9、2:3、3:2;</li><li>SI 4.0:<strong>不支持</strong>此参数,可通过prompt指定16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9;</li><li>SI 4.5:<strong>不支持</strong>此参数,可通过prompt指定16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9;</li><li>SI 5.0-lite:<strong>不支持</strong>此参数,可通过prompt指定16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9;</li><li>Hunyuan 3.0:不支持;</li><li>Qwen 2.0:不支持;</li><li>Qwen 0925:不支持;</li></ul>
6397
+ * <p>指定所生成图片的宽高比。</p><ul><li>GG 2.5:1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9;</li><li>GG 3.0:1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9;</li><li>GG 3.1:1:1, 1:4, 1:8, 2:3, 3:2, 3:4, 4:1, 4:3, 4:5, 5:4, 8:1, 9:16, 16:9, 21:9;</li><li>Kling 2.1:16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9;</li><li>Kling 3.0:16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9;</li><li>Kling 3.0-Omni:16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9, auto;</li><li>Kling O1:16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9, auto;</li><li>Vidu q2:16:9、9:16、1:1、3:4、4:3、21:9、2:3、3:2;</li><li>SI 4.0:<strong>不支持</strong>此参数,可通过prompt指定16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9;</li><li>SI 4.5:<strong>不支持</strong>此参数,可通过prompt指定16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9;</li><li>SI 5.0-lite:<strong>不支持</strong>此参数,可通过prompt指定16:9, 9:16, 1:1, 4:3, 3:4, 3:2, 2:3, 21:9;</li><li>Hunyuan 3.0:不支持;</li><li>Qwen 2.0:不支持;</li><li>Qwen 0925:不支持;</li></ul>
6398
6398
  */
6399
6399
  AspectRatio?: string;
6400
6400
  /**
@@ -20969,11 +20969,11 @@ export interface CreateAigcImageTaskRequest {
20969
20969
  */
20970
20970
  ModelName: string;
20971
20971
  /**
20972
- * <p>模型版本。取值:</p><li>当 ModelName 是 GG,可选值为 2.5、3.0、3.1;</li><li>当 ModelName 是 Jimeng,可选值为 4.0;</li><li>当 ModelName 是 SI,可选值为 4.0、4.5、5.0-lite;</li><li>当 ModelName 是 Qwen,可选值为 0925、2.0;</li><li>当 ModelName 是 Hunyuan,可选值为 3.0;</li><li>当 ModelName 是 Vidu,可选值为 q2;</li><li>当 ModelName 是 Kling,可选值为 2.1、3.0、3.0-Omni;</li>
20972
+ * <p>模型版本。取值:</p><li>当 ModelName 是 GG,可选值为 2.5、3.0、3.1;</li><li>当 ModelName 是 Jimeng,可选值为 4.0;</li><li>当 ModelName 是 SI,可选值为 4.0、4.5、5.0-lite;</li><li>当 ModelName 是 Qwen,可选值为 0925;</li><li>当 ModelName 是 Hunyuan,可选值为 3.0;</li><li>当 ModelName 是 Vidu,可选值为 q2;</li><li>当 ModelName 是 Kling,可选值为 2.1、3.0、3.0-Omni、O1;</li>
20973
20973
  */
20974
20974
  ModelVersion: string;
20975
20975
  /**
20976
- * <p>AIGC 生图任务的输入图片的文件信息。各模型支持最大参考图数量:</p><ul><li>GG 2.5: 3张;</li><li>GG 3.0:14张;</li><li>GG 3.1:14张;</li><li>Kling 2.1:4张;</li><li>Kling 3.0:1张;</li><li>Kling 3.0-Omni:10张;</li><li>SI 4.0:14张;</li><li>SI 4.5:14张;</li><li>SI 5.0-lite:14张;</li><li>Vidu q2:7张;</li><li>Hunyuan 3.0:3张;</li><li>Qwen 0925:1张;</li><li>Qwen 2.0:3张;</li><li>MJ v7:3张。</li></ul>
20976
+ * <p>AIGC 生图任务的输入图片的文件信息。各模型支持最大参考图数量:</p><ul><li>GG 2.5: 3张;</li><li>GG 3.0:14张;</li><li>GG 3.1:14张;</li><li>Kling 2.1:4张;</li><li>Kling 3.0:1张;</li><li>Kling 3.0-Omni:10张;</li><li>Kling O1:10张;</li><li>SI 4.0:14张;</li><li>SI 4.5:14张;</li><li>SI 5.0-lite:14张;</li><li>Vidu q2:7张;</li><li>Hunyuan 3.0:3张;</li><li>Qwen 0925:1张;</li><li>MJ v7:3张。</li></ul>
20977
20977
  */
20978
20978
  FileInfos?: Array<AigcImageTaskInputFileInfo>;
20979
20979
  /**
@@ -21009,7 +21009,7 @@ export interface CreateAigcImageTaskRequest {
21009
21009
  */
21010
21010
  TasksPriority?: number;
21011
21011
  /**
21012
- * <p>保留字段,特殊用途时使用。</p>
21012
+ * <p>保留字段,特殊用途时使用。</p><ul><li><p>Hunyuan 3.0</p><ul><li>支持自由设置分辨率宽高,宽、高均在 [512, 2048] 像素范围内,宽高乘积 ≤ 1024x1024 像素。示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;728x1024\&quot;}&quot;}</code></li></ul></li><li><p>SI 系列</p><ul><li>支持自由设置分辨率宽高:<ul><li>SI 4.0:合法总像素范围 [1280x720=921600, 4096x4096=16777216],示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;728x1356\&quot;}&quot;}</code></li><li>SI 4.5:合法总像素范围 [2560x1440=3686400, 4096x4096=16777216],示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;2560x1440\&quot;}&quot;}</code></li><li>SI 5.0-lite:合法总像素范围 [2560x1440=3686400, 3072x3072x1.1025=10404496],示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;2560x1440\&quot;}&quot;}</code></li></ul></li><li>可用于开启输出多张图像,示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;sequential_image_generation\&quot;:\&quot;auto\&quot;}&quot;}</code>。除此之外,还需要在<code>Prompt</code>中说明需要输出图片张数,如:输出3张图片。</li></ul></li><li><p>Qwen 0925</p><ul><li>支持自由设置分辨率宽高,合法总像素范围 [512x512=261632, 2048x2048=4194304]。示例:<code>{&quot;AdditionalParameters&quot;: &quot;{\&quot;size\&quot;:\&quot;728*1024\&quot;}&quot;}</code></li></ul></li></ul>
21013
21013
  */
21014
21014
  ExtInfo?: string;
21015
21015
  }