subhash25rawat / reel-generator

(Updated 2 months ago)

  • Public
  • 101 runs
Iterate in playground

Run subhash25rawat/reel-generator with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

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
prompt
string
Prompt for reel generation
negative_prompt
string
poorly Rendered face, poorly drawn hands, poorly rendered hands, low resolution, Images cut out at the top, left, right, bottom, bad composition, mutated body parts, blurry image, disfigured, oversaturated, bad anatomy
What you dont want to see the reel
genre
string (enum)
Suspense/Thriller

Options:

Suspense/Thriller, Psychological Thriller, Mystery, Supernatural Horror, Survival Drama, Sci-Fi Suspense, Gothic Horror, Crime Thriller, Urban Legends, Adventure Suspense, Dark Fantasy, Existential Horror, Body Horror/Transformation, Techno-Horror, Surreal Suspense

genre for the generated reel
height
integer
1024
height of the generated reel. HxW must be 1024x576 or 576x1024 or 768x768 in case of stable-video video model
width
integer
576
width of the generated reel. HxW must be 1024x576 or 576x1024 or 768x768 in case of stable-video video model
video_model
string (enum)
kling

Options:

kling, minimax, luma-ai, ltx-video, stable-video

model to generate video from
image_model
string (enum)
story-diffusion

Options:

story-diffusion, flux

model which will be used for image generation
flux_version
string (enum)
pro

Options:

dev, pro, 1.1-pro, 1.1-pro-ultra

version of the flux model for image generation. Only applicable for `flux` image_model
add_voiceover
boolean
True
whether to add AI generated voiceover in reels
add_music
boolean
True
whether to add AI generated music to reel or not
voiceid
string (enum)
Matthew

Options:

Amy, Matthew, Ruth, Danielle, Gregory, Olivia, Emma, Brian, Arthur, Kajal, Niamh, Aria, Ayanda, Ivy, Joanna, Kendra, Kimberly, Salli, Joey, Justin, Kevin

select voice for voiceover. Applicable when add_voiceover is set to `True`
transition
string (enum)
fade

Options:

fade, wipeleft, wiperight, wipeup, wipedown, slideleft, slideright, slideup, slidedown, circlecrop, rectcrop, distance, fadeblack, fadewhite, radial

select transition for the videos
add_subtitles
boolean
False
whether to add AI generated subtitles
user_id
string
userId
image_id
string
image_id
bucket_id
string
bucket_id
creditNeedForGen
string
creditNeedForGen
device
string
device
country
string
country
paymentPlan
string
paymentPlan
method
string
method

Output schema

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

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