tencentcloud-sdk-nodejs-mps 4.1.225 → 4.1.227
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
|
@@ -21139,13 +21139,17 @@ export interface LiveActivityResult {
|
|
|
21139
21139
|
*/
|
|
21140
21140
|
export interface CreateAigcImageTaskRequest {
|
|
21141
21141
|
/**
|
|
21142
|
-
* <p>模型名称。<br>当前支持的模型列表:<br>Hunyuan,<br>GEM,<br>Qwen。</p>
|
|
21142
|
+
* <p>模型名称。<br>当前支持的模型列表:<br>Hunyuan,<br>GEM,<br>Qwen,<br>Vidu,<br>Kling。</p>
|
|
21143
21143
|
*/
|
|
21144
21144
|
ModelName?: string;
|
|
21145
21145
|
/**
|
|
21146
|
-
* <p>指定模型特定版本号。默认使用系统当前所支持的模型稳定版本。</p><ol><li>GEM
|
|
21146
|
+
* <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
21147
|
*/
|
|
21148
21148
|
ModelVersion?: string;
|
|
21149
|
+
/**
|
|
21150
|
+
* <p>场景化生图使用,仅部分模型支持。</p><p>枚举值:</p><ul><li>3d_panorama: 全景图。仅Hunyuan支持。</li></ul>
|
|
21151
|
+
*/
|
|
21152
|
+
SceneType?: string;
|
|
21149
21153
|
/**
|
|
21150
21154
|
* <p>生成图片的描述。(注:最大支持1000字符)。当未传入参考图片时,此参数必填。</p>
|
|
21151
21155
|
*/
|