업계 최고 수준의 품질과 창의적 제어 옵션을 갖춘 Runway의 최신 비디오 생성 모델입니다.
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "runway-gen3-turbo",
"input": {
"prompt": "Slow motion shot of rain drops falling on a window, city lights blurred in background, melancholic atmosphere, cinematic color grading",
"duration": 5
}
}'| 파라미터 | 타입 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
prompt | string | Yes | - | 시네마틱 연출이 포함된 텍스트 설명 |
image_url | string | No | - | 시작 프레임 이미지 URL |
duration | integer | No | 5 | 비디오 길이 (5 또는 10초) |
영화 수준 비디오 생성
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "runway-gen3-turbo",
"input": {
"prompt": "Slow motion shot of rain drops falling on a window, city lights blurred in background, melancholic atmosphere, cinematic color grading",
"duration": 5
}
}'