generate_scenario
Plan a multi-scene video from a brief. An LLM director returns per-scene English video prompts with durations and a soundtrack prompt.
Instructions
Plan a multi-scene video from a brief: an LLM director returns a structured scenario — per-scene English video prompts with durations, plus a soundtrack prompt. Feed each scene prompt to generate_video, then stitch the finished clips with compose_video. Charged in credits like chat (LLM usage).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | LLM model slug (omit to use the default). | |
| style | No | Optional visual style, e.g. 'cinematic', 'documentary', 'product ad', 'anime'. | |
| prompt | Yes | What the final video is about: product, story, mood, audience. Any language. | |
| scene_count | No | Number of scenes. Omit to derive from duration (~5s per scene). | |
| aspect_ratio | No | 9:16 | |
| duration_seconds | No | Target total length of the final video. |