generate_video
Convert a text description into a video using a Gwanggo model. Specify model, prompt, and optional parameters; the tool uses credits and returns the video URL after processing.
Instructions
Generate a video with a Gwanggo model. Spends credits (often per-second — check list_models). Waits up to 10 minutes and returns the video URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model slug, e.g. "seedance-2.0", "kling-3", "veo-3.1" | |
| prompt | Yes | Scene/motion description | |
| duration | No | Seconds (model-dependent, e.g. 5 or 10) | |
| image_url | No | Reference image URL for image-to-video | |
| resolution | No | e.g. "480p", "720p", "1080p" (model-dependent) | |
| aspect_ratio | No | e.g. "16:9", "9:16" (model-dependent) | |
| generate_audio | No | Generate audio track (model-dependent) |