---
title: "Luma API — Varianten, Preise und Model Skill"
url: "https://runapi.ai/de/models/luma.md"
canonical: "https://runapi.ai/de/models/luma.md"
locale: "de"
model: "Luma"
provider: "Luma"
modality: "video"
variant_count: 1
price_from_cents: 50
---

# Luma API

Luma API-Zugang für Video-Modifikation und -Transformation mit Dream Machine.

**Provider:** Luma
**Modality:** Video
**Catalog:** 1 endpoints

Luma Dream Machines Video-Modifikationsmodell transformiert vorhandenes Material mit neuen visuellen Stilen oder Szenenänderungen, dabei Bewegung und zeitliche Struktur des Quellclips bewahrend.

## Variants

Single-SKU line. The SDK model ID is `luma-modify-video` and all usage details are documented here.

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `modify_video` | $0.500 | call |

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `luma-modify-video` |
| Provider | Luma |
| Modality | video |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/luma/modify_video` |


## Install the skill

```sh
npx skills add runapi-ai/luma -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Luma features to an application.

## Context

Luma AIs Dream Machine-Modell modifiziert vorhandenes Video durch Retransformation des visuellen Stils bei Beibehaltung der Bewegung. Über RunAPI teilt es einheitlichen API-Zugang und Abrechnung pro Aufruf.

## FAQ

### Wie rufe ich dieses Modell auf?

Installiere den Model Skill und folge den Setup-Hinweisen mit deinem RunAPI Key.

### Kosten fehlgeschlagene Generierungen Geld?

Fehlgeschlagene Generierungen werden nicht berechnet

### Kann ich es aus meiner Anwendung aufrufen?

Ja. Installiere den Model Skill im Coding-Workspace und nutze ihn beim Einbau des Modell-Features.

