You're looking at a specific version of this model. Jump to the model overview.

lucataco /image-to-video-slideshow:9804ac4d

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
images
array
List of images to create slideshow from. Upload 2-50 images.
duration_per_image
number
1

Min: 0.1

Max: 10

Duration each image is displayed (in seconds)
aspect_ratio
string (enum)
auto

Options:

auto, 16:9, 4:3, 1:1, 9:16

Video aspect ratio - 'auto' uses the first image's dimensions
resolution
string (enum)
720p

Options:

720p, 1080p, 1440p, 4k

Output video resolution (height for auto aspect ratio)
transition_type
string (enum)
none

Options:

none, fade, slide_left, slide_right

Transition effect between images
frame_rate
integer (enum)
30

Options:

24, 30, 60

Output video frame rate (fps)

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}