Runway · Video

OpenClaw x Runway

Runway is a leading video AI company whose models are widely used in creative production. Through RunAPI, Runway endpoints are accessible with a single key and pay-per-call pricing.

公開版本與端點

模型 ID版本端點起始價格模型目錄
runwayrunway
/api/v1/runway/text_to_video
/api/v1/runway/extend_video
$0.120模型詳情

設定

指南端點: /api/v1/runway/text_to_video

export RUNAPI_API_KEY=your_api_key

curl -X POST https://runapi.ai/api/v1/runway/text_to_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "runway",
  "prompt": "A paper kite flying above a quiet coastal town at sunrise.",
  "duration_seconds": 5,
  "output_resolution": "720p",
  "aspect_ratio": "16:9"
}'

驗證

POST /api/v1/runway/text_to_video,並儲存回傳的 Task ID。
GET /api/v1/runway/text_to_video/<task-id>,直到狀態為 completed 或 failed。
確認 completed 回應包含 API 參考中記載的端點專屬輸出。

使用流程

  1. 1. 選擇模型 ID

    選擇公開模型 ID,並查看其端點與目前起始價格。

  2. 2. 設定 RunAPI

    呼叫端點前設定 RUNAPI_API_KEY。

  3. 3. 驗證結果

    對非同步端點輪詢同一路徑,直到 Task 進入終態。

常見問題

應該使用哪個模型 ID?

從版本表選擇公開模型 ID。每個 ID 可用的端點均列於相應資料列。

本指南會設定聊天模型嗎?

不會。此 Model Line 使用頁面所示的端點流程,不會被描述為 Agent 聊天模型。