feat: refine video playground settings
This commit is contained in:
@@ -552,12 +552,16 @@ export async function createImageEditTask(
|
||||
export async function createVideoGenerationTask(
|
||||
token: string,
|
||||
input: {
|
||||
audio?: boolean;
|
||||
model: string;
|
||||
prompt: string;
|
||||
aspect_ratio?: string;
|
||||
count?: number;
|
||||
duration?: number;
|
||||
duration_seconds?: number;
|
||||
height?: number;
|
||||
n?: number;
|
||||
output_audio?: boolean;
|
||||
resolution?: string;
|
||||
runMode?: string;
|
||||
simulation?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user