Runway Gen 4.5
Top-ranked for motion quality and visual fidelity
Runway Gen 4.5 is video generation AI model from Replicate, priced at €0.000 per 1M input tokens with a unknown context window.
Examples
See what Runway Gen 4.5 can generate
Cinematic
"Woman walking through sunflower field, golden hour"
Pricing
API Integration
Use our OpenAI-compatible API to integrate Runway Gen 4.5 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("runway-gen45", "Hello! What can you do?");
console.log(reply);
// With message history
const reply2 = await rw.run("runway-gen45", [
{ 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("runway-gen45", [
{ 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 4.5
Runway was founded in 2018 in New York City by Cristobal Valenzuela, Anastasis Germanidis and Alejandro Matamala-Ortiz, three NYU ITP graduates who set out to build AI-native creative tools. Runway co-authored the Stable Diffusion paper (Rombach et al., 2022) with CompVis and LMU Munich and has shipped Gen-1 (2023), Gen-2 (2023), Gen-3 Alpha (June 2024), Gen-3 Alpha Turbo (July 2024), Gen-4 (March 2025) and Gen 4.5 (mid-2025). Gen 4.5 is the incremental update to Gen-4 with higher fidelity, longer durations and improved character consistency. The company has raised over $300M from Google, NVIDIA, Salesforce Ventures and General Catalyst at a $3B+ valuation, and runs the annual AI Film Festival as well as Hollywood-studio partnerships.
Visit Runway →Runway Gen 4.5 is a closed Diffusion Transformer operating on a learned spatio-temporal latent space, building on the Gen-4 foundation released in early 2025. The model is conditioned on a multilingual text encoder plus optional image, reference-frame and motion-reference inputs. Gen-4 introduced character-, object- and environment-reference modes that let users lock identity, props or backgrounds across multiple shots; Gen 4.5 expands the reference vocabulary and improves consistency for longer sequences. Native generation is up to 10 seconds per clip at 720p (with 1080p upscale), and Runway's editor chains generations into multi-shot scenes. Gen 4.5 also tightens the integration with Runway's Act-One performance capture, Motion Brush, Lip Sync and Camera Control features. Training uses internal video, licensed footage and partner data on Runway's multimodal training infrastructure.
- Parameters
- Undisclosed
- Context
- unknown
- Text-to-video and image-to-video at up to 720p (1080p via upscale)
- 10-second clips per generation, chainable into multi-shot scenes
- Character-, object- and environment-reference modes for cross-shot consistency
- Tight integration with Act-One performance capture, Motion Brush and Lip Sync
- Strong cinematic camera-language and Camera Control sliders
- Available via Runway web app, mobile app and API
- Used in production by Hollywood studios for previs and inserts
- Public model card and ongoing safety programme
- Best for: film previs, ad creative, multi-shot narratives, character-driven content.
Curated mix of internal video, licensed footage and partner data on Runway's 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
- 10-second clip limit per generation
- 1080p only via upscale
- No native audio
- Closed model with no full technical paper
- Reference modes can drift on long sequences
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 4.5 today
Get started with free credits. No credit card required. Access Runway Gen 4.5 and 100+ other models through a single API.