VideoLuma AIv2.0· Released 2025-03-15
Luma Ray 2
Photorealistic text-to-video with intelligent reframing and natural camera motion.
Luma Ray 2 is Luma AI's photorealistic video model with intelligent reframing capabilities. It generates high-quality clips with strong aesthetic sense and natural camera motion. On Oakgen, a 5-second clip costs about 130 credits (~$0.50).
Capabilities at a glance
- Photorealistic video quality
- Intelligent reframing for different aspect ratios
- Natural camera motion and smooth transitions
- 30–60 second generation
- Image-to-video conditioning available
Specs
- Starting price
- $0.50 / generation
- Generation time
- 30–60 seconds
- Max resolution
- 1920×1080
- Inputs → outputs
- text, image → video
How to use Luma Ray 2
- 1Use reframing for multi-platform contentGenerate once, then use Luma Reframe to create 16:9, 9:16, and 1:1 versions from the same clip.
- 2Describe camera movementLuma Ray 2 handles camera direction well — 'orbit around the subject', 'dolly in slowly', 'handheld pan left'.
API access
curl -X POST https://api.oakgen.ai/v1/generate/video \
-H "Authorization: Bearer $OAKGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "luma-ray-2",
"prompt": "Orbit around a vintage car in an autumn forest clearing",
"duration": 5,
"aspect_ratio": "16:9"
}'License & commercial use
Licensed through Luma AI's commercial terms.
Permitted on all paid Oakgen plans.
FAQs
How much does Luma Ray 2 cost on Oakgen?
Luma Ray 2 starts at $0.50 per generation on Oakgen. Most generations complete in 30–60 seconds. The $19/month Pro plan includes 5,000 credits, covering roughly 38 generations per month.
Can I use Luma Ray 2 commercially?
Permitted on all paid Oakgen plans.
What is the maximum output resolution?
Luma Ray 2 supports up to 1920×1080.
Does Oakgen provide API access to Luma Ray 2?
Yes. Oakgen's REST API exposes Luma Ray 2 under the model slug 'luma-ray-2'. See the API snippet below for an example request.