GET
/v1/schemas/fal/video/fal-ai%2Finfinity-star%2Ftext-to-video
Accept:
Request body
9 properties · 1 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| prompt* | string | Text prompt for generating the video | |
| num_inference_steps | integer | Number of inference steps | 1 ≤ n ≤ 100 · default: 50 |
| negative_prompt | string | Negative prompt to guide what to avoid in generation | default: "" |
| guidance_scale | number | Guidance scale for generation | 1 ≤ n ≤ 40 · default: 7.5 |
| aspect_ratio | enum | Aspect ratio of the generated output | 16:9 | 1:1 | 9:16 · default: "16:9" |
| enhance_prompt | boolean | Whether to use an LLM to enhance the prompt. | default: true |
| tau_video | number | Tau value for video scale | 0.1 ≤ n ≤ 1 · default: 0.4 |
| seed | integer | Random seed for reproducibility. Leave empty for random generation. | nullable |
| use_apg | boolean | Whether to use APG | default: true |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"fal","endpointId":"fal-ai/infinity-star/text-to-video","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}