You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/openapi/descriptions/video.js
+32-3Lines changed: 32 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ export default {
107
107
desc: `If set to true, the prompt will be expanded with additional prompts.`,
108
108
},
109
109
enhance_prompt: {
110
-
desc: `Whether to enhance the video generation.`
110
+
desc: `Whether to enhance the video generation.`,
111
111
},
112
112
generate_audio: {
113
113
desc: `Whether to generate audio for the video.`,
@@ -130,6 +130,35 @@ export default {
130
130
desc: `Whether to fix the camera position. Enum values:
131
131
132
132
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.`,
0 commit comments