tencentcloud-sdk-nodejs-vclm 4.1.188 → 4.1.190
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
|
@@ -677,15 +677,15 @@ export interface SubmitVideoVoiceJobRequest {
|
|
|
677
677
|
*/
|
|
678
678
|
export interface SubmitAigcVideoJobRequest {
|
|
679
679
|
/**
|
|
680
|
-
* <p>模型名称。</p><p>枚举值:</p><p>● Vidu;</p><p>● Kling:可灵;</p><p>●
|
|
680
|
+
* <p>模型名称。</p><p>枚举值:</p><p>● Vidu;</p><p>● Kling:可灵;</p><p>● HY:混元;</p><p>● YT:优图;</p><p>示例值:Vidu</p>
|
|
681
681
|
*/
|
|
682
682
|
Vendor: string;
|
|
683
683
|
/**
|
|
684
|
-
* <p>模型版本。</p><p
|
|
684
|
+
* <p>模型版本。</p><p>枚举值:</p><p>● 当Vendor为Vidu时,可选值[q2, q2-pro, q2-turbo]</p><p>● 当Vendor为Kling时,可选值[v1.6, v2.0, v2.1, v2.5, , v2.6, O1]</p><p>● 当Vendor为HY时,默认值:[v1.5]</p><p>● 当Vendor为YT时,默认值:[v2.0]</p>
|
|
685
685
|
*/
|
|
686
686
|
Model: string;
|
|
687
687
|
/**
|
|
688
|
-
* <p>模型参数Json-Format
|
|
688
|
+
* <p>模型参数Json-Format字符串<br> <a href="https://cloud.tencent.com/document/product/1616/128996">模型参数列表</a></p>
|
|
689
689
|
*/
|
|
690
690
|
ModelParam?: string;
|
|
691
691
|
/**
|