Loading...
Loading...
Generate images and videos through the currently installed Media.io CLI. Use for text-to-image, image-to-image, text-to-video, image-to-video, reference-to-video and published workflows that appear in the live `mediaio model list` or `mediaio workflow list`. Effects may be used only when their parameters have been independently verified because the current CLI exposes `effect list` but not `effect get`. Always discover the exact job type and schema before submission. Use the human-readable discovery output, upload local files before generation, submit with `generate create`, and wait with the separate `generate wait` command. On hosts that sandbox local command networking, the first networked `mediaio` or `curl` Shell/Bash tool call must request host approval before process launch. Never probe network availability by running it in the default sandbox.
npx skill4agent add media-io/plugin mediaio-generatemediaiomodel getworkflow getcommand -v mediaiomediaio versionmediaiomediaio account statusauth loginmediaioauth loginmediaio account statusmediaio auth loginreferences/troubleshooting.mdmediaio config get--aspect_ratio 16:9task_idmediaio generate wait <task_id>generate create--wait--jsonmediaio generate create <job_type> ...effect getmediaio model list
mediaio workflow list
mediaio effect listmediaio model get <job_type>
mediaio workflow get <workflow_name>effect listmediaio upload createfile_idmodel getworkflow getmediaio upload create ./reference.pngmediaio generate create <job_type> [--param value]...task_iddata:mediaio generate wait <task_id> --timeout 20m --interval 3smktemp -ddownload_path<temp-dir>/generated.bingenerate waitcurl --fail --location --retry 2 \
--connect-timeout 15 --max-time 120 \
--output "$download_path" "$url"file --brief --mime-type "$download_path"image/*image/pngpngimage/jpegjpgimage/webpwebpimage/gifgiftext2image_gpt_image_2--prompt--n--quality--model--size--output_formatmediaio model get text2image_gpt_image_2
mediaio generate create text2image_gpt_image_2 \
--prompt "a warm, photorealistic portrait of a golden retriever at sunset" \
--quality high \
--size 1024x1024 \
--output_format pnggpt_image_2--wait--images <file_id>image2image_gpt_image_2mediaio --helpflag provided but not defined: -wait--waitmediaio generate wait <task_id>flag provided but not defined: -json--jsonunknown job typemissing required flag(s)invalid value404mediaio auth loginreferences/prompt-engineering.mdreferences/media-inputs.mdreferences/workflows.mdreferences/troubleshooting.md