PROVIDER

Luma AI-modellen

Luma Dream Machine — retransform video style and content via text prompts while preserving motion.

1 models · vanaf $0.500
OVERVIEW

Luma AI ships the Dream Machine model for video modification. The modify-video endpoint retransforms existing footage's visual style and content based on text prompts while preserving the original motion and camera dynamics.

  • Eén API-key gedeeld tussen providers
  • Modelskills brengen docs en schema's naar je workspace
  • Betalen per call, zonder verplichting
  • Mislukte generaties worden niet in rekening gebracht
FEATURES

Wat opvalt

MODELS

Alle modellen van Luma

QUICKSTART

Installeer een Luma modelskill.

Kies een model en voeg de skill toe zodat je codeertool docs, schema's, prijsnotities en setupstappen heeft.

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
FAQ

Veelgestelde vragen over Luma

Is dit een officiële Luma-integratie?

RunAPI biedt een beheerde API-laag met transparante prijzen, mogelijkheden en foutgedrag.

Heb ik een Luma-account nodig?

Nee — je RunAPI-sleutel is genoeg voor beheerde toegang.

Wat is de extra latency door proxying?

Meestal onder de 20 ms. RunAPI houdt de proxylaag dicht bij de regio’s waar het model draait.

Worden afbeeldingen / video’s gecached?

Genereerde output wordt opgeslagen en is op te halen via task ID. Invoer wordt niet gecached.

Kan ik mijn eigen key gebruiken?

Nog niet — calls gebruiken RunAPI-beheerde toegang.

NU BEGINNEN

Begin met bouwen met Luma-modellen.