zurk / hunyuanvideo

API for HunyuanVideo text to video generator

  • Public
  • 10 runs
  • GitHub
Iterate in playground

Run zurk/hunyuanvideo 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
A cat walks on the grass, realistic style.
Input prompt for video generation
negative_prompt
string
Negative prompt
width
integer
1280

Min: 1

Video width
height
integer
720

Min: 1

Video height
video_length
integer
129

Min: 1

Max: 129

Number of frames
seed
integer
Random seed
guidance_scale
number
6

Min: 1

Max: 6

Classifier-free guidance scale
embedded_guidance_scale
number
6

Min: 1

Max: 6

Embedded guidance scale
num_inference_steps
integer
50

Min: 1

Number of inference steps
flow_shift
number
7
Flow shift parameter
flow_reverse
boolean
True
Whether to reverse flow

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"
}