Runway API
Runway API-Zugang für Videogenerierung und -bearbeitung — erstelle und transformiere Material mit Text-Prompts.
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
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
DATENBLATT
| Modell-ID | runway |
| Anbieter | Runway |
| Modalität | video |
| Task-Typ | asynchronous |
| Abrechnung | call |
| Endpoint | /api/v1/runway/extend_video |
| Kommerziell | Ja |
| Katalogstatus | Betriebsbereit |
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
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.
Mit diesem Model Skill bauen
Modell wählen
Wähle Modell und Variante passend zu Ausgabetyp, Qualitätsziel und Latenz.
Einmal authentifizieren
Nutze deinen RunAPI Key für jedes unterstützte Modell.
Skill installieren
Füge den Model Skill deinem Coding-Workspace hinzu, bevor du das Feature implementierst.
Ergebnis empfangen
Frage per Task ID ab oder verarbeite den Callback, wenn die Generierung abgeschlossen ist.
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.
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.
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.
Ähnliche Modelle wie Runway
Mit Runway bauen.
- text_to_video
- extend_video