MiniMax H3 API 가격
생성 초 단위로 과금되며 초당 가격과 일반적인 5초, 10초, 15초 총액을 함께 비교할 수 있습니다.
MiniMax H3 · 480p가성비 추천
$0.03 /초
- 5s $0.15 · 10s $0.30 · 15s $0.45
- 텍스트-투-비디오와 이미지-투-비디오 모두 지원
- 네이티브 스테레오 오디오 포함
MiniMax H3 · 768p고화질
$0.05 /초
- 5s $0.25 · 10s $0.50 · 15s $0.75
- 더 높은 해상도의 영상 출력
- 네이티브 스테레오 오디오 포함
MiniMax H3 · 1080p
$0.07 /초
- 5s $0.35 · 10s $0.70 · 15s $1.05
- 더 높은 해상도의 영상 출력
- 네이티브 스테레오 오디오 포함
MiniMax H3 Less Restriction · 480p
$0.04 /초
- 5s $0.20 · 10s $0.40 · 15s $0.60
- 텍스트-투-비디오와 이미지-투-비디오 모두 지원
- 네이티브 스테레오 오디오 포함
MiniMax H3 Less Restriction · 768p
$0.06 /초
- 5s $0.30 · 10s $0.60 · 15s $0.90
- 더 높은 해상도의 영상 출력
- 네이티브 스테레오 오디오 포함
MiniMax H3 Less Restriction · 1080p
$0.08 /초
- 5s $0.40 · 10s $0.80 · 15s $1.20
- 더 높은 해상도의 영상 출력
- 네이티브 스테레오 오디오 포함
MiniMax H3로 개발하기
텍스트-투-비디오, 이미지-투-비디오, 네이티브 오디오 및 비동기 프로덕션 API를 지원합니다.
텍스트-투-비디오
텍스트 프롬프트를 MiniMax H3 API에 전달해 완성된 영상을 생성합니다.
이미지-투-비디오
첫 프레임 이미지와 프롬프트를 사용해 영상의 움직임과 장면을 안내합니다.
네이티브 스테레오 오디오
완성된 MP4에는 영상과 동기화된 생성형 스테레오 오디오 트랙이 포함됩니다.
Flexible video output
Choose 512p or 768p resolution and generate clips from 5 to 15 seconds.
비동기 API 워크플로
작업을 생성하고 반환된 작업 ID를 폴링한 뒤 완료된 영상 URL을 읽습니다.
Managed API access
Use the open-weight MiniMax H3 model without downloads, GPU provisioning, ComfyUI setup, or inference maintenance.
Seedance and Kling alternative
A cost-conscious option for text-to-video, first-frame image-to-video, and native audio workflows.
Community roadmap
We will evaluate useful MiniMax H3 community variants and LoRAs for future managed API access.
MiniMax H3 API 사용하기
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "Qubico/minimax-h3",
"task_type": "txt2video",
"input": {
"prompt": "A golden retriever puppy running across a sunny grass lawn toward the camera, cinematic",
"resolution": "480p",
"duration": 5,
"aspect_ratio": "16:9"
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"video": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run minimax-h3 \ prompt="A golden retriever puppy running across a sunny grass lawn toward the camera, cinematic" \ resolution=480p \ duration=5 \ aspect_ratio=16:9 ✓ Task completed! https://img.theapi.app/ephemeral/…
MiniMax H3 API 자주 묻는 질문
MiniMax H3 API란 무엇인가요?
텍스트 프롬프트나 첫 프레임 이미지에서 네이티브 스테레오 오디오가 포함된 MP4 영상을 생성하는 API입니다.
MiniMax H3는 이미지-투-비디오를 지원하나요?
예. 이미지-투-비디오 모드를 선택하고 공개 접근 가능한 JPG 또는 PNG 첫 프레임 이미지와 프롬프트를 입력합니다.
어떤 해상도와 길이를 지원하나요?
PiAPI MiniMax H3 연동은 512p와 768p, 그리고 5초부터 15초까지의 생성을 지원합니다.
PiAPI에서 MiniMax H3를 어떻게 호출하나요?
txt2video 또는 img2video 작업을 만들고 완료될 때까지 작업 ID를 폴링한 뒤 응답에서 생성된 영상 URL을 읽습니다.
Why use the MiniMax H3 API on PiAPI instead of self-hosting?
PiAPI gives developers a managed MiniMax H3 API without the GPU capacity planning, model downloads, ComfyUI setup, storage, scaling, monitoring, upgrades, and security work required by local deployment. You can start in the PiAPI Playground, then use the same asynchronous API workflow in production.
Is MiniMax H3 a good Seedance alternative?
MiniMax H3 is a practical Seedance alternative for developers who need text-to-video, first-frame image-to-video, and native stereo audio through a managed AI video API. Seedance is a better fit when a workflow specifically needs PiAPI's broader multi-image, video, or audio reference modes.
How does MiniMax H3 compare with Kling AI?
MiniMax H3 is a cost-conscious Kling AI alternative for text-to-video and first-frame image-to-video with native stereo audio. Kling offers a broader model family and additional reference and generation controls. PiAPI lets you test both API workflows before choosing a model for production.
Is MiniMax H3 an uncensored AI video generator?
Some community users describe local MiniMax H3 open-weight workflows as uncensored, but results and moderation vary by checkpoint, runtime, and hosting provider. PiAPI does not promise an unfiltered endpoint: requests must follow applicable model moderation and PiAPI's NSFW content policy.
Will PiAPI support MiniMax H3 community variants and LoRAs?
PiAPI will continue following the MiniMax H3 open-source community and evaluating useful community model variants and LoRAs. Any future managed API availability will depend on compatibility, output quality, licensing, safety, stability, and production demand.
More questions? See the API docs.
Our blog
MiniMax H3 API



