← All models
RIFE
rife
Image generationby rife
Interpolate images with RIFE - Real-Time Intermediate Flow Estimation
images
Pricing
- Price
- 0.163 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| fps | integer | Frames per second for the output video. Only applicable if output_type is 'video'. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| num_frames | integer | The number of frames to generate between the input images. |
| include_end | boolean | Whether to include the end image in the output. |
| output_type | stringenum: images, video | The type of output to generate; either individual images or a video. |
| end_image_urlrequired | string | The URL of the second image to use as the ending point for interpolation. |
| include_start | boolean | Whether to include the start image in the output. |
| output_format | stringenum: png, jpeg | The format of the output images. Only applicable if output_type is 'images'. |
| start_image_urlrequired | string | The URL of the first image to use as the starting point for interpolation. |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video file, if output_type is 'video'. |
| images | array | The generated frames as individual images. |
