---
title: "Runway API — 全部变体、定价与 Model Skill | RunAPI"
url: "https://runapi.ai/zh-CN/models/runway.md"
canonical: "https://runapi.ai/zh-CN/models/runway.md"
locale: "zh-CN"
model: "Runway"
provider: "Runway"
modality: "video"
variant_count: 1
price_from_cents: 12
---

# Runway API

Runway API 调用视频生成与编辑，使用文字提示创作和变换视频。

**Provider:** Runway
**Modality:** Video
**Catalog:** 2 endpoints

Runway 是专业级 AI 视频生成平台，支持文生视频和图生视频。广泛应用于创意和影视制作工作流，可生成具有电影质感的视频素材。

## Variants

Single-SKU line. The SDK model ID is `runway` and all usage details are documented here.

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `text_to_video` | $0.300 | call |
| `extend_video` | $0.120 | call |

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `runway` |
| Provider | Runway |
| Modality | video |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/runway/extend_video` |


## Install the skill

```sh
npx skills add runapi-ai/runway -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Runway features to an application.

## Context

Runway 是领先的视频 AI 公司，其模型广泛应用于创意制作。通过 RunAPI，Runway 端点以按次计费方式统一访问。

## FAQ

### 应该从哪个变体开始？

选满足质量要求的最便宜变体。多数团队从 fast 起步，生产时升级到 pro。

### 有免费额度吗？

新账户每个模型都有免费调用额度，之后按次计费。

### 支持流式吗？

模型支持流式时，RunAPI 端到端流式。

### 失败怎么计费？

失败的生成不计费。

### 输出会缓存吗？

输出按任务 ID 存储在 R2 供回取。输入不缓存。

### 可以商用吗？

可以——所有变体默认含商用许可，除非模型许可明确限制；有例外会在变体页面注明。

### 速率限制？

Key 级限流随使用层级伸缩。当前限制见定价页。

### 在哪里报问题？

在公共 GitHub 仓库提 issue 或邮件联系 support。

