---
title: "Runway Aleph API — バリアント、料金、model skill"
url: "https://runapi.ai/ja/models/runway-aleph.md"
canonical: "https://runapi.ai/ja/models/runway-aleph.md"
locale: "ja"
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 をインストールし、モデル機能を追加するときに利用してください。

