tencentcloud-sdk-nodejs-mps 4.1.226 → 4.1.228

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.226",
3
+ "version": "4.1.228",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4470,6 +4470,10 @@ export interface AigcImageExtraParam {
4470
4470
  * <p>是否添加图标水印。默认不加。1-添加,0-不添加。</p><p>取值范围:[0, 1]</p><p>默认值:0</p>
4471
4471
  */
4472
4472
  LogoAdd?: number;
4473
+ /**
4474
+ * <p>指定图片的输出格式,支持jpeg, png。</p>
4475
+ */
4476
+ OutputFormat?: string;
4473
4477
  }
4474
4478
  /**
4475
4479
  * 智能分类结果信息
@@ -21139,13 +21143,17 @@ export interface LiveActivityResult {
21139
21143
  */
21140
21144
  export interface CreateAigcImageTaskRequest {
21141
21145
  /**
21142
- * <p>模型名称。<br>当前支持的模型列表:<br>Hunyuan,<br>GEM,<br>Qwen。</p>
21146
+ * <p>模型名称。<br>当前支持的模型列表:<br>Hunyuan,<br>GEM,<br>Qwen,<br>Vidu,<br>Kling。</p>
21143
21147
  */
21144
21148
  ModelName?: string;
21145
21149
  /**
21146
- * <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。</p><ol><li>GEM, 可选[2.5,3.0]。</li></ol>
21150
+ * <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。</p><ol><li>GEM,可选[2.5,3.0,3.1]。</li><li>Vidu,可选[q2]。</li><li>Kling,可选[2.1、O1、3.0、3.0-Omni]</li></ol>
21147
21151
  */
21148
21152
  ModelVersion?: string;
21153
+ /**
21154
+ * <p>场景化生图使用,仅部分模型支持。</p><p>枚举值:</p><ul><li>3d_panorama: 全景图。仅Hunyuan支持。</li></ul>
21155
+ */
21156
+ SceneType?: string;
21149
21157
  /**
21150
21158
  * <p>生成图片的描述。(注:最大支持1000字符)。当未传入参考图片时,此参数必填。</p>
21151
21159
  */