---
title: Runway | RunAPI
description: Generate video from text prompts and extend an existing clip with Runway's
  Gen models.
url: https://runapi.ai/zh-CN/docs/api/runway.md
canonical: https://runapi.ai/zh-CN/docs/api/runway
locale: zh-CN
---

> HTML 版本: https://runapi.ai/zh-CN/docs/api/runway
> 智能体网站索引: https://runapi.ai/llms.txt

# Runway

- [Runway Extend-Video](https://runapi.ai/zh-CN/docs/api/runway/extend-video.md) — Continue a completed Runway video from a new prompt at 720p or 1080p.
- [Runway Text-to-Video](https://runapi.ai/zh-CN/docs/api/runway/text-to-video.md) — Generate 5- or 10-second clips with the Gen models, from text or a first frame.

---

## RunAPI 的更多内容

- [首页](https://runapi.ai/zh-CN/.md)
- [模型目录](https://runapi.ai/zh-CN/models.md)
- [定价](https://runapi.ai/zh-CN/pricing.md)
- [提供方](https://runapi.ai/zh-CN/models)
- [文档](https://runapi.ai/zh-CN/docs/guides)
- [SDK](https://runapi.ai/zh-CN/sdk.md)
- [CLI](https://runapi.ai/zh-CN/cli.md)
- [MCP Server](https://runapi.ai/zh-CN/mcp.md)
- [Claude Code 与 Cursor](https://runapi.ai/zh-CN/claude-code-vs-cursor.md)
- [Cursor API 设置](https://runapi.ai/zh-CN/cursor-api-setup.md)
- [RunAPI 与 OpenRouter](https://runapi.ai/zh-CN/openrouter-alternative.md)
- [企业版](https://runapi.ai/zh-CN/contact.md)
- [联系](https://runapi.ai/zh-CN/contact.md)
- [服务条款](https://runapi.ai/zh-CN/terms.md)
- [隐私政策](https://runapi.ai/zh-CN/privacy.md)
- [智能体网站索引](https://runapi.ai/llms.txt)

联系我们: contact@runapi.ai

## 结构化数据

```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": "TechArticle",
    "headline": "Runway",
    "description": "Generate video from text prompts and extend an existing clip with Runway's Gen models.",
    "url": "https://runapi.ai/zh-CN/docs/api/runway",
    "mainEntityOfPage": "https://runapi.ai/zh-CN/docs/api/runway"
  }
]
```
