← All models
Hunyuan Video 1.5 is Tencent's latest and best video model
Example
Details
- Accepts
- text + image
Pricing
- Price
- 9.38 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility. |
| promptrequired | string | The prompt to generate the video from. |
| image_url | string | URL of the reference image for image-to-video generation. |
| num_frames | integer | The number of frames to generate. |
| resolution | string | The resolution of the video. |
| aspect_ratio | stringenum: 16:9, 9:16 | The aspect ratio of the video. |
| negative_prompt | string | The negative prompt to guide what not to generate. |
| num_inference_steps | integer | The number of inference steps. |
| enable_prompt_expansion | boolean | Enable prompt expansion to enhance the input prompt. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation. |
| video | — | The generated video file. |