luma
luma/luma-ray-v3-2-text-to-video/Released Jun 2026

Luma Ray 3.2 - Text to Video

Text-to-video with prompt control, up to 1080p

Commercial use
Provider
luma
Modality
Video
Released
Jun 2026
Pricing
$0.10 / sec$0.40 / sec (hi-res)

Ready to build with Luma Ray 3.2 - Text to Video?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "luma-ray-v3-2-text-to-video",
  "prompt": "Low-angle shot of a majestic tiger prowling through a snowy landscape, leaving paw prints on the white blanket.",
  "aspect_ratio": "16:9",
  "resolution": "540p",
  "duration": "5s"
}'