Skip to main content
POST
AIReiter에서 MiniMax H3의 모델 이름은 minimax_h3입니다. 이 모델은 Hailuo 03, Hailuo 3 또는 MiniMax H3 API로도 자주 검색됩니다.

Authorizations

string
필수
모든 인터페이스는 Bearer Token으로 인증해야 합니다.API Key 받기:API Key 관리 페이지에 접속하여 API Key를 받으세요.사용할 때는 요청 헤더에 다음을 추가하세요:

Body

string
필수
모델 이름, 고정값:
  • minimax_h3
object
필수
모델 파라미터 객체.
string
필수
요청 측 작업 ID.사용자가 정의한 작업 식별자로, 필수입니다. 이후 이 ID를 사용해 작업 상태와 결과를 조회할 수 있습니다.

Response

string
요청한 측의 작업 ID로, 결과를 조회하는 데 사용할 수 있습니다.
string
초기 상태이며, 일반적으로 "pending"입니다.
number
예상 소모 포인트.
string
생성 시간, ISO 형식입니다.

Query Task

MiniMax H3는 비동기 비디오 생성 모델입니다. 작업을 제출한 후 out_task_id를 사용하여 작업 상태를 조회하세요.
string
필수
작업 제출 시 전달된 요청 측 작업 ID입니다.
조회가 성공하고 완료되면, 응답의 output 필드에 생성된 비디오 URL이 포함됩니다.

Request Examples

Mode Notes

The text_to_video mode will call MiniMax H3 text-to-video capabilities; the first_last_frame mode will call image-to-video capabilities; and the all_reference mode will call multi-reference asset generation capabilities.
When type is first_last_frame, do not rely on the aspect_ratio parameter. The output aspect ratio for this mode is determined by the input image.