技能 人工智能 Runway AI视频生成与创意集成

Runway AI视频生成与创意集成

v20260423
runway-deploy-integration
本集成提供了与Runway强大AI创意平台的程序化连接。它允许开发者通过SDK执行高级任务,例如根据文本提示生成高清视频、进行图像到视频的转换,或应用复杂的AI创意效果。适用于需要集成生成式媒体和影视制作功能的应用开发场景。
获取技能
260 次下载
概览

Runway Deploy Integration

Overview

Implementation patterns for Runway deploy integration — AI video generation platform.

Prerequisites

  • Completed runway-install-auth setup

Instructions

Step 1: SDK Pattern

from runwayml import RunwayML

client = RunwayML()

task = client.image_to_video.create(
    model='gen3a_turbo',
    prompt_text='A serene lake at dawn, mist rising, birds flying',
    duration=5,
)
result = task.wait_for_task_output()
if result.status == 'SUCCEEDED':
    print(f"Video: {result.output[0]}")

Output

  • Runway integration for deploy integration

Error Handling

Error Cause Solution
401 Unauthorized Invalid API key Check RUNWAYML_API_SECRET
402 Insufficient credits No credits Add credits at dev.runwayml.com
Task FAILED Content policy Adjust prompt

Resources

Next Steps

See related Runway skills for more workflows.

信息
Category 人工智能
Name runway-deploy-integration
版本 v20260423
大小 1.62KB
更新时间 2026-04-28
语言