About this model
MiniMax H3 Open Weights 参考素材生视频 LoRA 可根据文本프롬프트和多模态参考입력 파라미터(最多 9 张图像、3 个视频、3 个音频)生成连贯的 480P 或 768P 视频,并生成原生立体声音频。它支持自定义 LoRA 微调,用于风格一致性、角色保持和创意控制。
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.03 - $0.06 / sec | 구독 없이 영상 초당 요금 청구. |
| Fal.ai | 제공되지 않음 | 커스텀 LoRA 미지원. |
| Replicate | 제공되지 않음 | 해당 모델 변형이 호스팅되지 않음. |
구독 없이 영상 초당 요금 청구.
커스텀 LoRA 미지원.
해당 모델 변형이 호스팅되지 않음.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| 프롬프트 | string | 所需비디오的文本描述。请按 <Picture 1..9>、<Video 1..3> 和 <Audio 1..3> 引用参考입력。 | A cinematic ocean wave at sunrise with <Picture 1> character walking, highly detailed |
| 参考이미지 URL | array | 参考이미지 URL(最多 9 个)。 | undefined |
| 参考비디오 URL | array | Reference video URLs (up to 3). Total reference video duration is budgeted to 15 seconds. | undefined |
| 参考오디오 URL | array | Standalone reference audio URLs (up to 3, trimmed to 15s each). | undefined |
| LoRA 列表 | array | 要应用的 LoRA 列表(最多 3 个)。 | - |
| 화면 비율 | Enum (7 options) | 출력비디오的화면 비율。 | 16:9 |
| 해상도 | Enum (2 options) | 출력비디오해상도。768p 为原生画布,480p 速度更快。 | 480p |
| 재생 시간 (초)(秒) | int | Output video duration in seconds. | 5 |
| 种子 | int | 랜덤 시드(-1 表示随机) | -1 |
所需비디오的文本描述。请按 <Picture 1..9>、<Video 1..3> 和 <Audio 1..3> 引用参考입력。
A cinematic ocean wave at sunrise with <Picture 1> character walking, highly detailed参考이미지 URL(最多 9 个)。
undefinedReference video URLs (up to 3). Total reference video duration is budgeted to 15 seconds.
undefinedStandalone reference audio URLs (up to 3, trimmed to 15s each).
undefined要应用的 LoRA 列表(最多 3 个)。
-출력비디오的화면 비율。
16:9출력비디오해상도。768p 为原生画布,480p 速度更快。
480pOutput video duration in seconds.
5랜덤 시드(-1 表示随机)
-1Developer documentation
构思프롬프트和参考素材:编写文本프롬프트,引用 <Picture 1..9>、<Video 1..3> 或 <Audio 1..3>,并提供参考媒体 URL(images_list、videos_list、audios_list)。
配置화면 비율和分辨率:选择화면 비율(16:9、9:16、1:1 等)和출력 결과分辨率(480p 或 768p)。
设置 LoRA 和时长:在 loras 中提供最多 3 个自定义 LoRA 对象,并选择 3 到 15 秒的时长。
提交请求:向 /api/v1/minimax-h3-reference-to-video-lora 发送 POST 请求:
curl -X POST https://api.muapi.ai/api/v1/minimax-h3-reference-to-video-lora \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"prompt": "A cinematic ocean wave at sunrise with <Picture 1> character, highly detailed",
"images_list": ["https://example.com/character.jpg"],
"resolution": "480p",
"duration": 5
}'
Frequently asked
这是一个基于 MiniMax H3 Open Weights 构建的多模态参考素材生视频 AI 模型,支持自定义 LoRA 适配器和原生音频生成。
单个请求最多可以提供 9 张参考图像、3 个参考视频和 3 个参考音频。
会。模型会根据你的프롬프트和音频参考素材,在生成视频的同时自动合成同步的原生立体声音频。
你可以在 JSON 请求载荷的 `loras` 字段下传入 LoRA 对象数组。
根据출력 결과视频时长(秒)和所选分辨率(480p 或 768p)计费。