Video Generation

RunPod

economy

RunPod is an cost-effective video generation provider offering Speech Synthesis, Image Generation, Video Generation and 10 more through Aweb's unified API. It features full streaming support with standard-tier latency.

Try RunPodOfficial docs

Specifications

CategoryVideo Generation
Auth Typeapi_key
Latency Tierstandard
Streamingfull
Pricing Tiereconomy
Reliabilitystandard
Qualitypremium
Base URLhttps://api.runpod.ai/v2
SDK Package

Capabilities (13)

Speech Synthesistts.synthesize
Score: 82
Image Generationimage.generate
Score: 85
Video Generationvideo.generate
Score: 88
Video Lip-Syncvideo.lipsync
Score: 80DEFAULT
Serverless GPUcompute.serverless
Score: 85DEFAULT
Speech Transcriptionstt.transcribe
Score: 90
Image to Videovideo.from-image
Score: 86
Cinematic Shotvideo.cinematic-shot
Score: 90
Speech Transcriptionstt.transcribe
Score: 90
Text-to-Videovideo.text-to-video
Score: 88
Image-to-Videovideo.image-to-video
Score: 92
Talking Head Videovideo.talking-head
Score: 85
Video Generation with Native Audiovideo.generate-with-audio
Score: 94

Public discovery

Inspect RunPod'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 == "runpod")'

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 === 'runpod');

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

Related Video Generation providers

MiniMax

standard tier

Runway ML

premium tier

Mux

standard tier

Twelve Labs

standard tier

Luma AI

standard tier

Sync Labs

premium tier

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