Runway Gen4 Aleph

Runway Aleph revolutionizes video editing with intelligent automation for seamless object and environment manipulation.


API

If you're looking for an API, you can choose from your desired programming language.

POST
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 import requests api_key = "YOUR_API_KEY" url = "https://api.segmind.com/v1/runway-gen4-aleph" # Prepare data and files data = {} files = {} data['seed'] = 42 # For parameter "video", you can send a raw file or a URI: # files['video'] = open('IMAGE_PATH', 'rb') # To send a file data['video'] = 'https://segmind-resources.s3.amazonaws.com/input/c08771b9-b671-4c12-9ea7-af4048b9d194-894a8bdf-6064-40ea-a78d-06c1abff262b.mp4' # To send a URI data['prompt'] = "make it winter" data['aspect_ratio'] = "9:16" # For parameter "reference_image", you can send a raw file or a URI: # files['reference_image'] = open('IMAGE_PATH', 'rb') # To send a file data['reference_image'] = 'null' # To send a URI headers = {'x-api-key': api_key} # If no files, send as JSON if files: response = requests.post(url, data=data, files=files, headers=headers) else: response = requests.post(url, json=data, headers=headers) print(response.content) # The response is the generated image
RESPONSE
video/mp4
HTTP Response Codes
200 - OKImage Generated
401 - UnauthorizedUser authentication failed
404 - Not FoundThe requested URL does not exist
405 - Method Not AllowedThe requested HTTP method is not allowed
406 - Not AcceptableNot enough credits
500 - Server ErrorServer had some issue with processing

Attributes


seedint ( default: 42 )

Random seed for reproducibility. Set specific numbers for consistent results across runs.


videostr *

Input video for transformation, max 16MB. Use high-quality clips for best results.


promptstr *

Text prompt to guide video transformation. Try 'in summer' for seasonal changes.


aspect_ratioenum:str ( default: 16:9 )

Choose desired video aspect ratio. Use '21:9' for cinematic effects.

Allowed values:


reference_imagestr ( default: 1 )

Image to influence video style. Select vibrant images for colorful outputs.

To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.

Resources to get you started

Everything you need to know to get the most out of Runway Gen4 Aleph

Guide to Using the Video Transformation Model

This guide walks you through best practices and parameter recommendations for achieving stunning results with the video transformation model. Whether you want cinematic color grading, social media-ready clips, or seasonal mood shifts, follow these steps to optimize your outputs.

1. Prepare Your Input Video

  • •Use high-quality clips (1080p or higher) under 16 MB to retain detail.
  • •Trim to the essential segment (5–15 seconds) for faster processing and sharper effects.

2. Craft a Clear Prompt

  • •Be concise and descriptive. Examples:
    • •“make it summer”: adds warm hues, sunlit feel
    • •“vintage 1970s film”: applies grain and muted colors
    • •“neon cyberpunk night”: deep blues, bright pink accents
  • •Avoid overly complex instructions; break them into multiple runs if needed.

3. Select Aspect Ratio

Choose based on your target platform:

  • •21:9 for cinematic widescreen (YouTube intros, short films).
  • •16:9 for standard videos (YouTube, desktop).
  • •9:16 for vertical mobile (TikTok, Instagram Stories).
  • •1:1 for square feeds (Instagram posts).
  • •4:3 / 3:4 for legacy or portrait displays.

4. (Optional) Add a Reference Image

  • •Supply a high-contrast JPG/PNG to guide color and style.
  • •Ideal for matching a brand palette or emulating a still from a favorite film.

5. Set the Seed for Reproducibility

  • •Default seed is 42. Change to any integer for consistent results across runs.
  • •Example: seed 1234 locks in the same transformation each time.

Use-Case Recipes

Cinematic Color Grade

  • •Prompt: “golden hour cinematic mood”
  • •Aspect_ratio: 21:9
  • •Reference_image: URL of a film still
  • •Seed: 2023

Social Media Boost

  • •Prompt: “bright and vibrant”
  • •Aspect_ratio: 9:16
  • •No reference image
  • •Seed: 123

Instagram Vintage Post

  • •Prompt: “retro film grain”
  • •Aspect_ratio: 1:1
  • •Reference_image: a Polaroid-style photo
  • •Seed: 999

Pro Tips

  • •Iterate prompts with small tweaks (e.g., “slightly warmer tone”).
  • •Combine multiple runs: generate a palette first, then refine style.
  • •Monitor output size; reduce video length if processing fails.
  • •Pair with post-processing tools (DaVinci Resolve, Premiere) for final touches.

By following this workflow—preparing your clip, crafting a precise prompt, choosing the right aspect ratio, and leveraging seeds—you’ll unlock the full creative potential of the model. Happy transforming!

Other Popular Models

Discover other models you might be interested in.

Cookie settings

We use cookies to enhance your browsing experience, analyze site traffic, and personalize content. By clicking "Accept all", you consent to our use of cookies.