---
title: "Runway Aleph API — 변형, 가격, model skill"
url: "https://runapi.ai/ko/models/runway-aleph.md"
canonical: "https://runapi.ai/ko/models/runway-aleph.md"
locale: "ko"
model: "Runway Aleph"
provider: "Runway"
modality: "video"
variant_count: 1
price_from_cents: 110
---

# Runway Aleph API

프레임 수준의 연속성을 갖춘 프롬프트 가이드 비디오 편집을 위한 Runway Aleph API 액세스.

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

Runway Aleph는 높은 프레임 연속성을 갖춘 프롬프트 가이드 비디오 편집에 중점을 두며, 기존 영상의 모션과 시간 구조를 보존하면서 스타일이나 내용을 재변환할 수 있습니다.

## Variants

Single-SKU line. The SDK model ID is `runway-aleph` and all usage details are documented here.

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `edit_video` | $1.10 | call |

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `runway-aleph` |
| Provider | Runway |
| Modality | video |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/runway_aleph/edit_video` |


## Install the skill

```sh
npx skills add runapi-ai/runway-aleph -g
```

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

## Context

Runway Aleph는 모션을 보존하면서 영상을 변환하도록 설계된 Runway의 비디오 편집 모델입니다. RunAPI를 통해 모든 Runway 모델과 동일한 API 액세스를 공유합니다.

## FAQ

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

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

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

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

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

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

