---
title: Hermes Agent x Runway Aleph 使用指南 | RunAPI
description: 透過 RunAPI 在 Hermes Agent 中使用 Runway Aleph。比較目前的模型 ID、端點與價格，再依相應流程完成設定。
url: https://runapi.ai/zh-HK/hermes-runway-aleph.md
canonical: https://runapi.ai/zh-HK/hermes-runway-aleph
locale: zh-HK
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/hermes-runway-aleph
  zh-CN: https://runapi.ai/zh-CN/hermes-runway-aleph
  es: https://runapi.ai/es/hermes-runway-aleph
  ja: https://runapi.ai/ja/hermes-runway-aleph
  de: https://runapi.ai/de/hermes-runway-aleph
  fr: https://runapi.ai/fr/hermes-runway-aleph
  pt-BR: https://runapi.ai/pt-BR/hermes-runway-aleph
  ko: https://runapi.ai/ko/hermes-runway-aleph
  it: https://runapi.ai/it/hermes-runway-aleph
  nl: https://runapi.ai/nl/hermes-runway-aleph
  pl: https://runapi.ai/pl/hermes-runway-aleph
  tr: https://runapi.ai/tr/hermes-runway-aleph
  zh-TW: https://runapi.ai/zh-TW/hermes-runway-aleph
  zh-HK: https://runapi.ai/zh-HK/hermes-runway-aleph
  ar: https://runapi.ai/ar/hermes-runway-aleph
  x-default: https://runapi.ai/hermes-runway-aleph
model_line: runway-aleph
---

> HTML version: https://runapi.ai/zh-HK/hermes-runway-aleph
> Site index for agents: https://runapi.ai/llms.txt

# Hermes Agent x Runway Aleph

Runway Aleph is Runway's video editing model, designed for transforming footage while preserving motion. Through RunAPI, it shares the same API access as all Runway models.

## 公開版本與端點

| 模型 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 聊天模型。


### 相關連結

- [Hermes Agent](https://runapi.ai/zh-HK/hermes-agent)
- [Runway Aleph - 模型目錄](https://runapi.ai/zh-HK/models/runway-aleph)
- [runway-aleph](https://runapi.ai/zh-HK/models/runway-aleph/runway-aleph)

---

## More from RunAPI

- [Home](https://runapi.ai/zh-HK/.md)
- [模型](https://runapi.ai/zh-HK/models.md)
- [AI 影片 API 對比](https://runapi.ai/zh-HK/ai-video-api-comparison.md)
- [OpenClaw 整合](https://runapi.ai/zh-HK/openclaw.md)
- [OpenClaw 最佳 API](https://runapi.ai/zh-HK/best-api-for-openclaw.md)
- [OpenClaw 圖片生成](https://runapi.ai/zh-HK/openclaw-image-generation.md)
- [Hermes Agent 整合](https://runapi.ai/zh-HK/hermes-agent.md)
- [收費](https://runapi.ai/zh-HK/pricing.md)
- [Claude API 定價](https://runapi.ai/zh-HK/claude-api-pricing.md)
- [ChatGPT API 定價](https://runapi.ai/zh-HK/chatgpt-api-pricing.md)
- [OpenAI API 定價](https://runapi.ai/zh-HK/openai-api-pricing.md)
- [Gemini API 定價](https://runapi.ai/zh-HK/gemini-api-pricing.md)
- [Claude Code 定價](https://runapi.ai/zh-HK/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/zh-HK/claude-code-api.md)
- [Claude Code 對比 Cursor](https://runapi.ai/zh-HK/claude-code-vs-cursor.md)
- [Claude Max 對比 API](https://runapi.ai/zh-HK/claude-max-vs-api.md)
- [Requesty 替代方案](https://runapi.ai/zh-HK/requesty-alternative.md)
- [文件](https://runapi.ai/zh-HK/docs/guides)
- [SDK](https://runapi.ai/zh-HK/sdk.md)
- [Skills](https://runapi.ai/zh-HK/skills.md)
- [MCP Server](https://runapi.ai/zh-HK/mcp.md)
- [CLI](https://runapi.ai/zh-HK/cli.md)
- [意見](https://runapi.makethisbetter.dev)
- [聯絡](mailto:support@runapi.ai)
- [條款](https://runapi.ai/zh-HK/terms.md)
- [私隱](https://runapi.ai/zh-HK/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-HK",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/zh-HK/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-HK",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/zh-HKicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "SoftwareApplication",
    "name": "Hermes Agent x Runway Aleph",
    "applicationCategory": "DeveloperApplication",
    "description": "透過 RunAPI 在 Hermes Agent 中使用 Runway Aleph。比較目前的模型 ID、端點與價格，再依相應流程完成設定。",
    "url": "https://runapi.ai/zh-HK/hermes-runway-aleph"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@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-HK",
    "@type": "HowTo",
    "name": "在 Hermes Agent 中使用 Runway Aleph",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "選擇模型 ID",
        "text": "選擇公開模型 ID，並查看其端點與目前起始價格。",
        "url": "https://runapi.ai/zh-HK/hermes-runway-aleph#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "設定 RunAPI",
        "text": "呼叫端點前設定 RUNAPI_API_KEY。",
        "url": "https://runapi.ai/zh-HK/hermes-runway-aleph#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "驗證結果",
        "text": "對非同步端點輪詢同一路徑，直到 Task 進入終態。",
        "url": "https://runapi.ai/zh-HK/hermes-runway-aleph#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "主頁",
        "item": "https://runapi.ai/zh-HK"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Hermes Agent",
        "item": "https://runapi.ai/zh-HK/hermes-agent"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Runway Aleph",
        "item": "https://runapi.ai/zh-HK/hermes-runway-aleph"
      }
    ]
  }
]
```
