Video · Runway

Runway API

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

Betriebsbereit · 2 endpoints · ab $0.120
runapi.ai
curl -X POST https://runapi.ai/api/v1/runway/extend_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "runway",
  "task_id": "task_abc123"
}'
import { RunwayClient } from "@runapi.ai/runway";

const client = new RunwayClient();
const result = await client.extendVideo.run({
    model: "runway",
    task_id: "task_abc123",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Runway\RunwayClient;

$client = new RunwayClient();
$result = $client->extendVideo->run([
        'model' => 'runway',
        'task_id' => 'task_abc123',
]);
require "runapi/runway"

client = RunApi::Runway::Client.new
result = client.extend_video.run(
    model: "runway",
    task_id: "task_abc123"
)
npx skills add runapi-ai/runway -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/runway v1
ÜBERBLICK

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.

  • Modellvarianten für verschiedene Qualitäts- und Latenzziele
  • Einheitlicher API Key
  • Model Skill enthält Docs, Schemas und Setup-Hinweise
  • Fehlgeschlagene Generierungen werden nicht berechnet
PREISE

PREISE

Fehlgeschlagene Generierungen werden nicht berechnet
Text to video
$0.12-$0.30 / video
Duration seconds: 5 · Output resolution: 720p $0.12
Duration seconds: 5 · Output resolution: 1080p $0.30
Duration seconds: 10 · Output resolution: 720p $0.30
Extend video
$0.12-$0.30 / video
Output resolution: 720p $0.12
Output resolution: 1080p $0.30
DATENBLATT

DATENBLATT

Modell-ID runway
Anbieter Runway
Modalität video
Task-Typ asynchronous
Abrechnung call
Endpoint /api/v1/runway/extend_video
Kommerziell Ja
Katalogstatus Betriebsbereit
MODELS

Installiere den Runway Skill für App-Entwicklung

Lade Modelldokumentation, Schemas, Preishinweise und Setup-Schritte in deinen Coding-Workspace.

# Install the model skill for app development workflows
npx skills add runapi-ai/runway -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the Runway skill for this app:

1. Add runapi-ai/runway with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
SO FUNKTIONIERT ES

Mit diesem Model Skill bauen

01

Modell wählen

Wähle Modell und Variante passend zu Ausgabetyp, Qualitätsziel und Latenz.

02

Einmal authentifizieren

Nutze deinen RunAPI Key für jedes unterstützte Modell.

03

Skill installieren

Füge den Model Skill deinem Coding-Workspace hinzu, bevor du das Feature implementierst.

04

Ergebnis empfangen

Frage per Task ID ab oder verarbeite den Callback, wenn die Generierung abgeschlossen ist.

KONTEXT

Wo Runway passt

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.

Provider
Runway
Modality
Video
WARUM RUNAPI

Warum Runway über RunAPI nutzen

Ein API Key

Nutze dieselben Zugangsdaten über Modelle und Anbieter hinweg.

Skill-ready

Der Model Skill enthält Schemas, Setup-Hinweise, Preiskontext und Modell-IDs.

Planbare Abrechnung

Nutzungsbasierte Preise sind vor dem Aufruf sichtbar.

FAQ

Häufige Fragen

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.

JETZT STARTEN

Mit Runway bauen.