subhash25rawat/reel-generator

Public
112 runs

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
None
Suspense/Thriller
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
None
kling
model to generate video from
image_model
None
story-diffusion
model which will be used for image generation
flux_version
None
pro
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
None
Matthew
select voice for voiceover. Applicable when add_voiceover is set to `True`
transition
None
fade
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"
}