All models

RunwayML Gen-4.5

runwayml/gen-4.5
RunwayML Video GenerationImage-to-VideoCinematic

RunwayML's video generation model supporting both text-to-video and image-to-video with customizable duration, aspect ratio, and content moderation controls.

Quick start

# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
  -H "content-type: application/json" \
  -d '{
    "model": "runwayml/gen-4.5",
    "prompt": <string>
  }'

# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
  -J '{"model": "runwayml/gen-4.5", "prompt": "<string>"}'

Examples

Parameters

Input
content_moderation object

Content moderation settings

duration integer required

Video duration in seconds

image_input string

HTTPS URL, Runway URI, or data URI containing an image for image-to-video

prompt string required

Text prompt describing what should appear in the video

ratio string required

Resolution/aspect ratio of the output video

seed integer

Random seed for reproducible results

Output
video: URL to the generated video