Runway Gen-3/Gen-4
Video Generationby Runway ML
Leading AI video generation with Gen-3 and Gen-4 models. Text-to-video, image-to-video, and editing.
Registration & API Key Steps
Pricing
| Tier | Price | Features |
|---|---|---|
| Gen-4 Standard | 12 credits/sec ($0.12/sec) | High quality, Text & image to video, 5-10s clips |
| Gen-4 Turbo | 5 credits/sec ($0.05/sec) | Faster, Lower cost, Good for iteration |
| Gen-3 Alpha | 10 credits/sec ($0.10/sec) | Previous gen, Image input required, Established quality |
| Gen-3 Alpha Turbo | 5 credits/sec ($0.05/sec) | 7x faster, Half price, Rapid prototyping |
| Web Standard | $15/month (750 credits) | Web interface, 750 credits/month |
Application Tips
Use Turbo for Iteration
Use Turbo models (5 credits/sec) to iterate, then full models for final output.
4K Upscaling
Upscale to 4K for 2 credits/sec. A 10s 4K upscale costs only $0.20.
Image-to-Video Best
Providing a reference image greatly improves video quality and coherence.
China Access Solutions
API Proxy
Use overseas proxy for Runway API.
VPN
Access web interface via VPN.
Code Example
const response = await fetch('https://api.dev.runwayml.com/v1/image_to_video', {
method: 'POST',
headers: {
'Authorization': `Bearer ${process.env.RUNWAY_API_KEY}`,
'Content-Type': 'application/json',
'X-Runway-Version': '2024-11-06',
},
body: JSON.stringify({
model: 'gen4',
promptImage: 'https://example.com/image.jpg',
promptText: 'Camera slowly zooms in, sunlight through clouds',
duration: 10,
ratio: '16:9',
}),
});
const { id } = await response.json();
console.log('Task ID:', id);Rate Limits
| Tier | Limits |
|---|---|
| API | Varies by plan |
| Web Standard | 750 credits/month |
| Web Pro | 2,250 credits/month |
Recommended Use Cases
Related API Guides
Pika Labs
Pika
AI video generation platform with text-to-video and image-to-video capabilities. API access available through Fal.ai partnership.
Luma AI Dream Machine
Luma AI
AI video and image generation platform with Dream Machine for video and Photon for images. Offers both web and API access.
OpenAI GPT-4o / GPT-4.1 / o3
OpenAI
OpenAI's flagship LLM family including GPT-4o for multimodal tasks, GPT-4.1 for long-context coding, and o3 for advanced reasoning. Industry-leading models with the largest developer ecosystem.
Anthropic Claude (Sonnet 4.5 / Opus 4.5)
Anthropic
Anthropic's Claude model family excels in nuanced reasoning, safety, and long-context tasks. Claude Sonnet 4.5 offers the best balance of cost and performance, while Opus 4.5 delivers frontier intelligence.