Luma AI Status: How to Check If Dream Machine Is Down Right Now (2026)
Where to find the official Luma AI status page, what each component means, and how to diagnose Dream Machine video generation failures in real time.
Is Luma AI / Dream Machine Down Right Now?
Check the official Luma AI status page at status.lumalabs.ai for API, Dream Machine, and generation pipeline incidents. Also verify your credit balance โ depleted credits cause generation failures that look identical to an outage.
Where to Find Luma AI Status
Luma AI reports platform status across several channels. Use the right source depending on whether you're a consumer user or API developer:
Monitor your Luma AI API independently
Better Stack probes your Luma AI endpoint every 30 seconds โ catch failures and generation pipeline issues before they break your video workflows.
Try Better Stack Free โLuma AI Products and What They Cover
Luma AI has expanded beyond Dream Machine into a multi-modal AI platform. Understanding each product helps you diagnose quickly:
Dream Machine (Video Generation)
Luma's flagship text-to-video and image-to-video model. Available via lumalabs.ai/dream-machine and the /v1/generations endpoint in the API. Multiple model versions (Dream Machine 1.6, Dream Machine 1.5) have separate generation pipelines.
Ray 2 (Video)
Luma's cinematic video generation model optimized for longer, higher-quality clips. Higher compute requirement means it has a separate queue that can be slower than the standard Dream Machine model.
Photon (Image Generation)
Luma's image generation model accessible via the API. Produces photorealistic images and uses the same credit system as video generation but consumes fewer credits per generation.
Luma API (api.lumalabs.ai)
The developer REST API powering all Luma products. Third-party apps like Zapier, Make, and custom pipelines use this. API keys are managed at lumalabs.ai/settings/api-keys.
3D Capture (Genie / NeRF)
Luma's 3D scene reconstruction and object generation features. Less commonly used than video/image generation and tracked separately in the status page.
Common Luma AI Errors and What They Mean
| Error / Issue | Meaning | Action |
|---|---|---|
| 401 Unauthorized | Invalid or expired API key | Check and regenerate your key at lumalabs.ai/settings/api-keys |
| Insufficient credits | Credit balance depleted โ NOT an outage | Purchase credits at lumalabs.ai/pricing or wait for plan refresh |
| Generation stuck in "pending" | Queue congestion during high-demand period | Wait up to 30 minutes; normal during peak hours โ check status if longer |
| 429 Too Many Requests | API rate limit hit โ not a platform failure | Implement exponential backoff; check your plan's concurrency limits |
| 500 Internal Server Error | Backend failure during video/image generation | Retry once; if persistent, check status.lumalabs.ai |
| Generation failed / errored | Model-level failure โ can be prompt or platform | Try with a simpler prompt; if basic prompts also fail, check status page |
| Content policy violation | Prompt triggered safety filters โ not a downtime event | Rephrase prompt to comply with Luma content policy |
| Upload failed / image rejected | Input image issue for image-to-video or bad format | Verify image is JPG/PNG under the size limit; check the API docs for input constraints |
Luma AI Troubleshooting: Step-by-Step
Check Your Credit Balance First
Go to lumalabs.ai/profile or check in the web app. If credits are at zero, video generation fails with an error that doesn't clearly indicate the cause. This is the single most common source of "Dream Machine is down" reports โ check it before anything else.
Check the Official Status Page
Visit status.lumalabs.ai for any active incidents. The page breaks out API availability, Dream Machine generation pipeline, and web app status. Subscribe to status page notifications to receive automatic alerts when incidents are posted.
Test the API endpoint with curl
Run: curl -H "Authorization: Bearer $LUMA_KEY" https://api.lumalabs.ai/v1/generations. A 200 response (even an empty list) confirms the API is reachable and your authentication is valid. This isolates platform issues from account/integration problems.
Try a different Luma model
If Dream Machine 1.6 is queued or failing, try Ray 2 or an older model version โ they run on separate inference backends. Specify the model in your API request to route to a potentially healthier backend.
Wait out peak-hour queue congestion
Dream Machine is extremely popular and video generation is GPU-intensive. Queue times of 10โ20 minutes during peak hours (9amโ9pm Pacific) are expected. If your generation is pending but under 30 minutes, patience is typically the fix โ not a platform issue.
Check X/Twitter for real-time reports
Search "Luma AI down" or "Dream Machine down" on X/Twitter. User reports often surface 10โ20 minutes before the official status page updates, making Twitter/X a useful early-warning channel during incidents.
Set up Luma AI API monitoring in 5 minutes
Better Stack sends Slack, PagerDuty, or email alerts the moment your Luma AI API endpoint returns errors โ catch generation outages before they impact your creative workflows.
Try Better Stack Free โWhat to Do When Luma AI Is Down
Option 1: Switch to Runway ML
Runway (runwayml.com) offers Gen-3 Alpha and Gen-3 Turbo for text-to-video and image-to-video generation. It has its own independent infrastructure and a developer API. Runway is a strong fallback for video generation with comparable quality to Dream Machine.
Option 2: Use Kling AI
Kling (by Kuaishou) offers competitive text-to-video and image-to-video generation. It runs on completely independent infrastructure and is available via its own API. Kling is a solid alternative when Dream Machine is experiencing issues.
Option 3: Replicate (Hosted Open-Source Models)
Replicate hosts Wan2.1, CogVideoX, and other open-source video generation models that produce comparable outputs to Dream Machine. The API is OpenAI-compatible and switching is typically a few lines of code change.
Frequently Asked Questions
Where is the official Luma AI status page?
Luma AI's official status page is at status.lumalabs.ai. This tracks the Dream Machine web app (lumalabs.ai/dream-machine), the Luma API (api.lumalabs.ai), video generation pipeline availability, and account services. For real-time API diagnostics, you can test the GET /v1/generations endpoint with your API key to verify reachability.
Why is Dream Machine not generating videos right now?
Dream Machine generation failures can have several causes: (1) Platform incident โ check status.lumalabs.ai, (2) Generation credit exhaustion โ Luma AI uses a credit system; if depleted, generation fails even when the platform is healthy, (3) Queue congestion โ Dream Machine video generation is compute-intensive and queue times can extend to 15+ minutes during peak hours, (4) API authentication failure โ check that your API key is valid and hasn't expired, (5) Prompt/input issues โ extremely long or complex prompts can cause generation timeouts that look like failures.
Is Dream Machine a different product from the Luma API?
Dream Machine (lumalabs.ai/dream-machine) is Luma AI's consumer-facing video generation web app. The Luma API (api.lumalabs.ai) is the developer REST API that powers both Dream Machine and third-party integrations. They share backend infrastructure but the web app has a separate frontend. If Dream Machine's UI is broken but API calls succeed via curl, the issue is frontend-only. The Luma API is also used to access other Luma products like Photon (image generation) and Ray 2 (video).
How long do Luma AI / Dream Machine outages typically last?
Most Luma AI incidents resolve within 30 minutes to 2 hours. Extended generation queue times during peak hours (typically 9amโ6pm US Pacific) are common and not formal incidents โ they resolve on their own as demand normalizes. Major infrastructure outages are rare and typically resolve within 2โ4 hours. Luma posts updates at status.lumalabs.ai and on X/Twitter @LumaLabsAI.
Is Luma AI down for everyone or just me?
To check if Luma AI is globally down: (1) Visit status.lumalabs.ai for active incidents, (2) Test the API with a GET request to api.lumalabs.ai/v1/generations using your bearer token โ a 200 response confirms API availability, (3) Search 'Luma AI down' or 'Dream Machine down' on X/Twitter for community reports, (4) Check your credit balance at lumalabs.ai/profile โ zero credits cause generation failures that are indistinguishable from outages, (5) Try submitting a simple text-to-video prompt via the web app to verify end-to-end generation is working.
Alert Pro
14-day free trialStop checking โ get alerted instantly
Next time Luma AI goes down, you'll know in under 60 seconds โ not when your users start complaining.
- Email alerts for Luma AI + 9 more APIs
- $0 due today for trial
- Cancel anytime โ $9/mo after trial