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
| Field | Type | Description |
|---|---|---|
| prompt* | string | Text prompt describing the video to generate (or the edit to apply, when passing an input |
| model | string | Video model id. Omit for the default (seedance-2.5 — flagship multimodal: text-to-video, i |
| image | string | Optional START FRAME for image-to-video — a public image URL, a data URI, or raw base64. C |
| end_image | string | Optional END FRAME used together with image (the start frame) — the video interpolates bet |
| reference_images | array | Optional reference images guiding the video (subject consistency) — each a URL, data URI, |
| video | string | Optional INPUT VIDEO for video-to-video editing (2-15s) — must be a URL (upload local file |
| audio | string | Optional reference audio URL (MP3/WAV/OGG; upload local files with upload_media). Must acc |
| reference_videos | array | minimax-h3 / seedance-2.5 / wan-3.0-video(-prime) only: reference VIDEO clip URLs guiding |
| reference_audios | array | minimax-h3 / seedance-2.5 / wan-3.0-video(-prime) only: reference AUDIO clip URLs (WAV/MP3 |
| aspect_ratio | string | Aspect ratio (seedance-2.5: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 — default 16:9). On minimax-h3 |
| resolution | string | Output resolution — PRICING VARIES A LOT (seedance-2.5: 480p=150, 720p=330, 1080p=750 cred |
| duration_seconds | integer | Video length in seconds (seedance-2.5: 4–30, default 5; seedance-2.0: 4–15). Cost scales l |
| negative_prompt | string | What to avoid in the generated video |
| generate_audio | boolean | Whether 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.