Runway KI-Modelle
Videogenerierung und -bearbeitung — erstelle und transformiere Filmmaterial aus Text- und Bildeingaben.
Runway entwickelt Videogenerierungs- und -bearbeitungsmodelle. Runway Aleph transformiert vorhandenes Filmmaterial per Text-Prompts mit Frame-Level-Kontinuität und unterstützt kreative Bearbeitungs-Workflows.
- Ein API Key für mehrere Anbieter
- Model Skills bringen Docs und Schemas in deinen Workspace
- Abrechnung pro Aufruf, ohne Verpflichtung
- Fehlgeschlagene Generierungen werden nicht berechnet
Was heraussticht
Alle Modelle von Runway
Runway API-Zugang für Videogenerierung und -bearbeitung — erstelle und transformiere Material mit Text-Prompts.
Runway Aleph API-Zugang für prompt-gesteuerte Videobearbeitung mit Frame-Level-Kontinuität.
Installiere einen Runway Model Skill.
Wähle ein Modell und füge seinen Skill hinzu, damit dein Coding-Tool Docs, Schemas, Preishinweise und Setup-Schritte kennt.
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
Häufige Fragen zu Runway
Ist das eine offizielle Runway-Integration?
RunAPI stellt eine verwaltete API-Oberfläche mit transparenten Preisen, Funktionen und Fehlerverhalten bereit.
Brauche ich ein Runway-Konto?
Nein. Dein RunAPI Key reicht für den verwalteten Zugriff.
Wie wird abgerechnet?
Pro Aufruf oder Einheit; fehlgeschlagene Generierungen werden nicht berechnet.