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

# Runway API

텍스트 프롬프트로 영상을 생성하고 변환하는 비디오 생성 및 편집을 위한 Runway API 액세스.

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

Runway는 텍스트-비디오 및 이미지-비디오 생성을 지원하는 전문급 AI 비디오 생성 플랫폼입니다. 시네마틱 영상 생성을 위한 크리에이티브 및 영화 제작 워크플로우에서 널리 사용됩니다.

## Variants

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

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `text_to_video` | $0.300 | call |
| `extend_video` | $0.120 | call |

## Spec sheet

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


## Install the skill

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

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

## Context

Runway는 크리에이티브 프로덕션에서 널리 사용되는 모델을 보유한 선도적인 비디오 AI 회사입니다. RunAPI를 통해 Runway 엔드포인트는 단일 키와 호출별 과금으로 접근할 수 있습니다.

## FAQ

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

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

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

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

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

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

