Skip to content

Commit ed9edb9

Browse files
authored
Merge pull request #241 from aimlapi:stelyatko/feat-update-video-desc
feat: add audio and multi-clip generation options to video descriptions
2 parents 9213fc9 + 4f00d3a commit ed9edb9

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

packages/openapi/descriptions/video.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,4 +326,20 @@ Supported configurations include:
326326
keep_audio: {
327327
desc: `Whether to keep the original audio from the video.`,
328328
},
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+
},
329345
};

0 commit comments

Comments
 (0)