Video · Luma

Luma API

Video modification and transformation powered by Luma's Dream Machine model.

Operationeel · 1 endpoints · vanaf $0.500
runapi.ai
curl -X POST https://runapi.ai/api/v1/luma/modify_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "luma-modify-video",
  "video_url": "https://cdn.runapi.ai/public/samples/video.mp4",
  "prompt": "Transform this office walkthrough video into a cyberpunk aesthetic with neon lighting, keeping the original camera movement."
}'
import { LumaClient } from "@runapi.ai/luma";

const client = new LumaClient();
const result = await client.modifyVideo.run({
    model: "luma-modify-video",
    video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
    prompt: "Transform this office walkthrough video into a cyberpunk aesthetic with neon lighting, keeping the original camera movement.",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Luma\LumaClient;

$client = new LumaClient();
$result = $client->modifyVideo->run([
        'model' => 'luma-modify-video',
        'video_url' => 'https://cdn.runapi.ai/public/samples/video.mp4',
        'prompt' => 'Transform this office walkthrough video into a cyberpunk aesthetic with neon lighting, keeping the original camera movement.',
]);
require "runapi/luma"

client = RunApi::Luma::Client.new
result = client.modify_video.run(
    model: "luma-modify-video",
    video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
    prompt: "Transform this office walkthrough video into a cyberpunk aesthetic with neon lighting, keeping the original camera movement."
)
npx skills add runapi-ai/luma -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/luma v1
OVERVIEW

Luma Dream Machine's video modification model retransforms existing footage with new visual styles or scene changes while preserving the source clip's 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
PRICING

Prijzen

Mislukte generaties worden niet in rekening gebracht
Modify video
$0.50 / video
SPECIFICATIEBLAD

Technische details

Model-ID luma-modify-video
Provider Luma
Modaliteit video
Taaktype asynchronous
Facturatie-eenheid call
API endpoint /api/v1/luma/modify_video
Commerciële licentie Ja — inbegrepen via API
Catalogusstatus Operationeel
SKILLS

Installeer de Luma 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/luma -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the Luma skill for this app:

1. Add runapi-ai/luma 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.
HOE HET WERKT

Van modelskill naar eerste resultaat in vier stappen

01

Kies het model

Kies het model en de variant die passen bij je outputtype, kwaliteitslat en latencydoel.

02

Configureren

Stel je RunAPI-key in en installeer de modelskill in je codeworkspace.

03

Bouwen

Gebruik de skill-instructies om de modelfeature in je applicatie toe te voegen.

04

Ontvangen

Poll op task-ID, stream wanneer ondersteund of verwerk de webhook-callback.

CONTEXT

Wat is de Luma API?

Luma AI's Dream Machine model modifies existing video by retransforming visual style while preserving motion. Through RunAPI, it shares unified API access and per-call billing.

Provider
Luma
Modality
Video
WAAROM RUNAPI

Waarom de Luma 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.

FAQ

Veelgestelde vragen

What is video modification?

Luma's modify-video endpoint takes existing footage and retransforms its visual style and content based on a text prompt, while preserving the original motion and camera dynamics.

Does it preserve the original motion?

Yes — camera movement, subject motion, and temporal structure from the source video are maintained. Only the visual style and appearance change.

What styles can I apply?

Any style describable in text — cinematic, anime, painterly, noir, retro, futuristic, and more. The prompt controls the transformation direction.

What input video formats are supported?

MP4 is the primary supported format. Source clips should be within the size and duration limits specified in the API docs.

How does Luma compare to Runway Aleph?

Both transform existing footage from prompts. Luma focuses on style transfer via the Dream Machine architecture. Runway Aleph emphasizes frame-level continuity preservation.

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.

NU BEGINNEN

Begin met bouwen met de Luma API.

Endpoints
  • modify_video
Zelfde categorie
Van deze provider
Documentatie