Runway ML Not Working?
Runway Gen-3 video stuck, credits exhausted, API 401 error, image-to-video output wrong, or Act-One motion capture failing? Check live status and fix it fast.
Runway ML — live status
Updated every 5 minutes. Full history at prismix.dev/service/runway.
What's wrong? Diagnose fast
Gen-3 video stuck / slow queue
Gen-3 takes 30-120s normally. Peak hours 14:00-22:00 UTC can add 3-5 min. If stuck 5+ min: cancel and retry. Prompt must be in English. Celebrity faces, copyrighted characters, or explicit content trigger automatic rejection.
Credits exhausted
Free plan = 125 one-time starter credits (NOT monthly reset). Once gone, upgrade required. Standard: $15/mo, 625 cr. Pro: $35/mo, 2,250 cr. Gen-3 5s clip = 5 credits. Credits do not roll over. Check balance at app.runwayml.com/account.
API 401 / 402 error
Header: Authorization: Bearer RUNWAYML_API_SECRET. Also required: X-Runway-Version: 2024-11-06. Generate key at app.runwayml.com/account/api. Error 402 = insufficient credits. Error 429 = rate limited (check Retry-After header).
Image-to-video poor output
Prompt describes motion, not content ("camera slowly zooms in", "leaves rustle"). Use 16:9 images (1280x720 or 1920x1080). Minimum 640x480px, max 16MB. JPG/PNG/WebP only. Input image aspect ratio = output video aspect ratio.
Act-One motion capture failing
Act-One requires: good front-facing lighting, face clearly visible, minimum 720p source video, no motion blur. Processing takes 5-15 minutes. Pro plan required for Act-One access.
Export / download not working
Videos expire from Runway servers after 7 days. Download immediately after generation. If the download button fails: try Chrome or Firefox. Right-click the video and select "Save As". Safari can have download restrictions with certain file types.
Runway API quick reference
Text-to-video (Gen-3 Alpha Turbo)
# Step 1: Create task
curl -X POST "https://api.dev.runwayml.com/v1/text_to_video" \
-H "Authorization: Bearer RUNWAYML_API_SECRET" \
-H "Content-Type: application/json" \
-H "X-Runway-Version: 2024-11-06" \
-d '{
"promptText": "A lone astronaut walks across a red desert at sunset",
"model": "gen3a_turbo",
"duration": 5,
"ratio": "1280:720"
}'
# Returns: { "id": "task_abc123", "status": "PENDING" }
# Step 2: Poll task status (every 5 seconds)
curl "https://api.dev.runwayml.com/v1/tasks/task_abc123" \
-H "Authorization: Bearer RUNWAYML_API_SECRET" \
-H "X-Runway-Version: 2024-11-06"
# When "status": "SUCCEEDED" => use output[0].url X-Runway-Version header is required
All Runway API calls must include X-Runway-Version: 2024-11-06. Omitting it returns a 400 error. Check docs.dev.runwayml.com for the current version string.
Runway credit costs by feature
| Feature | Credits | Notes |
|---|---|---|
| Gen-3 Alpha Turbo — 5s, 720p | 5 cr | Fastest, most affordable |
| Gen-3 Alpha Turbo — 10s, 720p | 10 cr | |
| Gen-3 Alpha — 5s, 720p | 10 cr | Higher quality than Turbo |
| Gen-3 Alpha — 10s, 720p | 20 cr | |
| 4K Upscale | +10 cr | Per upscaled video |
| Act-One (motion capture) | Variable | Pro plan required |
Free: 125 one-time only. Standard: $15/mo (625 cr). Pro: $35/mo (2,250 cr). Max: $95/mo (7,500 cr). Credits don't roll over.
Step-by-step fix
- 1
Check live Runway status
Visit prismix.dev/service/runway and runwaystatus.com. If Gen-3 component shows issues, the generation system is degraded — wait.
- 2
Fix Gen-3 generation stuck
Normal Gen-3 time: 30-120 seconds. Cancel and retry if stuck beyond 5 minutes. Avoid peak hours (14:00-22:00 UTC). Write prompts in English — Gen-3 is optimized for English. Remove celebrity names and explicit terms.
- 3
Fix credits exhausted
Runway free credits are 125 one-time only — they do NOT reset monthly. To continue: upgrade to Standard ($15/mo, 625 cr/mo) at app.runwayml.com/pricing. Paid credits also don't roll over between months.
- 4
Fix image-to-video output quality
Your prompt describes the motion (not the scene — the image handles that). Write: "the camera slowly zooms in", "subject's hair blows in the wind". Use 16:9 input images (1280×720 or 1920×1080). Minimum 640×480px, max 16MB, JPG/PNG/WebP.
- 5
Fix API errors
Required headers:
Authorization: Bearer RUNWAYML_API_SECRETANDX-Runway-Version: 2024-11-06. Base URL:https://api.dev.runwayml.com/v1. API is async: POST creates the task, then pollGET /tasks/{id}every 5 seconds.
Get alerted when Runway ML goes down
Star Runway on Prismix and get emailed the moment status changes. Free, no credit card.
Frequently asked questions
Why is Runway ML not working?
Runway ML issues: (1) Gen-3 video stuck (allow 2+ min, peak hours 14:00-22:00 UTC, cancel if 5+ min); (2) credits exhausted (free = 125 one-time only, not monthly); (3) API error (need Authorization: Bearer API_SECRET + X-Runway-Version header); (4) image-to-video bad output (prompt motion not content, use 16:9 images); (5) outage (check prismix.dev/service/runway).
Is Runway ML down right now?
Check prismix.dev/service/runway for live status. Also see runwaystatus.com for official Gen-3 component status and incident reports.
How long does Runway Gen-3 take to generate?
Runway Gen-3 Alpha Turbo: 30-90 seconds for 5s clip. Gen-3 Alpha standard: 60-120 seconds. Peak hours (14:00-22:00 UTC): add 3-5 minutes. Cancel and retry if stuck beyond 5 minutes. Wait time does not affect credit cost.
Runway free plan — do credits reset monthly?
No. Runway free plan credits (125) are one-time only and do not reset monthly. Once exhausted, upgrade to Standard ($15/mo, 625 cr) or Pro ($35/mo, 2,250 cr). Paid plan credits also do not roll over month to month.
Runway ML vs Kling AI — which is better for video?
Runway Gen-3 Alpha is strongest for professional production: Act-One motion capture, clean API with async task polling, strong prompt following. Kling AI often produces higher motion realism on image-to-video at lower cost per video. For API integration and professional video workflow, Runway is the leader. For cost-effective image-to-video with high quality motion, Kling is competitive.