You're looking at a specific version of this model. Jump to the model overview.
tencent /hunyuan-video:a3543299
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
|
The prompt to guide the video generation
|
width |
integer
|
960
Min: 16 Max: 2520 |
Width of the video in pixels (must be divisible by 16)
|
height |
integer
|
544
Min: 16 Max: 1420 |
Height of the video in pixels (must be divisible by 16)
|
num_frames |
integer
|
61
Min: 5 Max: 329 |
Number of frames to generate (must be 4k+1, ex: 49 or 129)
|
num_inference_steps |
integer
|
30
Min: 1 Max: 50 |
Number of denoising steps
|
guidance_scale |
number
|
6
Min: 1 Max: 10 |
Guidance scale
|
fps |
integer
|
15
Min: 1 Max: 30 |
Frames per second of the output video
|
seed |
integer
|
0
|
Random seed (0 for random)
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}