ANBIETER

Runway KI-Modelle

Videogenerierung und -bearbeitung — erstelle und transformiere Filmmaterial aus Text- und Bildeingaben.

2 models · ab $0.120
ÜBERBLICK

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
FUNKTIONEN

Was heraussticht

MODELLE

Alle Modelle von Runway

QUICKSTART

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.

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
FAQ

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.

JETZT STARTEN

Rufe Runway-Modelle über eine API auf.