Skip to content

Commit 26266ac

Browse files
committed
feat: add descriptions for video
1 parent e2835a9 commit 26266ac

1 file changed

Lines changed: 32 additions & 3 deletions

File tree

packages/openapi/descriptions/video.js

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export default {
107107
desc: `If set to true, the prompt will be expanded with additional prompts.`,
108108
},
109109
enhance_prompt: {
110-
desc: `Whether to enhance the video generation.`
110+
desc: `Whether to enhance the video generation.`,
111111
},
112112
generate_audio: {
113113
desc: `Whether to generate audio for the video.`,
@@ -130,6 +130,35 @@ export default {
130130
desc: `Whether to fix the camera position. Enum values:
131131
132132
true: Fix the camera position. The platform will append instructions to fix the camera position in the user's prompt, but the actual effect is not guaranteed.
133-
false: Do not fix the camera position.`
134-
}
133+
false: Do not fix the camera position.`,
134+
},
135+
video_url: {
136+
desc: `A HTTPS URL pointing to a video or a data URI containing a video`,
137+
},
138+
frame_size: {
139+
desc: `The width and height of the video`,
140+
},
141+
references: {
142+
image: {
143+
desc: `Passing an image reference allows the model to emulate the style or content of the reference in the output.`,
144+
},
145+
video: {
146+
desc: `Passing a video reference allows the model to emulate the style or content of the reference in the output.`,
147+
},
148+
},
149+
character: {
150+
desc: `The character to control. You can either provide a video or an image. A visually recognizable face must be visible and stay within the frame.`,
151+
character_video: {
152+
desc: `A video of your character. In the output, the character will use the reference video performance in its original animated environment and some of the character's own movements.`,
153+
},
154+
character_image: {
155+
desc: `An image of your character. In the output, the character will use the reference video performance in its original static environment.`,
156+
},
157+
},
158+
body_control: {
159+
desc: `A boolean indicating whether to enable body control. When enabled, non-facial movements and gestures will be applied to the character in addition to facial expressions.`,
160+
},
161+
expression_intensity: {
162+
desc: `An integer between 1 and 5 (inclusive). A larger value increases the intensity of the character's expression.`,
163+
},
135164
};

0 commit comments

Comments
 (0)