Luma Dream Machine v1.6

Custom
Video Generation

Luma's Dream Machine 1.6. 720p text/image-to-video with strong motion and camera control.

Queue video with Luma Dream Machine v1.6
Video generation runs asynchronously — we'll queue a job and you can track it in your history.
Sign in to try this model with €5 free credits.
Sign in
Generates as an async job — typically 30 s to 2 min.
TL;DR·Last updated May 16, 2026

Luma Dream Machine v1.6 is video generation AI model from Custom, priced at €0.000 per 1M input tokens with a unknown context window.

Try Luma Dream Machine v1.6
Direct API access coming soon

Pricing

Price per Generation
Per generation€0.40

API Integration

Use our OpenAI-compatible API to integrate Luma Dream Machine v1.6 into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

// Simple — just pass a string
const reply = await rw.run("dream-machine-1-6", "Hello! What can you do?");
console.log(reply);

// With message history
const reply2 = await rw.run("dream-machine-1-6", [
  { role: "system", content: "You are a helpful assistant." },
  { role: "user", content: "Explain quantum computing simply." },
]);
console.log(reply2);

// Full response with usage info
const res = await rw.chat("dream-machine-1-6", [
  { role: "user", content: "Hello!" },
], { temperature: 0.7, max_tokens: 500 });
console.log(res.choices[0].message.content);
console.log(res.usage);
Specifications
Price
€0.40
Developer
Custom
Category
Video Generation
Supported Formats
text
image
Tags
luma
text-to-video
image-to-video

Deep dive — Luma AI's Luma Dream Machine v1.6

About Luma AI
Founded 2021 · Palo Alto, USA

Luma AI was founded in 2021 by Amit Jain (CEO, ex-Apple Vision/Camera) and Alex Yu (ex-UC Berkeley, NeRF research). The company originally focused on 3D capture and Neural Radiance Fields, launching the Luma iOS app for AR/3D scanning in 2022. In June 2024 Luma released Dream Machine, a text- and image-to-video generative model that became one of the first widely viral consumer video AIs alongside Runway Gen-3 and Kling. Dream Machine v1.6 (October 2024) introduced extended duration, camera control concepts and improved motion consistency. Investors include a16z, Amplify Partners, NVIDIA and Matrix Partners, with Series C funding announced in 2025 valuing the company above $4B. Luma also released the Ray2 model family for higher-fidelity video.

Visit Luma AI
Architecture
Latent video diffusion model with transformer denoiser (DiT-style)

Dream Machine is a closed-source latent video diffusion model that compresses video into a learned spatio-temporal latent space and uses a transformer-based denoiser conditioned on text embeddings (from a multilingual text encoder) and optional image conditioning. Version 1.6 supports text-to-video, image-to-video (first frame), end-frame conditioning and 'extend' operations that continue an existing clip while preserving identity and motion. Luma have publicly described Dream Machine as targeting 'consistent characters, accurate physics and complex camera motions'. The training corpus combines licensed stock video, web-scale curated video and synthetic data; captioning is produced by an in-house vision-language model. v1.6 generates 5-second clips at 720p (with upscaling to 1080p in post) at 24 fps natively.

Parameters
Undisclosed (estimated multi-billion)
Context
unknown
What it can do
  • Text-to-video and image-to-video generation
  • Start-frame and end-frame conditioning for guided shots
  • Extend functionality to continue an existing clip up to ~20s
  • 5-second base clips at 720p, upscalable to 1080p
  • Strong cinematic camera moves (dolly, orbit, push-in)
  • Consistent character identity across extensions
  • Available via web app, API and integrations (Discord, ComfyUI)
  • Lower cost per second than Gen-3 Alpha at launch
  • Best for: marketing teasers, social-media reels, mood films, music videos.
Training & License

Closed corpus combining licensed stock footage, curated web video and synthetic data; bilingual captions from an in-house vision-language captioner. Exact dataset size undisclosed.

License: Proprietary commercial licence via Luma API and luma.com terms of use; generated video may be used commercially on paid plans.

Known limitations
  • Base clips limited to 5 seconds, extensions up to ~20s
  • No native audio
  • Occasional motion morphing on fast action
  • Text rendering in-scene is weak
  • Closed API with rate limits and per-clip pricing

Frequently asked questions

Start using Luma Dream Machine v1.6 today

Get started with free credits. No credit card required. Access Luma Dream Machine v1.6 and 100+ other models through a single API.