/runwayml | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
runwayml_cancel_task | Cancel a task |
runwayml_edit_video | Edit a video with a prompt |
runwayml_get_organization | Get organization info |
runwayml_get_task | Get task status and result |
runwayml_image_to_video | Generate a video from an image |
runwayml_text_to_image | Generate an image from a text prompt |
runwayml_upscale_video | Upscale a video |
runwayml_cancel_task
Cancel a task Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
taskId | string | Yes | — | The task ID to cancel |
runwayml_edit_video
Edit a video with a prompt Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model | string | Yes | — | Model to use for video editing |
promptText | string | Yes | — | Text prompt describing the desired video transformation |
ratio | string | No | — | Output video aspect ratio |
references | any[] | No | — | Optional reference images to guide style or content |
videoUri | string | Yes | — | Source video as a URL or data URI |
runwayml_get_organization
Get organization inforunwayml_get_task
Get task status and result Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
taskId | string | Yes | — | The task ID returned from a generation request |
runwayml_image_to_video
Generate a video from an image Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
duration | integer | No | — | Video duration in seconds (5 or 10) |
model | string | Yes | — | Model to use for generation |
promptImage | string | Yes | — | Source image as a URL or base64-encoded data URI |
promptText | string | Yes | — | Optional text prompt to guide the video generation |
ratio | string | No | — | Output video aspect ratio |
runwayml_text_to_image
Generate an image from a text prompt Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model | string | Yes | — | Model to use for generation |
promptText | string | Yes | — | Text prompt describing the image to generate |
ratio | string | No | — | Output image aspect ratio |
referenceImages | any[] | No | — | Optional reference images to guide style or content |
runwayml_upscale_video
Upscale a video Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model | string | Yes | — | Model to use for upscaling |
videoUri | string | Yes | — | Source video as a URL or data URI |

