Skip to main content

MiniMax H3 API

PiAPI 経由で MiniMax H3 を利用し、ネイティブステレオ音声付きの MP4 動画を生成できます。テキストまたは先頭フレーム画像から開始し、512p / 768p を選択して、Playground で API と同じ設定を試せます。

Est. $0.15

MiniMax H3 API 料金

生成秒数に応じた従量課金です。1 秒あたりの料金と、5 秒・10 秒・15 秒の合計を比較できます。

MiniMax H3 · 512pおすすめ

$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 で開発

テキスト動画生成、画像動画生成、ネイティブ音声、非同期プロダクション API に対応します。

テキストから動画

テキストプロンプトを MiniMax H3 API に送信して動画を生成します。

画像から動画

先頭フレーム画像とプロンプトを指定して、動きやシーンを制御します。

ネイティブステレオ音声

完成した MP4 には、映像と同期した生成ステレオ音声が含まれます。

512p / 768p 出力

低コストの 512p、または高解像度の 768p を選択できます。

5~15 秒の動画

対応するテキスト動画・画像動画タスクで、5~15 秒の長さを指定できます。

非同期 API ワークフロー

タスクを作成し、返されたタスク ID をポーリングして、完成した動画 URL を取得します。

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": "512p",
      "duration": 5,
      "aspect_ratio": "16:9"
    }
  }'

# → { "task_id": "9d5a…", "status": "pending" }

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 を取得します。

More questions? See the API docs.

Our blog

MiniMax H3 API