mcp
M
mcp
/generate_video

Generate Video

Use this to create or edit an AI video. Text-to-video from a prompt; image-to-video by passing image (start frame, + optional end_image); reference-to-video by

liveverifiedunknown~5s typical
mcpprobedmcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-budgetpixel-mcp /generate_video for me.

Input

FieldTypeDescription
prompt*stringText prompt describing the video to generate (or the edit to apply, when passing an input
modelstringVideo model id. Omit for the default (seedance-2.5 — flagship multimodal: text-to-video, i
imagestringOptional START FRAME for image-to-video — a public image URL, a data URI, or raw base64. C
end_imagestringOptional END FRAME used together with image (the start frame) — the video interpolates bet
reference_imagesarrayOptional reference images guiding the video (subject consistency) — each a URL, data URI,
videostringOptional INPUT VIDEO for video-to-video editing (2-15s) — must be a URL (upload local file
audiostringOptional reference audio URL (MP3/WAV/OGG; upload local files with upload_media). Must acc
reference_videosarrayminimax-h3 / seedance-2.5 / wan-3.0-video(-prime) only: reference VIDEO clip URLs guiding
reference_audiosarrayminimax-h3 / seedance-2.5 / wan-3.0-video(-prime) only: reference AUDIO clip URLs (WAV/MP3
aspect_ratiostringAspect ratio (seedance-2.5: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 — default 16:9). On minimax-h3
resolutionstringOutput resolution — PRICING VARIES A LOT (seedance-2.5: 480p=150, 720p=330, 1080p=750 cred
duration_secondsintegerVideo length in seconds (seedance-2.5: 4–30, default 5; seedance-2.0: 4–15). Cost scales l
negative_promptstringWhat to avoid in the generated video
generate_audiobooleanWhether the model should generate audio with the video (no price impact on seedance-2.5/2.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-budgetpixel-mcp","endpoint":"/generate_video","input":{"prompt":"..."}}'
cli
npx cracked-ai run -p mcp-com-budgetpixel-mcp -e /generate_video -i '{"prompt":"..."}'
mcp
run_tool({ provider: "mcp-com-budgetpixel-mcp", endpoint: "/generate_video", input: {"prompt":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.