



const main = async () => {
const response = await fetch('https://api.ai.cc/v2/generate/video/runway/generation', {
method: 'POST',
headers: {
Authorization: 'Bearer ',
'Content-Type': 'application/json',
},
body: JSON.stringify({
model: 'runway/gen4_turbo',
prompt: 'A jellyfish in the ocean',
ratio: '16:9',
image_url: 'https://upload.wikimedia.org/wikipedia/commons/3/35/Maldivesfish2.jpg',
}),
}).then((res) => res.json());
console.log('Generation:', response);
};
main()
import requests
def main():
url = "https://api.ai.cc/v2/generate/video/runway/generation"
payload = {
"model": "runway/gen4_turbo",
"prompt": "A jellyfish in the ocean",
"ratio": "16:9",
"image_url": "https://upload.wikimedia.org/wikipedia/commons/3/35/Maldivesfish2.jpg",
}
headers = {"Authorization": "Bearer ", "Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print("Generation:", response.json())
if __name__ == "__main__":
main()
-
AI Playground

Test all API models in the sandbox environment before you integrate.
We provide more than 300 models to integrate into your app.


Product Detail
🚀 Unleash your creativity with Runway Gen-4 Turbo, the latest and most advanced video generation model in Runway's Gen-4 series. Engineered for speed and precision, it transforms your ideas into high-quality video content faster than ever before. Generate a 10-second video in just 30 seconds, empowering filmmakers, content creators, and visual artists with an unparalleled tool for dynamic motion and enhanced fidelity.
✅ Key Capabilities
- ⚡️ Rapid Video Generation: Experience an accelerated workflow with the ability to produce 10-second videos in only 30 seconds, significantly boosting your iterative creation process.
- 🖼️ Visual Consistency: Maintain seamless coherence for characters, objects, and environments across all your scenes, ensuring a professional and polished output.
- 🚶♀️ Realistic Motion Simulation: Leverage real-world physics integration for lifelike movements and smooth transitions, bringing your visuals to life.
- 💡 Enhanced Scene Coherence: Guarantee stability in lighting, accurate object tracking, and consistent stylistic elements throughout your generated footage.
- ⚙️ Flexible Output Formats: Adapt to various project needs with support for multiple resolutions (e.g., 1280x720 px) and aspect ratios (16:9, 9:16, 4:3, 3:4, 1:1, 21:9).
🎯 Intended Applications
Runway Gen-4 Turbo is designed to revolutionize a wide range of creative and professional fields:
- 🎬 Film and Media Production: Streamline character and scene creation, ensuring consistency for compelling storytelling.
- 📣 Advertising and Marketing: Rapidly develop promotional content with consistent branding and visual elements, perfect for dynamic campaigns.
- ✨ Visual Effects (VFX): Seamlessly integrate generated footage with live-action, animation, and existing VFX pipelines for enhanced creative possibilities.
💻 Technical Foundation
Understanding the core technology behind Runway Gen-4 Turbo:
Architecture
The model leverages an optimized Transformer-based architecture, enhanced with advanced inference algorithms and hardware acceleration to achieve near real-time generation speeds.
Training Data
Runway Gen-4 Turbo was trained on diverse datasets, incorporating real-world footage, synthetic video data, and multimodal corpora. This comprehensive training ensures high fidelity in motion rendering and scene coherence.
Data Source and Size
The training involved terabytes of curated video data and millions of image-text pairs, meticulously refined for prompt alignment and visual consistency.
Knowledge Cutoff
The model's knowledge base is current up to March 2025.
📊 Performance Benchmarks
- Accuracy: Achieves high fidelity in character consistency, object tracking, and motion realism across diverse scene types.
- Speed: Outperforms previous models, generating a 10-second video in just 30 seconds – a remarkable 3x faster than Gen-3 Alpha Turbo.
- Robustness: Effectively handles complex prompts, though highly intricate or abstract scenarios may benefit from iterative refinement for optimal results.
🛠️ How to Use Runway Gen-4 Turbo
Access Runway Gen-4 Turbo through the AI/ML API platform. The model is listed as "Runway Gen-4 Turbo".
Code Samples:
Initiate video generation:
<snippet data-name="runway.create-generation" data-model="runway/gen4_turbo"></snippet>
Retrieve the generated video:
<snippet data-name="runway.fetch-generation"></snippet>
API Parameters:
- "prompt": string - A detailed description of the desired output, up to 1000 UTF-16 code points.
- "image_url": url - An HTTPS URL or data URI containing an encoded image to serve as the video's first frame.
- "duration": 5 | 10 - The output video's duration in seconds.
- "ratio": "16:9" | "9:16" | "4:3" | "3:4" | "1:1" | "21:9" - The aspect ratio of the generated video.
- "seed": integer - An integer to vary results for identical parameters; using the same seed yields similar outputs.
- "watermark": boolean - Indicates whether the output video will include a Runway watermark.
For comprehensive details and further examples, refer to the API Documentation.
🔒 Ethical Considerations
Runway is committed to ethical AI development, prioritizing transparency regarding the model's capabilities and limitations. We strongly advocate for responsible usage to prevent misuse or harmful applications of generated content.
📜 Licensing
Runway Gen-4 Turbo is available under a commercial license, granting rights for both commercial and non-commercial usage while ensuring adherence to ethical standards.
❓ Frequently Asked Questions (FAQ)
-
Q: How fast is Runway Gen-4 Turbo?
A: It can generate a 10-second video in just 30 seconds, making it 3x faster than Gen-3 Alpha Turbo. -
Q: What kind of content can I create with it?
A: You can create high-quality videos for film, advertising, visual effects, and other media, maintaining consistent characters, objects, and realistic motion. -
Q: Is it suitable for professional use?
A: Yes, it's designed for filmmakers, content creators, and visual artists, supporting flexible output formats and offering a commercial license. -
Q: Where can I find the API documentation?
A: Detailed API documentation is available on the AI/ML API Documentation page. -
Q: Does the generated video have a watermark?
A: You can control whether the output video contains a Runway watermark via the "watermark" parameter in the API.
Learn how you can transformyour company with AICC APIs



Log in