← All models
Pull motion from a reference video and apply it to new subjects or scenes.
Example
Details
- Accepts
- video
Pricing
- Price
- 250 cr / video
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Seed for random number generation. Use -1 for random seed each run. |
| promptrequired | string | The prompt to generate a video from |
| video_urlrequired | string | The URL of the video to use as the control video. |
| negative_prompt | — | Negative prompt used to guide the model away from undesirable features. |
| reference_image_url | — | Optional reference image URL to use for pose control or as a starting frame |
| first_frame_image_url | — | Optional first frame image URL to use as the first frame of the generated video |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video. |