Runway 全部模型
2 models
概览
Runway 开发视频生成与编辑模型。Runway Aleph 通过文字提示变换现有视频素材,保持帧级连续性,支持创意视频编辑工作流。
- 一把 key 覆盖所有提供方
- Model skill 把文档和 schema 带进代码工作区
- 按次计费,无最低消费
- 失败的生成不计费
特性
亮点
模型
Runway 全部模型
快速开始
安装一个 Runway model skill。
选择模型并添加它的 skill,让编码工具获得文档、schema、定价说明和接入步骤。
curl -X POST https://runapi.ai/api/v1/runway/extend_video \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "runway",
"task_id": "task_abc123"
}'
import { RunwayClient } from "@runapi.ai/runway";
const client = new RunwayClient();
const result = await client.extendVideo.run({
model: "runway",
task_id: "task_abc123",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\Runway\RunwayClient;
$client = new RunwayClient();
$result = $client->extendVideo->run([
'model' => 'runway',
'task_id' => 'task_abc123',
]);
require "runapi/runway"
client = RunApi::Runway::Client.new
result = client.extend_video.run(
model: "runway",
task_id: "task_abc123"
)
npx skills add runapi-ai/runway -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
# Codex
codex plugin install runapi-mcp@agents
# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
常见问题
Runway 常见问题
这是 Runway 官方集成吗?
RunAPI 提供托管 API 接入,定价、能力和错误行为都清晰透明。
需要单独的 Runway 账号吗?
不需要——RunAPI key 即可使用托管接入。
代理会带来多少延迟?
一般在 20 ms 以内。RunAPI 会让代理层尽量靠近模型执行区域。
输出会缓存吗?
输出按任务 ID 存储在 R2 供回取。输入不缓存。
能自带 key 吗?
目前不支持——调用使用 RunAPI 托管接入。
立即开始