---
title: OpenClaw x Runway Aleph 使用指南 | RunAPI
description: 通过 RunAPI 在 OpenClaw 中使用 Runway Aleph。比较当前模型 ID、端点与价格，然后按对应流程完成配置。
url: https://runapi.ai/zh-CN/openclaw-runway-aleph.md
canonical: https://runapi.ai/zh-CN/openclaw-runway-aleph
locale: zh-CN
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/zh-CN/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。
GET /api/v1/runway_aleph/edit_video/<task-id>，直到状态为 completed 或 failed。
确认 completed 响应包含 API 参考中记录的端点专属输出。


## 使用流程

1. **选择模型 ID.** 选择公开模型 ID，并查看其端点与当前起步价格。
2. **配置 RunAPI.** 调用端点前设置 RUNAPI_API_KEY。
3. **验证结果.** 对于异步端点，轮询同一端点，直到 Task 进入终态。

## 常见问题

### 应该使用哪个模型 ID？

从版本表选择公开模型 ID。每个 ID 可使用的端点均显示在对应行。

### 本指南会配置聊天模型吗？

不会。该 Model Line 使用页面所示的端点流程，不会被描述为 Agent 聊天模型。


### 相关链接

- [OpenClaw](https://runapi.ai/zh-CN/openclaw)
- [Runway Aleph - 模型目录](https://runapi.ai/zh-CN/models/runway-aleph)
- [runway-aleph](https://runapi.ai/zh-CN/models/runway-aleph/runway-aleph)

---

## More from RunAPI

- [Home](https://runapi.ai/zh-CN/.md)
- [模型](https://runapi.ai/zh-CN/models.md)
- [AI 视频 API 对比](https://runapi.ai/zh-CN/ai-video-api-comparison.md)
- [OpenClaw 集成](https://runapi.ai/zh-CN/openclaw.md)
- [OpenClaw 最佳 API](https://runapi.ai/zh-CN/best-api-for-openclaw.md)
- [OpenClaw 图片生成](https://runapi.ai/zh-CN/openclaw-image-generation.md)
- [Hermes 智能体集成](https://runapi.ai/zh-CN/hermes-agent.md)
- [定价](https://runapi.ai/zh-CN/pricing.md)
- [Claude API 定价](https://runapi.ai/zh-CN/claude-api-pricing.md)
- [ChatGPT API 定价](https://runapi.ai/zh-CN/chatgpt-api-pricing.md)
- [OpenAI API 定价](https://runapi.ai/zh-CN/openai-api-pricing.md)
- [Gemini API 定价](https://runapi.ai/zh-CN/gemini-api-pricing.md)
- [Claude Code 定价](https://runapi.ai/zh-CN/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/zh-CN/claude-code-api.md)
- [Claude Code 对比 Cursor](https://runapi.ai/zh-CN/claude-code-vs-cursor.md)
- [Claude Max 对比 API](https://runapi.ai/zh-CN/claude-max-vs-api.md)
- [Requesty 替代方案](https://runapi.ai/zh-CN/requesty-alternative.md)
- [文档](https://runapi.ai/zh-CN/docs/guides)
- [SDK](https://runapi.ai/zh-CN/sdk.md)
- [Skills](https://runapi.ai/zh-CN/skills.md)
- [MCP Server](https://runapi.ai/zh-CN/mcp.md)
- [CLI](https://runapi.ai/zh-CN/cli.md)
- [反馈](https://runapi.makethisbetter.dev)
- [联系](mailto:support@runapi.ai)
- [服务条款](https://runapi.ai/zh-CN/terms.md)
- [隐私政策](https://runapi.ai/zh-CN/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-CN",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/zh-CN/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-CN",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/zh-CNicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "SoftwareApplication",
    "name": "OpenClaw x Runway Aleph",
    "applicationCategory": "DeveloperApplication",
    "description": "通过 RunAPI 在 OpenClaw 中使用 Runway Aleph。比较当前模型 ID、端点与价格，然后按对应流程完成配置。",
    "url": "https://runapi.ai/zh-CN/openclaw-runway-aleph"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@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": "zh-CN",
    "@type": "HowTo",
    "name": "在 OpenClaw 中使用 Runway Aleph",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "选择模型 ID",
        "text": "选择公开模型 ID，并查看其端点与当前起步价格。",
        "url": "https://runapi.ai/zh-CN/openclaw-runway-aleph#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "配置 RunAPI",
        "text": "调用端点前设置 RUNAPI_API_KEY。",
        "url": "https://runapi.ai/zh-CN/openclaw-runway-aleph#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "验证结果",
        "text": "对于异步端点，轮询同一端点，直到 Task 进入终态。",
        "url": "https://runapi.ai/zh-CN/openclaw-runway-aleph#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "首页",
        "item": "https://runapi.ai/zh-CN"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "OpenClaw",
        "item": "https://runapi.ai/zh-CN/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Runway Aleph",
        "item": "https://runapi.ai/zh-CN/openclaw-runway-aleph"
      }
    ]
  }
]
```
