Generate Video from a Local Image
-
Find a model that supports
image-to-video.Terminal window anycap video modelsanycap video models <model-id> \| jq -r '.model.operations[].modes[].mode' -
Inspect the exact input contract.
Terminal window anycap video models <model-id> schema --mode image-to-video -
Generate and download the video.
Terminal window anycap video generate \--prompt "animate the subject with a slow camera push-in" \--model <model-id> \--mode image-to-video \--param images=./reference.jpg \-o reference-motion.mp4
CLI and MCP inputs
Section titled “CLI and MCP inputs”The images parameter accepts a local path or HTTP(S) URL. The CLI uploads a local file before invoking the selected model.
After authorizing the image directory, call:
{ "name": "anycap_video_generate", "arguments": { "model": "<model-id>", "mode": "image-to-video", "prompt": "Animate the subject with a slow camera push-in", "images": ["/absolute/path/to/reference.jpg"] }}