Runway Gen-3 Alpha Turbo
Runway's faster, cheaper Gen-3 variant. Image-to-video at 5 credits/sec (~$0.05/sec).
Runway Gen-3 Alpha Turbo is video generation AI model from Custom, priced at €0.000 per 1M input tokens with a unknown context window.
Pricing
API Integration
Use our OpenAI-compatible API to integrate Runway Gen-3 Alpha Turbo into your application.
npm install railwailimport railwail from "railwail";
const rw = railwail("YOUR_API_KEY");
// Simple — just pass a string
const reply = await rw.run("gen-3-alpha-turbo", "Hello! What can you do?");
console.log(reply);
// With message history
const reply2 = await rw.run("gen-3-alpha-turbo", [
{ role: "system", content: "You are a helpful assistant." },
{ role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);
// Full response with usage info
const res = await rw.chat("gen-3-alpha-turbo", [
{ role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);Deep dive — Runway's Runway Gen-3 Alpha Turbo
Runway was founded in 2018 in New York City by Cristobal Valenzuela (CEO), Anastasis Germanidis (CTO) and Alejandro Matamala-Ortiz (CDO), three NYU ITP graduates who set out to build creative tools for the next generation of media production. Runway co-authored the seminal Stable Diffusion paper with CompVis and LMU Munich (Rombach et al., 2022) and shipped one of the first commercial text-to-video products, Gen-1 (2023), followed by Gen-2 (2023), Gen-3 Alpha (June 2024), Gen-3 Alpha Turbo (July 2024) and Gen-4 (2025). The company has raised over $300M from investors including Google, NVIDIA, Salesforce Ventures and General Catalyst, reaching a $3B+ valuation in 2024. Runway also runs the AI Film Festival and partners with Hollywood studios for on-set previs and post-production tooling.
Visit Runway →Gen-3 Alpha Turbo is a distilled, lower-step variant of Runway's Gen-3 Alpha latent-video-diffusion model, designed to deliver Gen-3-level visual fidelity at roughly 7x faster inference and lower cost. It uses a transformer-based denoiser operating on a compressed spatio-temporal latent representation, conditioned on text embeddings from a multilingual text encoder and optional image embeddings. Turbo is image-to-video focused: a user-supplied first frame is mandatory, and the model generates 5- or 10-second clips at 720p / 24 fps. Runway describes Gen-3 as trained on a 'new infrastructure built for large-scale multimodal training' and on a curated mix of internal video, licensed footage and partner data. The Turbo variant is produced via consistency-/distillation-style training that compresses the diffusion sampler into far fewer denoising steps.
- Parameters
- Undisclosed
- Context
- unknown
- Image-to-video generation in 5s or 10s clips at 720p / 24 fps
- Approximately 7x faster than Gen-3 Alpha base at similar fidelity
- Strong camera-motion vocabulary (handheld, dolly, crane, orbit)
- Lip-sync workflow when combined with Runway's Act-One and Lip Sync features
- Extend video up to ~40 seconds via successive 10s extensions
- Available via Runway web app, mobile app and Gen-3 API
- Per-clip pricing well below Gen-3 Alpha base
- Tight integration with Runway editor, green-screen, motion-brush
- Best for: production-line iteration, ad creative, social shorts, animatics.
Curated mix of internal video, licensed footage and partner data on Runway's large-scale multimodal training infrastructure; exact corpus size undisclosed.
License: Proprietary commercial licence via Runway Terms of Service; generated content usable commercially on paid plans.
Known limitations
- Requires a first-frame image (no pure text-to-video in Turbo)
- Maximum 10s per generation, extensions can drift
- 720p only (1080p via upscaling)
- No audio
- Occasional artifacts on hands and dense crowds
Frequently asked questions
Related Models
View all Video GenerationGoogle Veo 2
Google's state-of-the-art video generation model. Simulates real-world physics with various visual styles.
Google Veo 3
Google's Veo 3. High-fidelity text-to-video with native audio generation, up to 8s clips.
Google Veo 3.1
Latest Veo with image-to-video and context-aware audio
Kling v3
Cinematic video up to 15s with multi-shot and native audio
Start using Runway Gen-3 Alpha Turbo today
Get started with free credits. No credit card required. Access Runway Gen-3 Alpha Turbo and 100+ other models through a single API.