tencentcloud-sdk-nodejs-vod 4.1.206 → 4.1.207
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
|
@@ -62,7 +62,7 @@ export interface AigcVideoOutputConfig {
|
|
|
62
62
|
*/
|
|
63
63
|
AspectRatio?: string;
|
|
64
64
|
/**
|
|
65
|
-
* <p>是否生成音频。支持的模型包括 GV、OS、Vidu
|
|
65
|
+
* <p>是否生成音频。支持的模型包括 GV、OS、Vidu、Jimeng、Kling。</p><p>枚举值:</p><ul><li>Enabled: 开启</li><li>Disabled: 关闭</li></ul><p>默认值:Disabled</p>
|
|
66
66
|
*/
|
|
67
67
|
AudioGeneration?: string;
|
|
68
68
|
/**
|
|
@@ -15769,9 +15769,21 @@ export interface AigcVideoTaskInputSubjectInfo {
|
|
|
15769
15769
|
*/
|
|
15770
15770
|
Id?: string;
|
|
15771
15771
|
/**
|
|
15772
|
-
* <p>固定名称。</p><ul><li>Vidu主体<strong>必选</strong
|
|
15772
|
+
* <p>固定名称。</p><ul><li>Vidu主体<strong>必选</strong>,可在 prompt 中加入 [@name] 使用。如 name 为小明时,prompt 中描述为 [@小明] 。</li><li>Kling主体可选。</li></ul>
|
|
15773
15773
|
*/
|
|
15774
15774
|
Name?: string;
|
|
15775
|
+
/**
|
|
15776
|
+
* <p><strong>仅Vidu有效。</strong>音色ID用来决定视频中的声音音色,为空时系统会自动推荐。</p>
|
|
15777
|
+
*/
|
|
15778
|
+
VoiceId?: string;
|
|
15779
|
+
/**
|
|
15780
|
+
* <p><strong>仅Vidu有效。</strong>临时主体图片,最多3张图片<br>注1:支持传入图片URL(确保可访问);<br>注2:图片支持 png、jpeg、jpg、webp格式;<br>注3:图片像素不能小于 128*128,且比例需要小于1:4或者4:1。</p>
|
|
15781
|
+
*/
|
|
15782
|
+
ImageUrls?: Array<string>;
|
|
15783
|
+
/**
|
|
15784
|
+
* <p><strong>仅Vidu有效。</strong>临时主体视频,最多1个5秒视频注1:仅参考生viduq2-pro模型支持使用视频主体;注2:最多支持上传 1个5秒 的视频;注3:视频支持 mp4、avi、mov格式;注4:视频像素不能小于 128*128,且比例需要小于1:4或者4:1;</p>
|
|
15785
|
+
*/
|
|
15786
|
+
VideoUrls?: Array<string>;
|
|
15775
15787
|
}
|
|
15776
15788
|
/**
|
|
15777
15789
|
* 智能分类任务结果类型
|
|
@@ -20961,7 +20973,7 @@ export interface CreateAigcImageTaskRequest {
|
|
|
20961
20973
|
*/
|
|
20962
20974
|
ModelVersion: string;
|
|
20963
20975
|
/**
|
|
20964
|
-
* <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:
|
|
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>
|
|
20965
20977
|
*/
|
|
20966
20978
|
FileInfos?: Array<AigcImageTaskInputFileInfo>;
|
|
20967
20979
|
/**
|