Luma's advanced video generation with exceptional 3D understanding and camera control.
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
}
}'| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | - | Text description of the video |
keyframes | object | No | - | Start and end frame control |
aspect_ratio | string | No | 16:9 | Output aspect ratio |
loop | boolean | No | false | Create seamless loop |
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
}
}'POST /v1/predictions