MiniMax MCP
Generate MiniMax H3 multimodal videos in the AI Agent through MCP and manage asynchronous tasks.
Generate 4–15 second videos from text, up to 9 reference images, or up to 3 reference audio tracks using a REST API. Unified asynchronous tasks, callbacks, billing, and CDN delivery, directly integrated into your content products.
No actions or multiple paths required; the interface automatically determines the generation mode based on content materials.
Directly generate short films from scene, action, shot, and style descriptions.
Control the start and end frames through first_frame and last_frame.
Combine reference images, videos, and audio to guide subjects, actions, sounds, and rhythms.
Immediately return task ID and receive the final CDN video via polling or callback_url.
curl -X POST 'https://api.acedata.cloud/minimax/videos' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "MiniMax-H3",
"content": [{
"type": "text",
"text": "A red fox running through a snowy forest at dawn, cinematic tracking shot"
}],
"resolution": "2K",
"ratio": "16:9",
"duration": 5
}'Parameters directly express creative intent, while the platform handles long task execution, result storage, and precise billing.
All modes must provide text; images, videos, and audio are labeled for use through corresponding types and roles.
The interface is fixed asynchronous; it immediately returns task_id upon success.
Get AceDataCloud CDN video from task.content.url via `/minimax/tasks` or callback.
The same model covers creative exploration, activation of static materials, and music rhythm short films.
Quickly generate horizontal ads or vertical social media materials from product selling points and shot scripts.
Constrain character, clothing, props, and scene style with multiple reference images.
Make dance, camera movement, and scene changes follow the rhythm of the reference audio.
Utilize AceDataCloud's unified authentication and task system without the need to build a separate media pipeline.
Create an application in the console and obtain a unified Bearer Token.
Select duration and aspect ratio, and add text, images, or audio materials.
Poll for tasks or receive callbacks to integrate CDN video into the product workflow.
Converge task execution, error semantics, usage records, and file delivery into a stable contract.
| Capability | AceDataCloud MiniMax H3 | Some Others |
|---|---|---|
| Multimodal Input | Unified entry for text, images, videos, and audio | Multiple interfaces stitched together |
| Long Tasks | Polling and Webhook | Requires self-built task queue |
| Result Files | Automatic storage on platform CDN | Inconsistent link lifecycle |
| Failure Billing | No charges for failures | Requires self-verification of bills |
The model is fixed to MiniMax-H3, and the mode is automatically inferred from the official V2 multimodal content array.
Only transmit text content, directly generating visuals from ideas, scripts, and shot descriptions.
Use the first frame or the first and last frames to control the start and end visuals of the video.
Combine reference images, videos, and audio to control subjects, actions, sounds, and rhythms.
Create fixed asynchronous tasks to obtain results through task queries or callbacks.
Charged by video seconds, only for successful tasks.
Key notes on modes, materials, duration, and task execution.
No. When content is only text, it is text-to-video; first_frame / last_frame is image-to-video; reference_* is multimodal reference video. All modes require non-empty text.
Resolution is required, supporting 768P and 2K; ratios support adaptive, 21:9, 16:9, 4:3, 1:1, 3:4, and 9:16; duration is an integer from 4 to 15 seconds.
Create an interface that is fixed asynchronous and immediately returns task_id; use `/minimax/tasks` to query, and on success, get the video from task.content.url, or provide callback_url.
No. Only tasks that are successfully completed and return video results are charged based on final duration.
Combine other video capabilities based on model style and workflow needs.
One Token, one generation entry, a task system, start building multimodal video experiences.