tencentcloud-sdk-nodejs-mps 4.1.262 → 4.1.263

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-mps",
3
- "version": "4.1.262",
3
+ "version": "4.1.263",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8520,7 +8520,7 @@ export interface CreateAigcAudioTaskRequest {
8520
8520
  */
8521
8521
  ModelName?: string;
8522
8522
  /**
8523
- * <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。<br>模型GL支持的版本号:2.0、3.0-clip、3.0-pro。<br>模型MinimaxMusic支持的版本号:2.0、2.5、2.6。</p>
8523
+ * <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。<br>模型GL支持的版本号:3.0-clip、3.0-pro。<br>模型MinimaxMusic支持的版本号:2.0、2.5、2.6。</p>
8524
8524
  */
8525
8525
  ModelVersion?: string;
8526
8526
  /**
@@ -21545,6 +21545,10 @@ export interface CreateAigcImageTaskRequest {
21545
21545
  * <p>用于传入参考的资源图片信息,默认支持传入一张图片。</p><p>支持多图输入的模型:</p><ol><li>Kling 2.1,可支持最多 4 张图片输入作为资源图。</li><li>Kling 3.0-Omni,可支持最多 10 张图片输入作为资源图。</li><li>Kling O1,可支持最多 10 张图片输入作为资源图。</li><li>Vidu q2,可支持最多 7 张图片输入作为资源图。</li><li>Hunyuan 3.0,可支持最多 3 张图片输入作为资源图。</li><li>MJ v7,可支持最多 3 张图片输入作为资源图。</li></ol><p>注意:</p><ol><li>推荐图片小于7M,各模型限制不同。</li><li>图片格式支持:jpeg, png, webp。</li></ol>
21546
21546
  */
21547
21547
  ImageInfos?: Array<AigcImageInfo>;
21548
+ /**
21549
+ * <p>指定图片输出张数。目前默认支持输出 1 张。</p>
21550
+ */
21551
+ OutputImageCount?: number;
21548
21552
  /**
21549
21553
  * <p>用于传入模型要求的额外参数。</p>
21550
21554
  */