Video Generation

Runway ML

premium

Runway ML is an enterprise-grade video generation provider offering Speech Synthesis, Image Generation, Video Generation and 3 more through Aweb's unified API. It features none streaming support with standard-tier latency.

Try Runway MLOfficial docs

Specifications

CategoryVideo Generation
Auth Typeapi_key
Latency Tierstandard
Streamingnone
Pricing Tierpremium
Reliabilitypremium
Qualitypremium
Base URLhttps://api.dev.runwayml.com/v1
SDK Package

Capabilities (6)

Speech Synthesistts.synthesize
Score: 72
Image Generationimage.generate
Score: 70
Video Generationvideo.generate
Score: 95DEFAULT
Video Editingvideo.edit
Score: 80
Image to Videovideo.from-image
Score: 90
Sound Effects Generationaudio.sfx
Score: 82

Public discovery

Inspect Runway ML's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "runwayml")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'runwayml');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related Video Generation providers

MiniMax

standard tier

RunPod

economy tier

Mux

standard tier

Twelve Labs

standard tier

Luma AI

standard tier

Sync Labs

premium tier

Getting started →API reference →All capabilities →All providers →