---
title: "Luma API — 변형, 가격, model skill"
url: "https://runapi.ai/ko/models/luma.md"
canonical: "https://runapi.ai/ko/models/luma.md"
locale: "ko"
model: "Luma"
provider: "Luma"
modality: "video"
variant_count: 1
price_from_cents: 50
---

# Luma API

Dream Machine으로 구동되는 비디오 수정 및 변환을 위한 Luma API 액세스.

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

Luma Dream Machine의 비디오 수정 모델은 소스 클립의 모션과 시간 구조를 보존하면서 새로운 시각적 스타일이나 장면 변경으로 기존 영상을 재변환합니다.

## 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 AI의 Dream Machine 모델은 모션을 보존하면서 시각적 스타일을 재변환하여 기존 비디오를 수정합니다. RunAPI를 통해 통합 API 액세스와 호출별 과금 방식을 공유합니다.

## FAQ

### 이 모델은 어떻게 호출하나요?

model skill을 설치하고 RunAPI key와 함께 설정 메모를 따르세요.

### 실패한 생성도 비용이 드나요?

실패한 생성은 과금되지 않습니다

### 애플리케이션에서 호출할 수 있나요?

네. 코딩 워크스페이스에 model skill을 설치하고 모델 기능을 추가할 때 사용하세요.

