GET
/v1/schemas/fal/video/fal-ai%2Fhunyuan-video-v1.5%2Ftext-to-video
Accept:
Request body
8 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | The prompt to generate the video. | |
| num_inference_steps | integer | The number of inference steps. | 1 ≤ n ≤ 50 · default: 28 |
| num_frames | integer | The number of frames to generate. | 1 ≤ n ≤ 121 · default: 121 |
| negative_prompt | string | The negative prompt to guide what not to generate. | default: "" |
| aspect_ratio | enum | The aspect ratio of the video. | 16:9 | 9:16 · default: "16:9" |
| resolution | const | The resolution of the video. | "480p" · default: "480p" |
| seed | integer | Random seed for reproducibility. | nullable |
| enable_prompt_expansion | boolean | Enable prompt expansion to enhance the input prompt. | default: true |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/hunyuan-video-v1.5/text-to-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}