← All models
Superfast video model based on Wan 2.1 14b by Krea, excelling at real-time video-editing.
Example
Details
- Accepts
- text + video
Pricing
- Price
- 3.13 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Seed for the video-to-video generation. |
| promptrequired | string | Prompt for the video-to-video generation. |
| num_frames | integer | Number of frames to generate. Must be a multiple of 12 plus 6, for example 6, 18, 30, 42, etc. |
| enable_prompt_expansion | boolean | Whether to enable prompt expansion. This will use a large language model to expand the prompt with additional details while maintaining the original meaning. |
| strength | number | Denoising strength for the video-to-video generation. 0.0 preserves the original, 1.0 completely remakes the video. |
| video_url | string | URL of the input video. Currently, only outputs of 16:9 aspect ratio and 480p resolution are supported. Video duration should be less than 1000 frames at 16fps, and output frames will be 6 plus a multiple of 12, for example 18, 30, 42, etc. |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video file. |