Staff Pick

๐Ÿ“ก Monitor your APIs โ€” know when they go down before your users do

Better Stack checks uptime every 30 seconds with instant Slack, email & SMS alerts. Free tier available.

Start Free โ†’

Affiliate link โ€” we may earn a commission at no extra cost to you

Blog/Luma AI Status Guide

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.

Updated: June 2026ยท8 min readยทBy API Status Check

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:

Luma API (api.lumalabs.ai)
status.lumalabs.ai โ€” primary status tracking for all REST API endpoints
Dream Machine Web App
status.lumalabs.ai โ€” tracks lumalabs.ai/dream-machine separately from API generation
Video Generation Pipeline
status.lumalabs.ai โ€” queue health for Dream Machine 1.6 and Ray 2 models
Photon (Image Generation)
Luma's image model; may have separate queue status from video generation
Credit & Account System
lumalabs.ai/profile โ€” check credit balance before assuming a platform outage
Community Reports
X/Twitter @LumaLabsAI and community Discord for real-time user reports
Note: Dream Machine video generation is compute-intensive. Queue times of 5โ€“20 minutes during peak hours are normal and do not indicate an outage. If your generation has been "pending" for more than 30 minutes, that likely indicates an actual issue worth checking the status page for.
๐Ÿ“ก
Recommended

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 / IssueMeaningAction
401 UnauthorizedInvalid or expired API keyCheck and regenerate your key at lumalabs.ai/settings/api-keys
Insufficient creditsCredit balance depleted โ€” NOT an outagePurchase credits at lumalabs.ai/pricing or wait for plan refresh
Generation stuck in "pending"Queue congestion during high-demand periodWait up to 30 minutes; normal during peak hours โ€” check status if longer
429 Too Many RequestsAPI rate limit hit โ€” not a platform failureImplement exponential backoff; check your plan's concurrency limits
500 Internal Server ErrorBackend failure during video/image generationRetry once; if persistent, check status.lumalabs.ai
Generation failed / erroredModel-level failure โ€” can be prompt or platformTry with a simpler prompt; if basic prompts also fail, check status page
Content policy violationPrompt triggered safety filters โ€” not a downtime eventRephrase prompt to comply with Luma content policy
Upload failed / image rejectedInput image issue for image-to-video or bad formatVerify image is JPG/PNG under the size limit; check the API docs for input constraints

Luma AI Troubleshooting: Step-by-Step

1.

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.

2.

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.

3.

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.

4.

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.

5.

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.

6.

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.

๐Ÿ“ก
Recommended

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 trial

Stop 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

Monitor Your Luma AI API Independently

Don't rely on Dream Machine's status page alone โ€” set up independent monitoring to catch Luma AI degradations before they disrupt your video generation workflows.

Try Better Stack Free โ€” No Credit Card Required

Or use APIStatusCheck Alert Pro โ€” API monitoring from $9/mo

Related Status Guides

๐ŸŒ Can't Access Luma AI?

If Luma AI is working for others but not for you, it might be an ISP or regional issue. A VPN can help bypass network-level blocks and routing problems.

๐Ÿ”’

Troubleshoot with a VPN

Connect from a different region to test if the issue is local to your network. Also protects your connection on public Wi-Fi.

Try NordVPN โ€” 30-Day Money-Back Guarantee
๐Ÿ”‘

Secure Your Luma AI Account

Service outages are a common time for phishing attacks. Use a password manager to keep unique, strong passwords for every account.

Try NordPass โ€” Free Password Manager
Quick ISP test: Try accessing Luma AI on mobile data (Wi-Fi off). If it works, the issue is with your ISP or local network.

โณ While You Wait โ€” Try These Alternatives

๐Ÿ›  Tools We Use & Recommend

Tested across our own infrastructure monitoring 200+ APIs daily

Better StackBest for API Teams

Uptime Monitoring & Incident Management

Used by 100,000+ websites

Monitors your APIs every 30 seconds. Instant alerts via Slack, email, SMS, and phone calls when something goes down.

โ€œWe use Better Stack to monitor every API on this site. It caught 23 outages last month before users reported them.โ€

Free tier ยท Paid from $24/moStart Free Monitoring
1PasswordBest for Credential Security

Secrets Management & Developer Security

Trusted by 150,000+ businesses

Manage API keys, database passwords, and service tokens with CLI integration and automatic rotation.

โ€œAfter covering dozens of outages caused by leaked credentials, we recommend every team use a secrets manager.โ€

SEMrushBest for SEO

SEO & Site Performance Monitoring

Used by 10M+ marketers

Track your site health, uptime, search rankings, and competitor movements from one dashboard.

โ€œWe use SEMrush to track how our API status pages rank and catch site health issues early.โ€

From $129.95/moTry SEMrush Free
View full comparison & more tools โ†’Affiliate links โ€” we earn a commission at no extra cost to you