There was an error while loading. Please reload this page.
2 parents 9213fc9 + 4f00d3a commit ed9edb9Copy full SHA for ed9edb9
1 file changed
packages/openapi/descriptions/video.js
@@ -326,4 +326,20 @@ Supported configurations include:
326
keep_audio: {
327
desc: `Whether to keep the original audio from the video.`,
328
},
329
+ generate_audio_switch: {
330
+ desc:`Enable audio generation. Default is "false".
331
+- true: Audio on.
332
+- false: Audio off.`,
333
+ },
334
+ generate_multi_clip_switch: {
335
+ desc: `Enable multi-clip generation with dynamic camera changes. Default is "false".
336
+- true: Multi-clip.
337
+- false: Single-clip.`,
338
339
+ thinking_type: {
340
+ desc:`Prompt reasoning enhancement mode. Default is "enabled".
341
+- "enabled": Turn on prompt optimization.
342
+- "disabled": Turn off prompt optimization.
343
+- "auto" or omitted: Let the model decide automatically.`,
344
345
};
0 commit comments