enhancerandroid02/flix_templates_2.0_staging

Public
5K runs

Run enhancerandroid02/flix_templates_2.0_staging 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
image
string
Input image
template
string
Video effect template (None = normal i2v)
prompt
string
Custom prompt (only when template=None)
width
integer
540

Min: 64

Max: 2048

Video width
height
integer
960

Min: 64

Max: 2048

Video height
length
integer
81

Min: 9

Max: 121

Number of frames
steps
integer
4

Min: 1

Max: 50

Sampling steps
fps
integer
16

Min: 1

Max: 60

Frames per second
seed
integer
0
Seed

Output schema

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

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