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

# Runway Aleph API

Runway Aleph API-Zugang für prompt-gesteuerte Videobearbeitung mit Frame-Level-Kontinuität.

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

Runway Aleph konzentriert sich auf prompt-gesteuerte Videobearbeitung mit hoher Frame-Kontinuität und ermöglicht die Retransformation von vorhandenem Material in Stil oder Inhalt unter Beibehaltung von Bewegung und zeitlicher Struktur.

## Variants

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

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `edit_video` | $1.10 | call |

## Spec sheet

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


## Install the skill

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

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

## Context

Runway Aleph ist Runways Videobearbeitungsmodell für die Transformation von Material unter Beibehaltung von Bewegung. Über RunAPI teilt es denselben API-Zugang wie alle Runway-Modelle.

## 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.

