subhash25rawat / reel-generator
(Updated 2 months ago)
- Public
- 101 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 |
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
|
{
"type": "object",
"title": "Input",
"required": [
"prompt",
"user_id",
"image_id",
"bucket_id",
"creditNeedForGen",
"device",
"country",
"paymentPlan",
"method"
],
"properties": {
"genre": {
"enum": [
"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"
],
"type": "string",
"title": "genre",
"description": "genre for the generated reel",
"default": "Suspense/Thriller",
"x-order": 2
},
"width": {
"type": "integer",
"title": "Width",
"default": 576,
"x-order": 4,
"description": "width of the generated reel. HxW must be 1024x576 or 576x1024 or 768x768 in case of stable-video video model"
},
"device": {
"type": "string",
"title": "Device",
"x-order": 17,
"description": "device"
},
"height": {
"type": "integer",
"title": "Height",
"default": 1024,
"x-order": 3,
"description": "height of the generated reel. HxW must be 1024x576 or 576x1024 or 768x768 in case of stable-video video model"
},
"method": {
"type": "string",
"title": "Method",
"x-order": 20,
"description": "method"
},
"prompt": {
"type": "string",
"title": "Prompt",
"x-order": 0,
"description": "Prompt for reel generation"
},
"country": {
"type": "string",
"title": "Country",
"x-order": 18,
"description": "country"
},
"user_id": {
"type": "string",
"title": "User Id",
"x-order": 13,
"description": "userId"
},
"voiceid": {
"enum": [
"Amy",
"Matthew",
"Ruth",
"Danielle",
"Gregory",
"Olivia",
"Emma",
"Brian",
"Arthur",
"Kajal",
"Niamh",
"Aria",
"Ayanda",
"Ivy",
"Joanna",
"Kendra",
"Kimberly",
"Salli",
"Joey",
"Justin",
"Kevin"
],
"type": "string",
"title": "voiceid",
"description": "select voice for voiceover. Applicable when add_voiceover is set to `True`",
"default": "Matthew",
"x-order": 10
},
"image_id": {
"type": "string",
"title": "Image Id",
"x-order": 14,
"description": "image_id"
},
"add_music": {
"type": "boolean",
"title": "Add Music",
"default": true,
"x-order": 9,
"description": "whether to add AI generated music to reel or not"
},
"bucket_id": {
"type": "string",
"title": "Bucket Id",
"x-order": 15,
"description": "bucket_id"
},
"transition": {
"enum": [
"fade",
"wipeleft",
"wiperight",
"wipeup",
"wipedown",
"slideleft",
"slideright",
"slideup",
"slidedown",
"circlecrop",
"rectcrop",
"distance",
"fadeblack",
"fadewhite",
"radial"
],
"type": "string",
"title": "transition",
"description": "select transition for the videos",
"default": "fade",
"x-order": 11
},
"image_model": {
"enum": [
"story-diffusion",
"flux"
],
"type": "string",
"title": "image_model",
"description": "model which will be used for image generation",
"default": "story-diffusion",
"x-order": 6
},
"paymentPlan": {
"type": "string",
"title": "Paymentplan",
"x-order": 19,
"description": "paymentPlan"
},
"video_model": {
"enum": [
"kling",
"minimax",
"luma-ai",
"ltx-video",
"stable-video"
],
"type": "string",
"title": "video_model",
"description": "model to generate video from",
"default": "kling",
"x-order": 5
},
"flux_version": {
"enum": [
"dev",
"pro",
"1.1-pro",
"1.1-pro-ultra"
],
"type": "string",
"title": "flux_version",
"description": "version of the flux model for image generation. Only applicable for `flux` image_model",
"default": "pro",
"x-order": 7
},
"add_subtitles": {
"type": "boolean",
"title": "Add Subtitles",
"default": false,
"x-order": 12,
"description": "whether to add AI generated subtitles"
},
"add_voiceover": {
"type": "boolean",
"title": "Add Voiceover",
"default": true,
"x-order": 8,
"description": "whether to add AI generated voiceover in reels"
},
"negative_prompt": {
"type": "string",
"title": "Negative Prompt",
"default": "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",
"x-order": 1,
"description": "What you dont want to see the reel"
},
"creditNeedForGen": {
"type": "string",
"title": "Creditneedforgen",
"x-order": 16,
"description": "creditNeedForGen"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
{
"type": "string",
"title": "Output",
"format": "uri"
}