Short answer: You can runway image to video in Runway by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Runway Runway Image to Video action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Model model | options | Required | Model. Options: Gen-4 Turbo, Gen-3 Alpha Turbo |
Image URL prompt_image | string | Required | https://example.com/image.jpg |
Prompt (optional motion description) prompt_text | string | Optional | Prompt (optional motion description) |
Duration duration | options | Optional | Duration. Options: 5s, 10s |
Aspect Ratio ratio | string | Optional | Aspect Ratio |
{"model": "{{trigger.model}}","prompt_image": "https://example.com/image.jpg","prompt_text": "{{trigger.prompt_text}}","duration": "{{trigger.duration}}","ratio": "{{trigger.ratio}}"}
{"id": "task-abc123"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.