MiniMax H3
Text, image and audio reference video generation at 480p, 768p or 1080p. 1–15 seconds (up to 10 at 1080p), up to 9 images and 3 audio references. First 5 images and all audio references are free; extra images are billed separately per request.
- テキストから動画
- 画像から動画
開始価格
$0.016
出力1秒あたり
プレイグラウンド
入力
Describe the scene, motion and audio. Refer to supplied images and audio in the prompt.
Reference image URLs (up to 9). The first 5 are free; each additional image is billed separately per request.
Reference audio URLs (up to 3), free of additional charge.
実行すると残高から料金が引き落とされます。
出力
出力はここに表示されます。
料金
| オプション | 秒あたりの価格 |
|---|---|
| 480p | $0.016 |
| reference_image | $0.02 |
| 768p | $0.033 |
| 1080p | $0.05 |
クイックスタート
完全なAPIリファレンス →1curl -X POST https://api.api-stock.com/api/v1/generation/create \2 -H "Authorization: Bearer $API_STOCK_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "minimax-h3",6 "input": {7 "prompt": "夕暮れ時の都市を映した映画のワンシーン",8 "aspectRatio": "16:9",9 "resolution": "480p",10 "duration": 511 }12 }'
パラメータ
| 名前 | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
prompt | string | はい | — | Describe the scene, motion and audio. Refer to supplied images and audio in the prompt. |
aspectRatio | string | いいえ | 16:9 | Video aspect ratioいずれか: 16:9, 9:16 |
imageUrls | string[] | いいえ | — | Reference image URLs (up to 9). The first 5 are free; each additional image is billed separately per request. |
audioUrls | string[] | いいえ | — | Reference audio URLs (up to 3), free of additional charge. |
resolution | string | いいえ | 480p | Output resolution; 1080p supports at most 10 seconds.いずれか: 480p, 768p, 1080p |
duration | number | いいえ | 5 | Output duration in seconds (1–15; at most 10 at 1080p). |
seed | number | いいえ | — | Random seed |
よくある質問
MiniMax H3 の料金はいくらですか?
MiniMax H3はAPI Stock API経由で$0.016 出力1秒あたりから利用できます。料金は1つの前払い残高から利用した分だけ支払う従量制で、サブスクリプションはありません。最終的な価格は、解像度や長さなどのパラメータに応じて変わります。
MiniMax H3 APIはどのように呼び出せますか?
https://api.api-stock.com/api/v1/generation/create に、APIキーとモデルID「minimax-h3」を指定してPOSTリクエストを送信します。リクエストの結果として、ポーリングするタスクIDが返されるか、結果の準備ができた時点でWebhookコールバックが送信されます。上記のクイックスタートにすぐ実行できる例があります。
MiniMax H3はどのような入力パラメータを受け付けますか?
MiniMax H3は7個の入力パラメータ(必須フィールドpromptを含む)を受け付けます。種類、デフォルト値、指定可能な値は上記のパラメータ表に記載されています。
MiniMax H3のリクエストに失敗するとどうなりますか?
API Stockは予備プロバイダーでリクエストを自動的に再試行します。すべてのプロバイダーで失敗した場合、請求額は残高に返金されます。
MiniMax H3は他のモデルと同じAPIキーで利用できますか?
はい。API Stockのすべてのモデル(動画、画像、音楽、チャット)は1つのAPIキーと1つの前払い残高を共有しているため、新しい認証情報なしでMiniMax H3に切り替えられます。