---
title: "Runway API — Varianten, Preise und Model Skill"
url: "https://runapi.ai/de/models/runway.md"
canonical: "https://runapi.ai/de/models/runway.md"
locale: "de"
model: "Runway"
provider: "Runway"
modality: "video"
variant_count: 1
price_from_cents: 12
---

# Runway API

Runway API-Zugang für Videogenerierung und -bearbeitung — erstelle und transformiere Material mit Text-Prompts.

**Provider:** Runway
**Modality:** Video
**Catalog:** 2 endpoints

Runway ist eine professionelle KI-Videogenerierungsplattform, die Text-zu-Video und Bild-zu-Video-Erstellung unterstützt. Sie wird in kreativen und Filmproduktions-Workflows zur Generierung von kinematischem Material weit eingesetzt.

## Variants

Single-SKU line. The SDK model ID is `runway` and all usage details are documented here.

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `text_to_video` | $0.300 | call |
| `extend_video` | $0.120 | call |

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `runway` |
| Provider | Runway |
| Modality | video |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/runway/extend_video` |


## Install the skill

```sh
npx skills add runapi-ai/runway -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Runway features to an application.

## Context

Runway ist ein führendes Video-KI-Unternehmen, dessen Modelle in der kreativen Produktion weit verbreitet sind. Über RunAPI sind Runway-Endpunkte mit einem gemeinsamen Key und Abrechnung pro Aufruf zugänglich.

## FAQ

### Wie rufe ich dieses Modell auf?

Installiere den Model Skill und folge den Setup-Hinweisen mit deinem RunAPI Key.

### Kosten fehlgeschlagene Generierungen Geld?

Fehlgeschlagene Generierungen werden nicht berechnet

### Kann ich es aus meiner Anwendung aufrufen?

Ja. Installiere den Model Skill im Coding-Workspace und nutze ihn beim Einbau des Modell-Features.

