← All models
Framepack
framepack
Video editby framepack
Framepack is an efficient Image-to-video model that autoregressively generates videos.
Example
Pricing
- Price
- 4.16 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The seed to use for generating the video. |
| promptrequired | string | Text prompt for video generation (max 500 characters). |
| cfg_scale | number | Classifier-Free Guidance scale for the generation. |
| image_urlrequired | string | URL of the image input. |
| num_frames | integer | The number of frames to generate. |
| resolution | stringenum: 720p, 480p | The resolution of the video to generate. 720p generations cost 1.5x more than 480p generations. |
| aspect_ratio | stringenum: 16:9, 9:16 | The aspect ratio of the video to generate. |
| guidance_scale | number | Guidance scale for the generation. |
| negative_prompt | string | Negative prompt for video generation. |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generating the video. |
| video | — |
