AI 视频创作 - 模型研究

出处: AI Video creation - Models Research

发布: 2026年2月20日

📄 中文摘要

Runway ML 提供了一套强大的 API,用于视频创作和处理。其 API 基础地址为 https://api.dev.runwayml.com/v1,用户需通过 Bearer Token 进行身份验证。API 版本要求在请求头中包含 X-Runway-Version: 2024-11-06。任务模型采用异步处理方式,用户需提交任务后获取任务 ID,并通过 GET /tasks/{id} 接口轮询任务状态,直到完成。详细文档可在官方文档网站查阅。

📄 English Summary

AI Video creation - Models Research

Runway ML offers a powerful API for video creation and processing. The API base URL is https://api.dev.runwayml.com/v1, and users must authenticate using a Bearer Token. The API version must be included in the request header as X-Runway-Version: 2024-11-06. The task model operates asynchronously, requiring users to submit a task, retrieve a task ID, and poll the status using the GET /tasks/{id} endpoint until completion. Detailed documentation is available on the official documentation site.

Powered by Cloudflare Workers + Payload CMS + Claude 3.5

数据源: OpenAI, Google AI, DeepMind, AWS ML Blog, HuggingFace 等