Documentation Index
Fetch the complete documentation index at: https://docs.myrouter.ai/llms.txt
Use this file to discover all available pages before exploring further.
HunyuanVideo is an industry-leading text-to-video generation model that can generate high-quality videos with realistic motion based on text descriptions.
This is an asynchronous API that only returns the task_id of the async task. You should use this task_id to call the Query Task Result API to retrieve the generated results.
Enum value: application/json
Bearer authentication format: Bearer {{API Key}}.
Request Body
Model name.Supported: hunyuan-video-fast.
Width of the output video.Supported: 720, 1280.
Height of the output video.Supported:
- When
width is 1280, height is 720
- When
width is 720, height is 1280
Random seed used for noise generation, making the output reproducible. The same seed and parameters will produce the same content.Range: -1 <= x <= 9999999999.
Number of denoising steps. More steps generally produce better results but take longer.Range: 2 <= x <= 30.
Prompt to guide the generation.Range: 1 <= x <= 2000.
Response