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
每秒输出
体验场
输入
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 每秒输出。您按使用量从单个预付余额中支付——无需订阅——最终价格会根据分辨率或时长等参数浮动。
如何调用 MiniMax H3 API?
向 https://api.api-stock.com/api/v1/generation/create 发送 POST 请求,并附上您的 API 密钥和模型 ID "minimax-h3"。请求会返回一个任务 ID,您可以轮询该 ID;或者在结果准备就绪时通过 webhook 回调通知。上方的快速开始部分提供了一个可直接运行的示例。
MiniMax H3 接受哪些输入参数?
MiniMax H3 接受 7 个输入参数, 包括必填字段 prompt。参数表中列出了它们的类型、默认值和允许值。
如果 MiniMax H3 请求失败,会发生什么?
API Stock 会自动在备用提供商上重试请求。如果所有提供商都失败,费用会退还至您的余额。
我可以使用与其他模型相同的 API 密钥来调用 MiniMax H3 吗?
可以。API Stock 上的每个模型——视频、图像、音乐和聊天——共享一个 API 密钥和一个预付余额,因此您无需新的凭据即可切换到 MiniMax H3。