좋은 품질 대 속도 비율을 가진 빠르고 효율적인 비디오 생성 모델입니다. 빠른 비디오 프로토타이핑에 이상적입니다.
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "minimax-video-01",
"input": {
"prompt": "Modern coffee cup with steam rising, cozy cafe atmosphere, warm lighting, subtle camera zoom"
}
}'| 파라미터 | 타입 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
prompt | string | Yes | - | 비디오 텍스트 설명 |
first_frame_image | string | No | - | 첫 프레임 이미지 URL |
빠른 프로모션 비디오
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "minimax-video-01",
"input": {
"prompt": "Modern coffee cup with steam rising, cozy cafe atmosphere, warm lighting, subtle camera zoom"
}
}'