---
title: "Luma API — All variants, pricing, code samples | RunAPI"
url: "https://runapi.ai/models/luma.md"
canonical: "https://runapi.ai/models/luma.md"
locale: "en"
model: "Luma"
provider: "Luma"
modality: "video"
variant_count: 1
price_from_cents: 50
---

# Luma

Video modification and transformation powered by Luma&#39;s Dream Machine model.

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

Luma Dream Machine&#39;s video modification model retransforms existing footage with new visual styles or scene changes while preserving the source clip&#39;s motion and temporal structure.

## 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

```sh
npm install @runapi.ai/luma
# or
gem install runapi-luma
```

## Quickstart

```sh
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", "prompt": "..." }'
```

## Context

Luma AI&#39;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.

## FAQ

### Which variant should I start with?

Pick the cheapest variant that meets your quality bar. Most teams start on the fast variant and graduate to pro for production.

### Is there a free tier?

New accounts get free first calls on every model. After that, pay per call.

### Do you stream results?

Where streaming is available, RunAPI streams end-to-end.

### How are failures billed?

Failed generations are not charged.

### Are outputs cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

### Can I use commercially?

Yes — commercial use is included for every variant unless a model license explicitly restricts it, which is called out on the variant page.

### What about rate limits?

Per-key rate limits scale with usage tier. See pricing page for current limits.

### Where can I report issues?

Open an issue on the public GitHub repo or email support.

