---
title: OpenClaw x Runway Aleph ガイド | RunAPI
description: RunAPI 経由で OpenClaw から Runway Aleph を使用します。現在のモデル ID、エンドポイント、価格を比較し、対応する設定手順を確認できます。
url: https://runapi.ai/ja/openclaw-runway-aleph.md
canonical: https://runapi.ai/ja/openclaw-runway-aleph
locale: ja
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/openclaw-runway-aleph
  zh-CN: https://runapi.ai/zh-CN/openclaw-runway-aleph
  es: https://runapi.ai/es/openclaw-runway-aleph
  ja: https://runapi.ai/ja/openclaw-runway-aleph
  de: https://runapi.ai/de/openclaw-runway-aleph
  fr: https://runapi.ai/fr/openclaw-runway-aleph
  pt-BR: https://runapi.ai/pt-BR/openclaw-runway-aleph
  ko: https://runapi.ai/ko/openclaw-runway-aleph
  it: https://runapi.ai/it/openclaw-runway-aleph
  nl: https://runapi.ai/nl/openclaw-runway-aleph
  pl: https://runapi.ai/pl/openclaw-runway-aleph
  tr: https://runapi.ai/tr/openclaw-runway-aleph
  zh-TW: https://runapi.ai/zh-TW/openclaw-runway-aleph
  zh-HK: https://runapi.ai/zh-HK/openclaw-runway-aleph
  ar: https://runapi.ai/ar/openclaw-runway-aleph
  x-default: https://runapi.ai/openclaw-runway-aleph
model_line: runway-aleph
---

> HTML version: https://runapi.ai/ja/openclaw-runway-aleph
> Site index for agents: https://runapi.ai/llms.txt

# OpenClaw x Runway Aleph

Runway Alephはモーションを保持しながら映像を変換するためのRunwayの動画編集モデルです。RunAPI経由では、すべてのRunwayモデルと同じAPIアクセスを共有します。

## 公開バージョンとエンドポイント

| モデル ID | バージョン | エンドポイント | 開始価格 |
| --- | --- | --- | --- |
| `runway-aleph` | runway-aleph | /api/v1/runway_aleph/edit_video | $1.10 |

## 設定

`RUNAPI_API_KEY` を設定し、`<endpoint>` に `<model-id>` を含むリクエストを送信します。非同期 Task が返る場合のみポーリングします。

```shell
export RUNAPI_API_KEY=your_api_key

curl -X POST https://runapi.ai/api/v1/runway_aleph/edit_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "runway-aleph",
  "prompt": "Replace the sky with a clear sunrise.",
  "source_video_url": "https://file.runapi.ai/source-video.mp4"
}'
```


## 検証


POST /api/v1/runway_aleph/edit_video を実行し、返された Task ID を保存します。
ステータスが completed または failed になるまで GET /api/v1/runway_aleph/edit_video/<task-id> を実行します。
completed レスポンスに API リファレンス記載のエンドポイント固有出力が含まれることを確認します。


## 利用手順

1. **モデル ID を選択.** 公開モデル ID を選び、エンドポイントと現在の開始価格を確認します。
2. **RunAPI を設定.** エンドポイントを呼び出す前に RUNAPI_API_KEY を設定します。
3. **結果を検証.** 非同期エンドポイントでは、Task が終端状態になるまで同じエンドポイントをポーリングします。

## よくある質問

### どのモデル ID を使うべきですか？

バージョン表から公開モデル ID を選択してください。各 ID で利用できるエンドポイントが同じ行に表示されます。

### このガイドはチャットモデルを設定しますか？

いいえ。この Model Line はここに示すエンドポイント手順を使用し、Agent のチャットモデルとしては扱いません。


### リンク

- [OpenClaw](https://runapi.ai/ja/openclaw)
- [Runway Aleph - モデルカタログ](https://runapi.ai/ja/models/runway-aleph)
- [runway-aleph](https://runapi.ai/ja/models/runway-aleph/runway-aleph)

---

## More from RunAPI

- [Home](https://runapi.ai/ja/.md)
- [モデル](https://runapi.ai/ja/models.md)
- [動画API比較](https://runapi.ai/ja/ai-video-api-comparison.md)
- [OpenClaw 統合](https://runapi.ai/ja/openclaw.md)
- [OpenClaw に最適な API](https://runapi.ai/ja/best-api-for-openclaw.md)
- [OpenClaw 画像生成](https://runapi.ai/ja/openclaw-image-generation.md)
- [Hermes 統合](https://runapi.ai/ja/hermes-agent.md)
- [料金](https://runapi.ai/ja/pricing.md)
- [Claude API 料金](https://runapi.ai/ja/claude-api-pricing.md)
- [ChatGPT API 料金](https://runapi.ai/ja/chatgpt-api-pricing.md)
- [OpenAI API 料金](https://runapi.ai/ja/openai-api-pricing.md)
- [Gemini API 料金](https://runapi.ai/ja/gemini-api-pricing.md)
- [Claude Code 料金](https://runapi.ai/ja/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/ja/claude-code-api.md)
- [Claude Code と Cursor 比較](https://runapi.ai/ja/claude-code-vs-cursor.md)
- [Claude Max と API 比較](https://runapi.ai/ja/claude-max-vs-api.md)
- [Requesty 代替](https://runapi.ai/ja/requesty-alternative.md)
- [ドキュメント](https://runapi.ai/ja/docs/guides)
- [SDK](https://runapi.ai/ja/sdk.md)
- [Skills](https://runapi.ai/ja/skills.md)
- [MCP Server](https://runapi.ai/ja/mcp.md)
- [CLI](https://runapi.ai/ja/cli.md)
- [フィードバック](https://runapi.makethisbetter.dev)
- [お問い合わせ](mailto:support@runapi.ai)
- [利用規約](https://runapi.ai/ja/terms.md)
- [プライバシー](https://runapi.ai/ja/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/ja/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/jaicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "SoftwareApplication",
    "name": "OpenClaw x Runway Aleph",
    "applicationCategory": "DeveloperApplication",
    "description": "RunAPI 経由で OpenClaw から Runway Aleph を使用します。現在のモデル ID、エンドポイント、価格を比較し、対応する設定手順を確認できます。",
    "url": "https://runapi.ai/ja/openclaw-runway-aleph"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "どのモデル ID を使うべきですか？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "バージョン表から公開モデル ID を選択してください。各 ID で利用できるエンドポイントが同じ行に表示されます。"
        }
      },
      {
        "@type": "Question",
        "name": "このガイドはチャットモデルを設定しますか？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "いいえ。この Model Line はここに示すエンドポイント手順を使用し、Agent のチャットモデルとしては扱いません。"
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "HowTo",
    "name": "OpenClaw で Runway Aleph を使用する",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "モデル ID を選択",
        "text": "公開モデル ID を選び、エンドポイントと現在の開始価格を確認します。",
        "url": "https://runapi.ai/ja/openclaw-runway-aleph#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "RunAPI を設定",
        "text": "エンドポイントを呼び出す前に RUNAPI_API_KEY を設定します。",
        "url": "https://runapi.ai/ja/openclaw-runway-aleph#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "結果を検証",
        "text": "非同期エンドポイントでは、Task が終端状態になるまで同じエンドポイントをポーリングします。",
        "url": "https://runapi.ai/ja/openclaw-runway-aleph#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "ホーム",
        "item": "https://runapi.ai/ja"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "OpenClaw",
        "item": "https://runapi.ai/ja/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Runway Aleph",
        "item": "https://runapi.ai/ja/openclaw-runway-aleph"
      }
    ]
  }
]
```
