docs/providers/runway.md
OpenClaw ships a bundled runway provider for hosted video generation.
| Property | Value |
|---|---|
| Provider id | runway |
| Auth | RUNWAYML_API_SECRET (canonical) or RUNWAY_API_KEY |
| API | Runway task-based video generation (GET /v1/tasks/{id} polling) |
| 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 |
{
agents: {
defaults: {
videoGenerationModel: {
primary: "runway/gen4.5",
},
},
},
}