Skip to main content
Server path: /runwayml | Type: Application | PCID required: Yes

Tools

ToolDescription
runwayml_cancel_taskCancel a task
runwayml_edit_videoEdit a video with a prompt
runwayml_get_organizationGet organization info
runwayml_get_taskGet task status and result
runwayml_image_to_videoGenerate a video from an image
runwayml_text_to_imageGenerate an image from a text prompt
runwayml_upscale_videoUpscale a video

runwayml_cancel_task

Cancel a task Parameters:
ParameterTypeRequiredDefaultDescription
taskIdstringYesThe task ID to cancel

runwayml_edit_video

Edit a video with a prompt Parameters:
ParameterTypeRequiredDefaultDescription
modelstringYesModel to use for video editing
promptTextstringYesText prompt describing the desired video transformation
ratiostringNoOutput video aspect ratio
referencesany[]NoOptional reference images to guide style or content
videoUristringYesSource video as a URL or data URI

runwayml_get_organization

Get organization info

runwayml_get_task

Get task status and result Parameters:
ParameterTypeRequiredDefaultDescription
taskIdstringYesThe task ID returned from a generation request

runwayml_image_to_video

Generate a video from an image Parameters:
ParameterTypeRequiredDefaultDescription
durationintegerNoVideo duration in seconds (5 or 10)
modelstringYesModel to use for generation
promptImagestringYesSource image as a URL or base64-encoded data URI
promptTextstringYesOptional text prompt to guide the video generation
ratiostringNoOutput video aspect ratio

runwayml_text_to_image

Generate an image from a text prompt Parameters:
ParameterTypeRequiredDefaultDescription
modelstringYesModel to use for generation
promptTextstringYesText prompt describing the image to generate
ratiostringNoOutput image aspect ratio
referenceImagesany[]NoOptional reference images to guide style or content

runwayml_upscale_video

Upscale a video Parameters:
ParameterTypeRequiredDefaultDescription
modelstringYesModel to use for upscaling
videoUristringYesSource video as a URL or data URI