---
title: "Runway AI models — API access via RunAPI"
url: "https://runapi.ai/providers/runway.md"
canonical: "https://runapi.ai/providers/runway.md"
locale: "en"
provider: "Runway"
line_count: 2
variant_count: 0
---

# Runway

Video generation and editing — create and transform footage from text and image inputs.

Runway develops video generation and editing models. Runway Aleph transforms existing footage via text prompts with frame-level continuity, supporting creative video-to-video workflows.

## Models

- [Runway](https://runapi.ai/models/runway.md) — Video, 2 endpoints · from $0.120
- [Runway Aleph](https://runapi.ai/models/runway-aleph.md) — Video, 1 endpoints · from $1.10

## Variants

No separate variant URLs. Single-SKU lines are documented on their model page.

## Install

```sh
npm install @runapi.ai/<line>
```

## FAQ

### Is this an official %{provider} integration?

RunAPI exposes a managed API surface with transparent pricing, capability, and error behavior.

### Do I need a %{provider} account?

No — your RunAPI key is enough for managed access.

### What&#39;s the latency overhead from proxying?

Typically under 20 ms. RunAPI keeps the proxy layer close to model execution regions.

### Are images / videos cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

### Can I bring my own key?

Not currently — calls use RunAPI-managed access.

