Skip to content

Commit c6e7874

Browse files
authored
feat: add descriptions for video
feat: add descriptions for video
2 parents 5a1e332 + 26266ac commit c6e7874

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.`,
@@ -129,6 +129,35 @@ export default {
129129
camerafixed: {
130130
desc: `Whether to fix the camera position.
131131
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.
132-
false: Do not fix the camera position.`
133-
}
132+
false: Do not fix the camera position.`,
133+
},
134+
video_url: {
135+
desc: `A HTTPS URL pointing to a video or a data URI containing a video`,
136+
},
137+
frame_size: {
138+
desc: `The width and height of the video`,
139+
},
140+
references: {
141+
image: {
142+
desc: `Passing an image reference allows the model to emulate the style or content of the reference in the output.`,
143+
},
144+
video: {
145+
desc: `Passing a video reference allows the model to emulate the style or content of the reference in the output.`,
146+
},
147+
},
148+
character: {
149+
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.`,
150+
character_video: {
151+
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.`,
152+
},
153+
character_image: {
154+
desc: `An image of your character. In the output, the character will use the reference video performance in its original static environment.`,
155+
},
156+
},
157+
body_control: {
158+
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.`,
159+
},
160+
expression_intensity: {
161+
desc: `An integer between 1 and 5 (inclusive). A larger value increases the intensity of the character's expression.`,
162+
},
134163
};

0 commit comments

Comments
 (0)