tencentcloud-sdk-nodejs-vod 4.1.163 → 4.1.164

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vod",
3
- "version": "4.1.163",
3
+ "version": "4.1.164",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -18751,7 +18751,7 @@ export interface CreateAigcImageTaskRequest {
18751
18751
  */
18752
18752
  ModelVersion: string;
18753
18753
  /**
18754
- * AIGC 生图任务的输入图片的文件信息。默认只支持指定1个,使用模型 GEM 时最多指定3个。
18754
+ * AIGC 生图任务的输入图片的文件信息。默认只支持指定1个,使用模型 GEM 时,版本2.5最多指定3个,版本3.0最多指定14个。
18755
18755
  */
18756
18756
  FileInfos?: Array<AigcImageTaskInputFileInfo>;
18757
18757
  /**