Video · Luma

Luma

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

Operational · 1 endpoints · ab $0.500
# Works with Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents
npx skills add runapi-ai/luma -g
The -g flag installs globally so every project picks it up.
Or paste this prompt to your AI agent:
Install the Luma skill for me:

1. Clone https://github.com/runapi-ai/luma
2. Copy the skills/luma/ 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.
ÜBERBLICK

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.

  • Installable agent skill
  • Unified API key
  • SDK examples included
  • Fehlgeschlagene Generierungen werden nicht berechnet
PREISE

PREISE

Fehlgeschlagene Generierungen werden nicht berechnet
Modify video
$0.50 / video
DATENBLATT

DATENBLATT

Model ID luma-modify-video
Anbieter Luma
Modalität video
Task type asynchronous
Abrechnung call
Endpoint /api/v1/luma/modify_video
Commercial Yes
Status Operational
AGENT USAGE

Use this model from your agent

Prompt + SDK example
# User prompt to the agent
"Transform this office walkthrough video into a cyberpunk aesthetic with neon lighting, keeping the original camera movement."
// Code generated by the agent via @runapi.ai/luma
import { LumaClient } from '@runapi.ai/luma';

const client = new LumaClient();
const result = await client.modifyVideo.run({
  model: 'luma-modify-video',
  prompt: 'Transform this office walkthrough video into a cyberpunk aesthetic with neon lighting, keeping the original camera movement.',
});
@runapi.ai/luma npm
SO FUNKTIONIERT ES

How to call this model

01

Install the skill

Add the model skill to your agent or install the SDK package.

02

Authenticate once

Use your RunAPI key for every supported model.

03

Send a request

Use the unified schema for the endpoint you need.

04

Receive output

Poll by task ID or handle the callback when the generation completes.

SDK QUICKSTART

SDK quickstart

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.",
});
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."
)
@runapi.ai/luma v1
KONTEXT

Where Luma fits

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
WARUM RUNAPI

Why use Luma 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.

FAQ

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?

Fehlgeschlagene Generierungen werden nicht berechnet

Can agents use it directly?

Yes. Install the model skill and your agent gets the docs, schema, and examples.

JETZT STARTEN

Start building with Luma.

Endpoints
  • modify_video
Category
Anbieter
Docs