llm_generate_video
Generate videos from text prompts via compatible /v1 video-generation APIs. Set provider, model, duration, and API key to produce the video.
Instructions
Generate a video using an external /v1 endpoint that supports video generation (e.g., SiliconFlow LTX-Video, Together, MiniMax Hailuo Video, or custom video bridge).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Video model name (e.g., "Lightricks/LTX-Video", "kling", "cogvideox"). | |
| prompt | Yes | Detailed description of the video to generate. | |
| api_key | No | API key for authentication. | |
| duration | No | Duration in seconds (e.g. 5). | |
| provider | No | Provider alias from vault. | |
| endpoint_url | No | Ad-hoc /v1 base URL supporting /v1/videos/generations. |