Skip to main content
Luma AIMediumUltra

Luma Ray2

Luma's advanced video generation with exceptional 3D understanding and camera control.

70 credits
per video
Excellent 3D understanding
Precise camera control
Spatial consistency
High-quality motion
Image-to-video support

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "model": "luma-ray2",
  "input": {
    "prompt": "360 degree rotation around a luxury watch, studio lighting, white background, smooth camera orbit",
    "aspect_ratio": "1:1",
    "loop": true
  }
}'

Parameters

ParameterTypeRequiredDefaultDescription
promptstringYes-Text description of the video
keyframesobjectNo-Start and end frame control
aspect_ratiostringNo16:9Output aspect ratio
loopbooleanNofalseCreate seamless loop

Examples

3D Product

Rotating product view

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "model": "luma-ray2",
  "input": {
    "prompt": "360 degree rotation around a luxury watch, studio lighting, white background, smooth camera orbit",
    "aspect_ratio": "1:1",
    "loop": true
  }
}'

Tips & Best Practices

1Best for content requiring 3D spatial awareness
2Use loop option for seamless product rotations
3Excellent for architectural and product content

Use Cases

3D product visualization
Architectural walkthroughs
Virtual tours
Spatial content
Camera-focused videos

Model Info

ProviderLuma AI
Version2.0
CategoryVideo Generation
Price70 credits

API Endpoint

POST /v1/predictions
Try in PlaygroundBack to Docs