Video Generation

Runway ML

premium

Runway ML is an enterprise-grade video generation provider offering Speech Synthesis, Image Generation, Video Generation and 2 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 (5)

Speech Synthesistts.synthesize
Score: 72
Image Generationimage.generate
Score: 70
Video Generationvideo.generate
Score: 90
Video Editingvideo.edit
Score: 80
Sound Effects Generationaudio.sfx
Score: 82

Quick start

Use Runway ML through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "runwayml",
    "capability": "tts.synthesize",
    "input": { "prompt": "Hello from Runway ML!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'runwayml',
  capability: 'tts.synthesize',
  input: { prompt: 'Hello from Runway ML!' },
});

console.log(result.output);

Related Video Generation providers

Mux

standard tier

Twelve Labs

standard tier

Luma AI

standard tier

Sync Labs

premium tier

Creatomate

standard tier

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