Runway Aleph — Video-to-Video Editing via API
Edit any video with a text prompt. Swap subjects, restyle scenes, change camera angles.
Gen-4 Aleph — RunwayML's Video Editing Head
Video-to-Video
Instruction-Based Video Editing
Describe the edit in plain English — swap a subject, restyle a scene, change camera angle — Aleph applies it while preserving the source video's motion and timing.
Gen-4 Architecture
RunwayML's Newest Editing Head
Built on Runway's Gen-4 foundation and purpose-trained for editing workflows, Aleph handles subject swaps, object insertion, style transfer, and camera reframing in a single prompt.
Temporal Coherence
Consistent Across Frames
Maintains identity, lighting, and spatial structure across every frame — no flicker, no morphing, no manual keyframing.
One API Key
No RunwayML Subscription
Call Aleph through the same ModelsLab REST API you already use for Kling, Seedance, Wan, and other video models. One key, one bill.
Async Friendly
Webhook Callbacks
Pass a webhook URL — ModelsLab POSTs the edited MP4 to your endpoint when processing completes. Essential for batch jobs and production pipelines.
SDKs Included
Python & JavaScript
Official SDKs wrap every endpoint including Aleph. Or call the REST API directly — we publish an OpenAPI spec for auto-generated clients.
Examples
See what Runway Aleph can edit
Copy any prompt below and try it yourself in the playground.
Ad Creative Variation
“change the product in frame from the original bottle to a red can of sparkling water, keep the same motion, lighting, and background”
Style Transfer
“apply a cinematic film noir look — high contrast black and white, soft vignette, dramatic shadows”
Scene Replacement
“replace the background with a neon-lit Tokyo street at night, preserve the subject and their motion exactly”
Camera Reframe
“reframe this clip as a low-angle tracking shot instead of the current eye-level composition”
For Developers
A few lines of code.
Upload a clip. Describe the edit. Receive the edited MP4.
ModelsLab handles the infrastructure: fast inference, auto-scaling, and a developer-friendly API. No GPU management needed.
- Serverless: scales to zero, scales to millions
- Pay per clip, no minimums
- Python and JavaScript SDKs, plus REST API
import requestsresponse = requests.post("https://modelslab.com/api/v7/video-fusion/video-to-video",json={"key": "YOUR_API_KEY","prompt": "change the car colour to cherry red, keep everything else identical","model_id": "gen4_aleph","init_video": "https://example.com/source.mp4","num_frames": 120,"output_type": "mp4"})print(response.json())
Ready to create?
Start generating with Runway Aleph — Video-to-Video Editing via API on ModelsLab.