뛰어난 3D 이해력과 카메라 제어 기능을 갖춘 Luma의 고급 비디오 생성 모델입니다.
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
}
}'| 파라미터 | 타입 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
prompt | string | Yes | - | 비디오 텍스트 설명 |
keyframes | object | No | - | 시작 및 끝 프레임 제어 |
aspect_ratio | string | No | 16:9 | 출력 화면 비율 |
loop | boolean | No | false | 심리스 루프 생성 |
회전하는 제품 뷰
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
}
}'