| 分辨率 | 时长(秒) | 价格 |
|---|---|---|
| 768P | 6 | 0.2 PTC |
| 768P | 10 | 0.4 PTC |
| 1080P | 6 | 0.4 PTC |
| 分辨率 | 时长(秒) | 价格 |
|---|---|---|
| 768P | 6 | 0.3 PTC |
| 768P | 10 | 0.6 PTC |
| 1080P | 6 | 0.6 PTC |
| 组合方式 | 说明 |
|---|---|
| prompt + first_frame_image | 提 供提示词和首帧图片 |
| first_frame_image | 仅首帧图片 |
{
"model": "MiniMax-H3",
"content": [
{
"type": "text",
"text": "Epic space-opera theatrical teaser: a female captain stands alone before a massive observation window as the last fleet gathers and jumps away in a blinding flash, the bridge shaking, leaving her behind."
}
],
"resolution": "2K",
"duration": 5,
"ratio": "16:9"
}curl --location 'https://api.302.ai/minimaxi/v2/video_generation' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"model": "MiniMax-H3",
"content": [
{
"type": "text",
"text": "Epic space-opera theatrical teaser: a female captain stands alone before a massive observation window as the last fleet gathers and jumps away in a blinding flash, the bridge shaking, leaving her behind."
}
],
"resolution": "2K",
"duration": 5,
"ratio": "16:9"
}'{
"task_id": "227311208538261",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}