Skip to main content
Core.Today
|
RunwayMediumUltra

Runway Gen-3 Alpha Turbo

Runway's latest video generation model with industry-leading quality and creative control options.

80 credits
per video
Industry-leading quality
Advanced motion control
Cinematic output
Fast turbo mode
Professional-grade results

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "model": "runway-gen3-turbo",
  "input": {
    "prompt": "Slow motion shot of rain drops falling on a window, city lights blurred in background, melancholic atmosphere, cinematic color grading",
    "duration": 5
  }
}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringYes-Text description with cinematic directions
image_urlstringNo-Starting frame image URL
durationintegerNo5Video duration (5 or 10 seconds)

Examples

Cinematic Scene

Create movie-quality video

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "model": "runway-gen3-turbo",
  "input": {
    "prompt": "Slow motion shot of rain drops falling on a window, city lights blurred in background, melancholic atmosphere, cinematic color grading",
    "duration": 5
  }
}'

Tips & Best Practices

1Use cinematic terms in prompts
2Describe camera movements explicitly
3Great for emotional, artistic content

Use Cases

Professional video production
Film and TV concepts
High-end advertising
Music videos
Cinematic content

Model Info

ProviderRunway
VersionGen-3
CategoryVideo Generation
Price80 credits

API Endpoint

POST /v1/predictions
Try in PlaygroundBack to Docs