Runway Aleph API
Prompt-guided video editing that transforms existing footage with frame-level continuity.
curl -X POST https://runapi.ai/api/v1/runway_aleph/edit_video \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "runway-aleph",
"video_url": "https://cdn.runapi.ai/public/samples/video.mp4",
"prompt": "Transform this office walkthrough video into a watercolor painting style while keeping the camera movement."
}'
import { RunwayAlephClient } from "@runapi.ai/runway-aleph";
const client = new RunwayAlephClient();
const result = await client.editVideo.run({
model: "runway-aleph",
video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
prompt: "Transform this office walkthrough video into a watercolor painting style while keeping the camera movement.",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\RunwayAleph\RunwayAlephClient;
$client = new RunwayAlephClient();
$result = $client->editVideo->run([
'model' => 'runway-aleph',
'video_url' => 'https://cdn.runapi.ai/public/samples/video.mp4',
'prompt' => 'Transform this office walkthrough video into a watercolor painting style while keeping the camera movement.',
]);
require "runapi/runway_aleph"
client = RunApi::RunwayAleph::Client.new
result = client.edit_video.run(
model: "runway-aleph",
video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
prompt: "Transform this office walkthrough video into a watercolor painting style while keeping the camera movement."
)
npx skills add runapi-ai/runway-aleph -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 Aleph focuses on prompt-guided video editing with high frame continuity, allowing existing footage to be retransformed in style or content while preserving motion and temporal structure.
- Meerdere varianten voor verschillende snelheid-/kwaliteitsniveaus
- Modelskill bevat docs, schema's en setupnotities
- Werkt met appgerichte codeerworkflows
- Mislukte generaties worden niet in rekening gebracht
Prijzen
Technische details
| Model-ID | runway-aleph |
| Provider | Runway |
| Modaliteit | video |
| Taaktype | asynchronous |
| Facturatie-eenheid | call |
| API endpoint | /api/v1/runway_aleph/edit_video |
| Commerciële licentie | Ja — inbegrepen via API |
| Catalogusstatus | Operationeel |
Installeer de Runway Aleph skill voor appontwikkeling
Laad modeldocs, schema's, prijsnotities en setupstappen in je codeworkspace.
# Install the model skill for app development workflows
npx skills add runapi-ai/runway-aleph -g
Install the Runway Aleph skill for this app: 1. Add runapi-ai/runway-aleph 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.
Van modelskill naar eerste resultaat in vier stappen
Kies het model
Kies het model en de variant die passen bij je outputtype, kwaliteitslat en latencydoel.
Configureren
Stel je RunAPI-key in en installeer de modelskill in je codeworkspace.
Bouwen
Gebruik de skill-instructies om de modelfeature in je applicatie toe te voegen.
Ontvangen
Poll op task-ID, stream wanneer ondersteund of verwerk de webhook-callback.
Wat is de Runway Aleph API?
Runway Aleph is Runway's video editing model, designed for transforming footage while preserving motion. Through RunAPI, it shares the same API access as all Runway models.
Waarom de Runway Aleph API via RunAPI gebruiken
Eén auth, elke provider
Met één RunAPI-sleutel ontgrendel je de hele catalogus. Geen aparte accounts, geen sleutelrotatie per integratie.
Uniforme prijzen & billing
Prijs per call in USD, maandelijks gefactureerd. Mislukte generaties worden niet in rekening gebracht.
Skill met schema's
Getypeerde schema's en setupnotities zitten in de modelskill, zodat implementatie start vanuit het juiste contract.
Veelgestelde vragen
What is prompt-guided video editing?
Runway Aleph takes existing footage and retransforms its visual style or content based on a text prompt, while preserving the original motion and camera dynamics.
Does it preserve the original motion?
Yes — Aleph maintains frame-level temporal continuity, keeping camera movement, subject motion, and timing intact while changing visual style.
What styles can I apply?
Any style describable in text — watercolor, oil painting, anime, cyberpunk, vintage film, and more. The model interprets the style prompt creatively.
What input video formats are supported?
MP4 is the primary supported format. Keep source clips under the size and duration limits in the API docs for best results.
How does Aleph differ from standard Runway?
Standard Runway generates video from text or images. Aleph specifically transforms existing footage, making it an editing tool rather than a generator.
Met welke variant moet ik beginnen?
Kies de goedkoopste variant die aan je kwaliteitsnorm voldoet. De meeste teams beginnen met de snelle variant en stappen over op pro voor productie.
Is er een gratis tier?
Nieuwe accounts krijgen de eerste calls gratis op elk model. Daarna betaal je per call.
Streamen jullie resultaten?
Waar streaming beschikbaar is, streamt RunAPI end-to-end.
Hoe worden mislukkingen gefactureerd?
Mislukte generations worden niet in rekening gebracht.
Worden outputs gecachet?
Gegenereerde outputs worden opgeslagen en zijn op te vragen via task-ID. Inputs worden niet gecachet.
Mag ik het commercieel gebruiken?
Ja — commercieel gebruik is inbegrepen voor elke variant, tenzij een modellicentie het expliciet beperkt. Dat staat aangegeven op de variantpagina.
Hoe zit het met rate limits?
Rate limits per key schalen mee met je usage tier. Zie de prijzenpagina voor de actuele limieten.
Waar kan ik problemen melden?
Open een issue in de publieke GitHub-repo of mail support.
Als je de Runway Aleph API goed vindt, probeer deze dan eens
Begin met bouwen met de Runway Aleph API.
- edit_video