Runway
OpenClaw ships a bundledrunway provider for hosted video generation.
- Provider id:
runway - Auth:
RUNWAYML_API_SECRET(canonical) orRUNWAY_API_KEY - API: Runway task-based video generation (
GET /v1/tasks/{id}polling)
Quick start
- Set the API key:
- Set Runway as the default video provider:
- Ask the agent to generate a video. Runway will be used automatically.
Supported modes
| Mode | Model | Reference input |
|---|---|---|
| Text-to-video | gen4.5 (default) | None |
| Image-to-video | gen4.5 | 1 local or remote image |
| Video-to-video | gen4_aleph | 1 local or remote video |
- Local image and video references are supported via data URIs.
- Video-to-video currently requires
runway/gen4_alephspecifically. - Text-only runs currently expose
16:9and9:16aspect ratios.
Configuration
Related
- Video Generation — shared tool parameters, provider selection, and async behavior
- Configuration Reference