Skip to main content
Core.Today
|
MiniMax보통높음

MiniMax Hailuo 2.3 Fast

인물 모션 비디오의 좋은 품질을 유지하면서 더 빠른 생성을 위해 최적화된 Hailuo 2.3의 저지연 버전입니다.

285 크레딧
비디오당
Hailuo 2.3보다 빠른 생성 속도
좋은 인물 모션 품질
캐릭터 일관성
이미지-비디오 변환 지원
비용 효율적 옵션

AI 어시스턴트에서 사용하기

이 모델의 사용법을 Claude, ChatGPT 등에 복사

llms.txt

빠른 시작

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/hailuo-2.3-fast",
  "input": {
    "prompt": "A businessman adjusting his tie and looking at the camera with a confident smile, office background, professional lighting",
    "duration": "3",
    "aspect_ratio": "16:9"
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-생성할 비디오에 대한 텍스트 설명
image_urlstringNo-이미지-비디오 변환을 위한 시작 이미지 URL
durationintegerNo6비디오 길이 초 (3 또는 6)
36
aspect_ratiostringNo16:9출력 화면 비율
16:99:161:1

파일 입력 방법

이 모델의 image_url 파라미터에 파일을 전달하는 방법은 3가지입니다.

추천

간편 업로드 (Multipart)

POST /v1/predictions/upload에 파일을 직접 첨부합니다. 별도 업로드 과정이 필요 없습니다.

curl -X POST "https://api.core.today/v1/predictions/upload" \
  -H "X-API-Key: cdt_your_api_key" \
  -F "model=minimax/hailuo-2.3-fast" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:image_url=@your_file.png"

이미지 URL 전달

공개 접근 가능한 URL을 직접 전달합니다. Storage API로 업로드한 파일의 file_url도 사용 가능합니다.

{
  "model": "minimax/hailuo-2.3-fast",
  "input": {
    "prompt": "your prompt here",
    "image_url": "https://example.com/image.jpg"
  }
}
File Upload 문서에서 Presigned URL 방식 등 더 자세한 업로드 방법을 확인하세요.

공통 파라미터

POST /v1/predictions 요청 시 사용되는 공통 파라미터입니다.

파라미터타입필수기본값설명
modelstringYes-모델 식별자
inputobjectYes-위 테이블의 모델별 파라미터를 포함하는 객체
output_folderstringNo-결과물 저장 폴더 경로 (최대 256자, '..' 사용 불가)
webhook_urlstringNo-완료 시 호출할 Webhook URL
is_publicbooleanNofalsetrue 시 결과물을 영구 공개 URL로도 제공

예제

빠른 캐릭터 테스트

빠른 캐릭터 모션 테스트

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/hailuo-2.3-fast",
  "input": {
    "prompt": "A businessman adjusting his tie and looking at the camera with a confident smile, office background, professional lighting",
    "duration": "3",
    "aspect_ratio": "16:9"
  }
}'

팁 & 모범 사례

1최종 출력 전 빠른 반복 작업 후 Hailuo 2.3으로 전환하세요
2캐릭터 포즈와 움직임을 빠르게 테스트하기에 좋습니다
33초 클립은 소셜 미디어 루프에 이상적입니다
4빠른 캐릭터 일관성 테스트를 위해 image_url과 결합하세요

사용 사례

빠른 캐릭터 비디오 프로토타입
반복적 캐릭터 모션 테스트
소셜 미디어 캐릭터 콘텐츠
빠른 콘텐츠 제작
배치 캐릭터 비디오 생성