Transform Images into Cinematic Stories via AI/ML API
Simply upload your images, input a prompt, and watch Runway AI do the magic. No need for extensive video editing skills.
Read more: Model Card
Six-axis movement including zoom, tilt, pan, roll, horizontal, and vertical motion to enhance realism.
High-definition videos with smooth transitions, dynamic movement, and vivid detail making your content stand out.
Generate 10-second videos in just over 10 seconds speed, perfect for quick marketing campaigns or last-minute needs.
When crafting a prompt for RunwayML Gen-3, ensure clarity by breaking it into sections: specify the camera movement, scene details, and subject.
Prompt: "A diver hovers near the entrance, their flashlight casting beams through the still water. A slow, sweeping camera pans across the entrance of a glowing underwater cave, following the diver as they hover motionless, their flashlight beam cutting through the dark water. A serene underwater cave illuminated by bioluminescent corals and glowing jellyfish".
Get API KeyPrompt: "Low angle tracking shot: camera follows desert footsteps, centered just above ground level. A woman in flowing red dress walks deliberately across sun-baked sand dunes. The camera gradually pulls back to reveal an endless desert landscape beneath a golden sunset sky, with dramatic shadows stretching across pristine dunes".
Get API KeyPrompt: "Close-up to wide angle: a young boy with a red scarf stands in the middle of a snow-covered forest, his face glowing with childlike excitement. Snowflakes land on his eyelashes and cheeks as he looks up with wide eyes, marveling at the falling snow. The camera pulling back to reveal the boy standing and becoming laughing".
Prompt: "Tracking shot: the camera moves through a magical street reminiscent of Diagon Alley. Camera is Tracking Wizards and witches in flowing robes move along the street. The atmosphere is alive with wonder and a touch of whimsy, with mysterious alleyways branching off into shadowy corners".
Get API KeyGenerate video based on a given text or image prompt using the Runway Gen 3 Alpha Turbo model
Explore another image-to-video and text-to-video model Luma AI.
import requests
def main():
url = "https://api.aimlapi.com/v2/generate/video/runway/generation"
payload = {
"model": "runway-gen3/turbo/image-to-video",
"prompt": "A jellyfish in the ocean",
"ratio": "16:9",
"image_url": "https://upload.wikimedia.org/wikipedia/commons/3/35/Maldivesfish2.jpg",
}
headers = {"Authorization": "Bearer <YOUR_API_KEY>", "Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print("Generation:", response.json())
if __name__ == "__main__":
main()
Begin by signing up on our AI/ML API platform. Create your account to gain access to a wide range of powerful AI models and tools.
In the Playground, navigate to the Key Management section and click on Create API Key. You can easily activate or deactivate your keys as needed.
After creating your API key, you can integrate AI models into your application by following the guidelines provided in our API reference.
Runway Gen-3 Alpha Turbo is an advanced video generation model specializing in complex scene animation with sophisticated camera controls and text-prompt-based environment rendering. It enables highly customizable, real-time animated outputs, making it valuable for creating dynamic content in virtual production environments.