Fal.AI를 통해 제공되는 MiniMax Hailuo-03(H3) 텍스트-비디오 모델입니다. 텍스트 프롬프트로부터 최신 수준의 2K 비디오를 생성하며, 5-15초 길이, 네이티브 오디오, 21:9부터 9:16까지 폭넓은 화면 비율을 지원합니다.
콘솔의 Playground에서 별도 코드 없이 이 모델을 즉시 테스트할 수 있어요
이 모델의 사용법을 Claude, ChatGPT 등에 복사
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: cdt_your_api_key" \
-d '{
"model": "minimax/h3/text-to-video",
"input": {
"prompt": "A white kitten chases a butterfly across a sunlit garden. Gentle camera tracking, natural movement, soft afternoon light filtering through the leaves.",
"duration": 5,
"resolution": "2K",
"aspect_ratio": "16:9"
}
}'| 파라미터 | 타입 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
prompt | string | Yes | - | 비디오 생성을 위한 텍스트 프롬프트입니다. |
duration | integer | No | 5 | 비디오 길이(초)입니다. |
resolution | string | No | 2K | 생성된 비디오의 해상도입니다. 768P2K |
aspect_ratio | string | No | 16:9 | 생성된 비디오의 화면 비율입니다. 21:916:94:31:13:49:16 |
POST /v1/predictions 요청 시 사용되는 공통 파라미터입니다.
| 파라미터 | 타입 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
model | string | Yes | - | 모델 식별자 |
input | object | Yes | - | 위 테이블의 모델별 파라미터를 포함하는 객체 |
output_folder | string | No | - | 결과물 저장 폴더 경로 (최대 256자, '..' 사용 불가) |
webhook_url | string | No | - | 완료 시 호출할 Webhook URL |
is_public | boolean | No | false | true 시 결과물을 영구 공개 URL로도 제공 |
부드러운 카메라 트래킹과 자연스러운 움직임을 2K 해상도로 보여주는 잔잔한 자연 장면입니다.
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: cdt_your_api_key" \
-d '{
"model": "minimax/h3/text-to-video",
"input": {
"prompt": "A white kitten chases a butterfly across a sunlit garden. Gentle camera tracking, natural movement, soft afternoon light filtering through the leaves.",
"duration": 5,
"resolution": "2K",
"aspect_ratio": "16:9"
}
}'랜딩페이지 히어로 비디오에 적합한 초광각 21:9 샷을 생성합니다.
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: cdt_your_api_key" \
-d '{
"model": "minimax/h3/text-to-video",
"input": {
"prompt": "A sleek electric car drives along a coastal highway at sunset, wide cinematic framing, dramatic lighting.",
"duration": 10,
"resolution": "2K",
"aspect_ratio": "21:9"
}
}'