Runway Aleph
Prompt-guided video editing that transforms existing footage with frame-level continuity.
# Works with Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents
npx skills add runapi-ai/runway-aleph -g
Install the Runway Aleph skill for me: 1. Clone https://github.com/runapi-ai/runway-aleph 2. Copy the skills/runway-aleph/ directory into your user-level skills directory (e.g. ~/.claude/skills/ for Claude Code, ~/.codex/skills/ for Codex). 3. Verify that SKILL.md is present. 4. Confirm the install path when done.
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.
- Installable agent skill
- Unified API key
- SDK examples included
- Gerações com falha não são cobradas
PREÇOS
FICHA TÉCNICA
| Model ID | runway-aleph |
| Provedor | Runway |
| Modalidade | video |
| Task type | asynchronous |
| Cobrança | call |
| Endpoint | /api/v1/runway_aleph/edit_video |
| Commercial | Yes |
| Status | Operational |
Use this model from your agent
# User prompt to the agent
"Transform this office walkthrough video into a watercolor painting style while keeping the camera movement."
// Code generated by the agent via @runapi.ai/runway-aleph
import { RunwayAlephClient } from '@runapi.ai/runway-aleph';
const client = new RunwayAlephClient();
const result = await client.editVideo.run({
model: 'runway-aleph',
prompt: 'Transform this office walkthrough video into a watercolor painting style while keeping the camera movement.',
});
How to call this model
Install the skill
Add the model skill to your agent or install the SDK package.
Authenticate once
Use your RunAPI key for every supported model.
Send a request
Use the unified schema for the endpoint you need.
Receive output
Poll by task ID or handle the callback when the generation completes.
SDK quickstart
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.",
});
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."
)
Where Runway Aleph fits
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.
Why use Runway Aleph through RunAPI
One API key
Use the same credentials across models and providers.
Agent-ready
Installable skills include docs and schema for tool calls.
Predictable billing
Usage-based pricing is visible before you call.
Frequently asked questions
How do I call this model?
Use the RunAPI SDK, CLI, or REST endpoint shown on this page.
Do failed generations cost money?
Gerações com falha não são cobradas
Can agents use it directly?
Yes. Install the model skill and your agent gets the docs, schema, and examples.
Models similar to Runway Aleph
Start building with Runway Aleph.
- edit_video