M
MiniMax
/video
Hailuo video (async)
Start a text-to-video generation task; poll the returned task id.
needs keyunknown~120s typical
video generationhailuominimax
$0.500
per call
plus $0.001 platform fee per run
Bring your own MiniMax key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run minimax /video for me.
Input
| Field | Type | Description |
|---|---|---|
| prompt* | string | Prompt |
| model | string | Model default "MiniMax-Hailuo-02" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"minimax","endpoint":"/video","input":{"prompt":"...","model":"MiniMax-Hailuo-02"}}'cli
npx cracked-ai run -p minimax -e /video -i '{"prompt":"...","model":"MiniMax-Hailuo-02"}'mcp
run_tool({ provider: "minimax", endpoint: "/video", input: {"prompt":"...","model":"MiniMax-Hailuo-02"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.