# Image-to-Video AI API > Animate any image into a video clip with 20+ AI models — Kling, Veo 3, Wan 2.1/2.2, Seedance, Runway, Pixverse, Vidu — via one MuApi.ai API. ## Overview Pass a reference image plus a motion prompt and MuApi returns a video clip — the most common animation pattern for ads, product demos, social content, and storyboarding. Kling Pro and Veo 3 lead on quality; Wan 2.1/2.2 and Seedance lead on cost; Runway and Pixverse are tuned for social-vertical content. The same `POST /api/v1/{model}` endpoint takes an image URL or base64 payload and returns a polling ID. - Reference image + prompt → MP4 output - Models: Kling Std/Pro/Master, Veo 3, Wan 2.1/2.2, Seedance, Hunyuan, Runway, Pixverse, Vidu, Midjourney, Hailuo - Optional duration, aspect ratio, and motion-strength controls per model - Same submit-and-poll API as every other MuApi endpoint ## API Pattern Every model in this category uses the same submit-then-poll API: ```http POST https://api.muapi.ai/api/v1/{model} x-api-key: YOUR_API_KEY Content-Type: application/json ``` Response: `{ "request_id": "abc123", "status": "processing" }`. Poll `GET https://api.muapi.ai/api/v1/predictions/{request_id}/result` until `status` is `completed` — the result URLs are in the `outputs[]` array. Optionally pass `?webhook=https://your-server` on the submit call to receive a callback instead of polling. Get an API key at https://muapi.ai/access-keys. ## Quick Start ```bash # 1. Submit REQUEST_ID=$(curl -s -X POST https://api.muapi.ai/api/v1/kling-o1-standard-image-to-video \ -H "x-api-key: $MUAPI_API_KEY" \ -H "Content-Type: application/json" \ -d '{"prompt":"slow camera dolly forward, gentle wind on leaves"}' | jq -r .request_id) # 2. Poll while :; do RESP=$(curl -s https://api.muapi.ai/api/v1/predictions/$REQUEST_ID/result -H "x-api-key: $MUAPI_API_KEY") STATUS=$(echo "$RESP" | jq -r .status) [ "$STATUS" = "completed" ] && echo "$RESP" | jq .outputs && break [ "$STATUS" = "failed" ] && echo "$RESP" && exit 1 sleep 3 done ``` ## Models in This Category - [sd-2-omni-reference](https://muapi.ai/playground/sd-2-omni-reference): SD 2.0 Omni Reference — generate videos with visual consistency using reference images, videos, and audio. Maintain character identity, style, and scene contin… - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-omni-reference` - Per-model llms.txt: https://muapi.ai/playground/sd-2-omni-reference/llms.txt - Cost: 1.500 credits per call - [sd-2-i2v](https://muapi.ai/playground/sd-2-i2v): SD 2.0 is the latest multimodal video generation model by ByteDance, offering advanced camera control, native audio-video sync, and high-resolution output. - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-i2v` - Per-model llms.txt: https://muapi.ai/playground/sd-2-i2v/llms.txt - Cost: 0.750 credits per call - [seedance-lite-i2v](https://muapi.ai/playground/seedance-lite-i2v): Seedance Lite I2V version animates static images into short videos quickly, focusing on basic motion effects and efficient processing—best suited for fast demo… - Endpoint: `POST https://api.muapi.ai/api/v1/seedance-lite-i2v` - Per-model llms.txt: https://muapi.ai/playground/seedance-lite-i2v/llms.txt - Cost: 0.100 credits per call - [grok-imagine-image-to-video](https://muapi.ai/playground/grok-imagine-image-to-video): Grok Imagine is xAI’s multimodal image-to-video model, capable of animating still images into cinematic videos from 6 to 30 seconds with synchronized ambient a… - Endpoint: `POST https://api.muapi.ai/api/v1/grok-imagine-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/grok-imagine-image-to-video/llms.txt - Cost: 0.150 credits per call - [sd-2-vip-omni-reference](https://muapi.ai/playground/sd-2-vip-omni-reference): SD 2 Omni Reference VIP (Pro) by ByteDance. Generate videos using up to 9 image references, up to 3 video clips, and up to 3 audio references with priority rou… - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-vip-omni-reference` - Per-model llms.txt: https://muapi.ai/playground/sd-2-vip-omni-reference/llms.txt - Cost: 1.500 credits per call - [seedance-pro-i2v](https://muapi.ai/playground/seedance-pro-i2v): Seedance Pro I2V advanced model animates still images into stunning short videos, preserving intricate visual details and applying smooth motion dynamics, idea… - Endpoint: `POST https://api.muapi.ai/api/v1/seedance-pro-i2v` - Per-model llms.txt: https://muapi.ai/playground/seedance-pro-i2v/llms.txt - Cost: 0.180 credits per call - [wan2.5-image-to-video](https://muapi.ai/playground/wan2.5-image-to-video): WAN 2.5 Image-to-Video takes your image as the starting frame and turns it into a dynamic video, preserving realism, motion, and camera effects. Upload a stati… - Endpoint: `POST https://api.muapi.ai/api/v1/wan2.5-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/wan2.5-image-to-video/llms.txt - Cost: 0.650 credits per call - [minimax-hailuo-02-standard-i2v](https://muapi.ai/playground/minimax-hailuo-02-standard-i2v): Transforms an image into video with light, natural motion. Great for social media, quick animations, and previews. - Endpoint: `POST https://api.muapi.ai/api/v1/minimax-hailuo-02-standard-i2v` - Per-model llms.txt: https://muapi.ai/playground/minimax-hailuo-02-standard-i2v/llms.txt - Cost: 0.150 credits per call - [wan2.2-image-to-video](https://muapi.ai/playground/wan2.2-image-to-video): Wan 2.2’s I2V mode brings static visuals to life with vivid, expressive animations. It interprets motion, emotion, and background dynamics from a single image… - Endpoint: `POST https://api.muapi.ai/api/v1/wan2.2-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/wan2.2-image-to-video/llms.txt - Cost: 0.300 credits per call - [veo3-fast-image-to-video](https://muapi.ai/playground/veo3-fast-image-to-video): Quickly transform static images into short, motion-rich video clips with fast rendering and impressive quality — powered by Google's VEO3 on MuAPI. - Endpoint: `POST https://api.muapi.ai/api/v1/veo3-fast-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/veo3-fast-image-to-video/llms.txt - Cost: 0.600 credits per call - [veo3.1-image-to-video](https://muapi.ai/playground/veo3.1-image-to-video): Veo 3.1 is Google's advanced AI video generation model that allows users to create high-quality, 8-second videos from static images. This feature is particular… - Endpoint: `POST https://api.muapi.ai/api/v1/veo3.1-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/veo3.1-image-to-video/llms.txt - Cost: 2.500 credits per call - [veo3.1-fast-image-to-video](https://muapi.ai/playground/veo3.1-fast-image-to-video): Veo 3.1 Fast is an optimized version of Google’s Veo 3.1 AI that transforms static images into dynamic 8-second videos at higher speed. It preserves visual fid… - Endpoint: `POST https://api.muapi.ai/api/v1/veo3.1-fast-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/veo3.1-fast-image-to-video/llms.txt - Cost: 0.600 credits per call - [kling-v2.1-standard-i2v](https://muapi.ai/playground/kling-v2.1-standard-i2v): Kling 2.1 Standard (developed by Kuaishou) brings static images to life by generating smooth, realistic video clips from a single frame. It captures subtle mot… - Endpoint: `POST https://api.muapi.ai/api/v1/kling-v2.1-standard-i2v` - Per-model llms.txt: https://muapi.ai/playground/kling-v2.1-standard-i2v/llms.txt - Cost: 0.225 credits per call - [sd-2-vip-omni-reference-1080p](https://muapi.ai/playground/sd-2-vip-omni-reference-1080p): SD 2 Omni Reference VIP 1080p by ByteDance. Generate full HD videos using up to 9 image references, up to 3 video clips, and up to 3 audio references with prio… - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-vip-omni-reference-1080p` - Per-model llms.txt: https://muapi.ai/playground/sd-2-vip-omni-reference-1080p/llms.txt - Cost: 3.375 credits per call - [vidu-q2-turbo-start-end-video](https://muapi.ai/playground/vidu-q2-turbo-start-end-video): Vidu Q2 Turbo Start–End Video creates highly detailed cinematic sequences by interpolating between two visual states — your start frame and end frame. Built fo… - Endpoint: `POST https://api.muapi.ai/api/v1/vidu-q2-turbo-start-end-video` - Per-model llms.txt: https://muapi.ai/playground/vidu-q2-turbo-start-end-video/llms.txt - Cost: 0.060 credits per call - [sd-2-omni-reference-no-video](https://muapi.ai/playground/sd-2-omni-reference-no-video): SD 2 Omni Reference by ByteDance. Generate videos using up to 9 image references and up to 3 audio references. Reference images in your prompt with @image1, @i… - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-omni-reference-no-video` - Per-model llms.txt: https://muapi.ai/playground/sd-2-omni-reference-no-video/llms.txt - Cost: 1.250 credits per call - [openai-sora-2-image-to-video](https://muapi.ai/playground/openai-sora-2-image-to-video): Sora 2’s I2V lets you bring still images to life by animating them into short video clips with natural motion, audio, and visual effects. While realistic portr… - Endpoint: `POST https://api.muapi.ai/api/v1/openai-sora-2-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/openai-sora-2-image-to-video/llms.txt - Cost: 0.800 credits per call - [wan2.2-spicy-image-to-video](https://muapi.ai/playground/wan2.2-spicy-image-to-video): Wan2.2-spicy Image-to-Video transforms a single creative image into a short dynamic video with bold motion, stylized effects, high-contrast lighting, and energ… - Endpoint: `POST https://api.muapi.ai/api/v1/wan2.2-spicy-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/wan2.2-spicy-image-to-video/llms.txt - Cost: 0.200 credits per call - [wan2.5-image-to-video-fast](https://muapi.ai/playground/wan2.5-image-to-video-fast): Convert a single static image into a cinematic short video with realistic motion, dynamic camera movement, and environmental effects. The Fast mode generates h… - Endpoint: `POST https://api.muapi.ai/api/v1/wan2.5-image-to-video-fast` - Per-model llms.txt: https://muapi.ai/playground/wan2.5-image-to-video-fast/llms.txt - Cost: 0.440 credits per call - [kling-v3.0-pro-image-to-video](https://muapi.ai/playground/kling-v3.0-pro-image-to-video): Kling 3.0 Pro Image-to-Video animates a single input image into a high-quality, realistic video with smooth camera motion, natural physics, and strong temporal… - Endpoint: `POST https://api.muapi.ai/api/v1/kling-v3.0-pro-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/kling-v3.0-pro-image-to-video/llms.txt - Cost: 0.720 credits per call - [seedance-pro-i2v-fast](https://muapi.ai/playground/seedance-pro-i2v-fast): Seedance Pro Fast is the high-speed image-to-video generation variant from ByteDance’s Seedance series. With this model you upload a reference image and—using… - Endpoint: `POST https://api.muapi.ai/api/v1/seedance-pro-i2v-fast` - Per-model llms.txt: https://muapi.ai/playground/seedance-pro-i2v-fast/llms.txt - Cost: 0.060 credits per call - [kling-v2.6-pro-i2v](https://muapi.ai/playground/kling-v2.6-pro-i2v): Kling-v2.6-Pro Image-to-Video transforms a single creative image into a short cinematic video. It preserves the original style, lighting, and composition while… - Endpoint: `POST https://api.muapi.ai/api/v1/kling-v2.6-pro-i2v` - Per-model llms.txt: https://muapi.ai/playground/kling-v2.6-pro-i2v/llms.txt - Cost: 0.900 credits per call - [seedance-v1.5-pro-i2v](https://muapi.ai/playground/seedance-v1.5-pro-i2v): Seedance v1.5 Pro Image-to-Video converts a single still image into a smooth cinematic video clip. It preserves the original image’s composition, subject ident… - Endpoint: `POST https://api.muapi.ai/api/v1/seedance-v1.5-pro-i2v` - Per-model llms.txt: https://muapi.ai/playground/seedance-v1.5-pro-i2v/llms.txt - Cost: 0.340 credits per call - [sd-2-vip-image-to-video](https://muapi.ai/playground/sd-2-vip-image-to-video): SD 2 Image-to-Video VIP (Pro) by ByteDance. Animates a start-frame image into a high-quality video with priority routing, native audio, 4–15 second duration, a… - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-vip-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/sd-2-vip-image-to-video/llms.txt - Cost: 1.500 credits per call - [sd-2-image-to-video](https://muapi.ai/playground/sd-2-image-to-video): SD 2 Image-to-Video (Pro) by ByteDance. Animates a start-frame image into a high-quality video with native audio, 4–15 second duration, and 2K resolution. - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/sd-2-image-to-video/llms.txt - Cost: 1.250 credits per call - [sd-2-omni-reference-no-video-fast](https://muapi.ai/playground/sd-2-omni-reference-no-video-fast): SD 2 Omni Reference (Fast) by ByteDance. Quickly generate videos using up to 9 image references and up to 3 audio references at reduced cost. Reference images… - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-omni-reference-no-video-fast` - Per-model llms.txt: https://muapi.ai/playground/sd-2-omni-reference-no-video-fast/llms.txt - Cost: 0.750 credits per call - [sd-2-vip-omni-reference-fast](https://muapi.ai/playground/sd-2-vip-omni-reference-fast): SD 2 Omni Reference VIP Fast by ByteDance. Faster video generation using up to 9 image references, up to 3 video clips, and up to 3 audio references with prior… - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-vip-omni-reference-fast` - Per-model llms.txt: https://muapi.ai/playground/sd-2-vip-omni-reference-fast/llms.txt - Cost: 1.050 credits per call - [wan2.6-image-to-video](https://muapi.ai/playground/wan2.6-image-to-video): WAN 2.6 Image-to-Video converts a single still image into a smooth, cinematic video clip. It preserves the original image’s composition, lighting, and style wh… - Endpoint: `POST https://api.muapi.ai/api/v1/wan2.6-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/wan2.6-image-to-video/llms.txt - Cost: 0.650 credits per call - [kling-v3.0-standard-image-to-video](https://muapi.ai/playground/kling-v3.0-standard-image-to-video): Kling 3.0 Standard Image-to-Video animates a single input image into a short, realistic video with smooth, stable motion. It prioritizes temporal consistency,… - Endpoint: `POST https://api.muapi.ai/api/v1/kling-v3.0-standard-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/kling-v3.0-standard-image-to-video/llms.txt - Cost: 0.720 credits per call - [wan2.1-image-to-video](https://muapi.ai/playground/wan2.1-image-to-video): Animate static images into expressive video sequences with WAN 2.1. Upload any image and guide its transformation into a moving scene — great for bringing art,… - Endpoint: `POST https://api.muapi.ai/api/v1/wan2.1-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/wan2.1-image-to-video/llms.txt - Cost: 0.300 credits per call - [kling-v2.1-pro-i2v](https://muapi.ai/playground/kling-v2.1-pro-i2v): Kling 2.1 Pro is the high-end version of Kuaishou’s video generation model, offering enhanced realism, longer motion sequences, and cinematic quality. In I2V m… - Endpoint: `POST https://api.muapi.ai/api/v1/kling-v2.1-pro-i2v` - Per-model llms.txt: https://muapi.ai/playground/kling-v2.1-pro-i2v/llms.txt - Cost: 0.400 credits per call - [sd-2-image-to-video-fast](https://muapi.ai/playground/sd-2-image-to-video-fast): SD 2 Image-to-Video (Fast) by ByteDance. Quickly animates a start-frame image into video with 4–15 second duration at reduced cost. - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-image-to-video-fast` - Per-model llms.txt: https://muapi.ai/playground/sd-2-image-to-video-fast/llms.txt - Cost: 0.750 credits per call - [runway-image-to-video](https://muapi.ai/playground/runway-image-to-video): Animate any image by turning it into a video with motion effects or scene continuity. RunwayML’s I2V model transforms static visuals into short clips by extrap… - Endpoint: `POST https://api.muapi.ai/api/v1/runway-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/runway-image-to-video/llms.txt - Cost: 0.150 credits per call - [motion-controls](https://muapi.ai/playground/motion-controls): Motion Controls adds dynamic camera movements, speed ramps, and zoom effects to bring your images to life as smooth, engaging videos. - Endpoint: `POST https://api.muapi.ai/api/v1/motion-controls` - Per-model llms.txt: https://muapi.ai/playground/motion-controls/llms.txt - Cost: 0.300 credits per call - [wan2.7-image-to-video](https://muapi.ai/playground/wan2.7-image-to-video): Alibaba WAN 2.7 converts images into videos with optional audio. - Endpoint: `POST https://api.muapi.ai/api/v1/wan2.7-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/wan2.7-image-to-video/llms.txt - Cost: 0.100 credits per call - [veo3-image-to-video](https://muapi.ai/playground/veo3-image-to-video): VEO3 I2V animates static images into expressive video sequences, adding lifelike movement while preserving the original composition. - Endpoint: `POST https://api.muapi.ai/api/v1/veo3-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/veo3-image-to-video/llms.txt - Cost: 2.500 credits per call - [kling-v2.5-turbo-pro-i2v](https://muapi.ai/playground/kling-v2.5-turbo-pro-i2v): Kling 2.5 Turbo Pro: Top-tier image-to-video generation with unparalleled motion fluidity, cinematic visuals, and exceptional prompt precision. - Endpoint: `POST https://api.muapi.ai/api/v1/kling-v2.5-turbo-pro-i2v` - Per-model llms.txt: https://muapi.ai/playground/kling-v2.5-turbo-pro-i2v/llms.txt - Cost: 0.450 credits per call - [sd-2-vip-image-to-video-fast](https://muapi.ai/playground/sd-2-vip-image-to-video-fast): SD 2 Image-to-Video VIP Fast by ByteDance. Faster animation of a start-frame image with priority routing, 4–15 second duration, and 2K resolution. - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-vip-image-to-video-fast` - Per-model llms.txt: https://muapi.ai/playground/sd-2-vip-image-to-video-fast/llms.txt - Cost: 1.050 credits per call - [sd-2-omni-reference-480p](https://muapi.ai/playground/sd-2-omni-reference-480p): SD 2.0 480p Omni Reference — generate videos with visual consistency using reference images, videos, and audio at 480p resolution. More cost-effective than the… - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-omni-reference-480p` - Per-model llms.txt: https://muapi.ai/playground/sd-2-omni-reference-480p/llms.txt - Cost: 1.440 credits per call - [sd-2-i2v-480p](https://muapi.ai/playground/sd-2-i2v-480p): SD 2.0 480p image-to-video generation. Faster and more cost-effective than the 720p variant, ideal for previews and drafts. - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-i2v-480p` - Per-model llms.txt: https://muapi.ai/playground/sd-2-i2v-480p/llms.txt - Cost: 0.600 credits per call - [seedance-lite-reference-video](https://muapi.ai/playground/seedance-lite-reference-video): Seedance Lite's Reference-to-Video feature allows you to supply up to 4 images as reference inputs. The model intelligently blends aspects from these images to… - Endpoint: `POST https://api.muapi.ai/api/v1/seedance-lite-reference-video` - Per-model llms.txt: https://muapi.ai/playground/seedance-lite-reference-video/llms.txt - Cost: 0.100 credits per call - [openai-sora-2-pro-image-to-video](https://muapi.ai/playground/openai-sora-2-pro-image-to-video): Sora 2 Pro I2V brings still images to life, transforming them into short videos with natural motion, realistic lighting, and synchronized audio. Upload your im… - Endpoint: `POST https://api.muapi.ai/api/v1/openai-sora-2-pro-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/openai-sora-2-pro-image-to-video/llms.txt - Cost: 2.400 credits per call - [sd-2-first-last-frame-fast](https://muapi.ai/playground/sd-2-first-last-frame-fast): SD 2 First & Last Frame (Fast) by ByteDance. Quickly generate video that transitions between reference images at reduced cost. Provide 1 or 2 images. - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-first-last-frame-fast` - Per-model llms.txt: https://muapi.ai/playground/sd-2-first-last-frame-fast/llms.txt - Cost: 0.750 credits per call - [sd-2-first-last-frame](https://muapi.ai/playground/sd-2-first-last-frame): SD 2 First & Last Frame (Pro) by ByteDance. Generate video that transitions between two reference images. Provide 1 image for start-frame-only, or 2 images for… - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-first-last-frame` - Per-model llms.txt: https://muapi.ai/playground/sd-2-first-last-frame/llms.txt - Cost: 1.250 credits per call - [ai-video-effects](https://muapi.ai/playground/ai-video-effects): AI Video Effects applies advanced visual transformations, color grading, and cinematic filters to create stunning videos from images. - Endpoint: `POST https://api.muapi.ai/api/v1/ai-video-effects` - Per-model llms.txt: https://muapi.ai/playground/ai-video-effects/llms.txt - Cost: 0.300 credits per call - [sd-2-vip-first-last-frame](https://muapi.ai/playground/sd-2-vip-first-last-frame): SD 2 First & Last Frame VIP (Pro) by ByteDance. Generate video that transitions between two reference images with priority routing. Provide 1 image for start-f… - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-vip-first-last-frame` - Per-model llms.txt: https://muapi.ai/playground/sd-2-vip-first-last-frame/llms.txt - Cost: 1.500 credits per call - [hunyuan-image-to-video](https://muapi.ai/playground/hunyuan-image-to-video): Hunyuan I2V takes a static image and generates realistic video animations by interpreting motion and context. It works well for human portraits, objects, or sc… - Endpoint: `POST https://api.muapi.ai/api/v1/hunyuan-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/hunyuan-image-to-video/llms.txt - Cost: 0.150 credits per call - [video-effects](https://muapi.ai/playground/video-effects): AI Video Effects applies advanced visual transformations, color grading, and cinematic filters to create stunning videos from images. - Endpoint: `POST https://api.muapi.ai/api/v1/video-effects` - Per-model llms.txt: https://muapi.ai/playground/video-effects/llms.txt - Cost: 0.300 credits per call - [seedance-v1.5-pro-i2v-fast](https://muapi.ai/playground/seedance-v1.5-pro-i2v-fast): Seedance v1.5 Pro Image-to-Video Fast converts a single still image into a short cinematic video with quick generation speed. It preserves the original image’s… - Endpoint: `POST https://api.muapi.ai/api/v1/seedance-v1.5-pro-i2v-fast` - Per-model llms.txt: https://muapi.ai/playground/seedance-v1.5-pro-i2v-fast/llms.txt - Cost: 0.260 credits per call - [kling-v2.1-master-i2v](https://muapi.ai/playground/kling-v2.1-master-i2v): Kling 2.1 Master’s I2V animates a still image into a coherent video sequence. It interprets motion, environment, and context to create realistic, visually stun… - Endpoint: `POST https://api.muapi.ai/api/v1/kling-v2.1-master-i2v` - Per-model llms.txt: https://muapi.ai/playground/kling-v2.1-master-i2v/llms.txt - Cost: 0.300 credits per call - [kling-o1-image-to-video](https://muapi.ai/playground/kling-o1-image-to-video): Kling O1’s Image-to-Video mode transforms one or more reference images into short cinematic video clips by adding natural motion, camera choreography, and scen… - Endpoint: `POST https://api.muapi.ai/api/v1/kling-o1-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/kling-o1-image-to-video/llms.txt - Cost: 0.720 credits per call - [pixverse-v5-i2v](https://muapi.ai/playground/pixverse-v5-i2v): PixVerse V5 delivers a major leap forward in AI-powered video creation — now featuring smoother motion, ultra-high resolution, and expanded visual effects. - Endpoint: `POST https://api.muapi.ai/api/v1/pixverse-v5-i2v` - Per-model llms.txt: https://muapi.ai/playground/pixverse-v5-i2v/llms.txt - Cost: 0.300 credits per call - [pixverse-v6-i2v](https://muapi.ai/playground/pixverse-v6-i2v): Animate any image into a video using PixVerse V6. Supports resolutions up to 1080p, durations up to 15 seconds, and prompt-based motion control. - Endpoint: `POST https://api.muapi.ai/api/v1/pixverse-v6-i2v` - Per-model llms.txt: https://muapi.ai/playground/pixverse-v6-i2v/llms.txt - Cost: 0.295 credits per call - [openai-sora-2-standard-image-to-video](https://muapi.ai/playground/openai-sora-2-standard-image-to-video): OpenAI Sora 2 Standard Image to Video model (High Priority). Generate stunning 10s videos from an image and text prompt. - Endpoint: `POST https://api.muapi.ai/api/v1/openai-sora-2-standard-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/openai-sora-2-standard-image-to-video/llms.txt - Cost: 0.300 credits per call - [veo3.1-reference-to-video](https://muapi.ai/playground/veo3.1-reference-to-video): Veo 3.1 R2V allows creators to generate dynamic videos using up to three reference images. The model maintains visual consistency of characters, objects, and s… - Endpoint: `POST https://api.muapi.ai/api/v1/veo3.1-reference-to-video` - Per-model llms.txt: https://muapi.ai/playground/veo3.1-reference-to-video/llms.txt - Cost: 0.600 credits per call - [happy-horse-1-image-to-video-1080p](https://muapi.ai/playground/happy-horse-1-image-to-video-1080p): Happy Horse 1.0 Image to Video — bring still images to life with fluid, expressive animation and fine-grained motion control. - Endpoint: `POST https://api.muapi.ai/api/v1/happy-horse-1-image-to-video-1080p` - Per-model llms.txt: https://muapi.ai/playground/happy-horse-1-image-to-video-1080p/llms.txt - Cost: 1.800 credits per call - [sd-2-vip-image-to-video-1080p](https://muapi.ai/playground/sd-2-vip-image-to-video-1080p): SD 2 Image-to-Video VIP 1080p by ByteDance. Animates a still image into a cinematic 1080p video with priority routing, 4–15 second duration. - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-vip-image-to-video-1080p` - Per-model llms.txt: https://muapi.ai/playground/sd-2-vip-image-to-video-1080p/llms.txt - Cost: 3.375 credits per call - [kling-v3.0-4k-image-to-video](https://muapi.ai/playground/kling-v3.0-4k-image-to-video): Kling 3.0 4K Image-to-Video animates a single input image into ultra-high-resolution 3840×2160 video with smooth camera motion, natural physics, and strong tem… - Endpoint: `POST https://api.muapi.ai/api/v1/kling-v3.0-4k-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/kling-v3.0-4k-image-to-video/llms.txt - Cost: 2.000 credits per call - [happy-horse-1-image-to-video-720p](https://muapi.ai/playground/happy-horse-1-image-to-video-720p): Happy Horse 1.0 Image to Video (720p) — bring still images to life with fluid, expressive animation at 720p output resolution. - Endpoint: `POST https://api.muapi.ai/api/v1/happy-horse-1-image-to-video-720p` - Per-model llms.txt: https://muapi.ai/playground/happy-horse-1-image-to-video-720p/llms.txt - Cost: 0.900 credits per call - [minimax-hailuo-2.3-fast](https://muapi.ai/playground/minimax-hailuo-2.3-fast): Minimax Hailuo 2.3 Fast is the lightweight, high-speed version of the Hailuo 2.3 family — designed for creators who need instant video generation with cinemati… - Endpoint: `POST https://api.muapi.ai/api/v1/minimax-hailuo-2.3-fast` - Per-model llms.txt: https://muapi.ai/playground/minimax-hailuo-2.3-fast/llms.txt - Cost: 0.240 credits per call - [minimax-hailuo-02-pro-i2v](https://muapi.ai/playground/minimax-hailuo-02-pro-i2v): Advanced image-to-video with cinematic realism. Adds dynamic camera motion, realistic physics, and atmospheric detail for storytelling. - Endpoint: `POST https://api.muapi.ai/api/v1/minimax-hailuo-02-pro-i2v` - Per-model llms.txt: https://muapi.ai/playground/minimax-hailuo-02-pro-i2v/llms.txt - Cost: 0.600 credits per call - [ltx-2.3-image-to-video](https://muapi.ai/playground/ltx-2.3-image-to-video): LTX-2.3 Image-to-Video animates a single image into a coherent cinematic clip. It preserves scene composition and lighting while adding smooth camera motion, p… - Endpoint: `POST https://api.muapi.ai/api/v1/ltx-2.3-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/ltx-2.3-image-to-video/llms.txt - Cost: 0.104 credits per call - [sd-2-vip-first-last-frame-1080p](https://muapi.ai/playground/sd-2-vip-first-last-frame-1080p): SD 2 First & Last Frame VIP 1080p by ByteDance. Generate 1080p video that transitions between two reference images with priority routing. Provide 1 image for s… - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-vip-first-last-frame-1080p` - Per-model llms.txt: https://muapi.ai/playground/sd-2-vip-first-last-frame-1080p/llms.txt - Cost: 3.375 credits per call - [sd-2-vip-first-last-frame-fast](https://muapi.ai/playground/sd-2-vip-first-last-frame-fast): SD 2 First & Last Frame VIP Fast by ByteDance. Faster generation of video transitions between two reference images with priority routing. - Endpoint: `POST https://api.muapi.ai/api/v1/sd-2-vip-first-last-frame-fast` - Per-model llms.txt: https://muapi.ai/playground/sd-2-vip-first-last-frame-fast/llms.txt - Cost: 1.050 credits per call - [pixverse-v5.5-i2v](https://muapi.ai/playground/pixverse-v5.5-i2v): PixVerse v5.5 I2V transforms a single image into a dynamic cinematic video clip. It adds smooth camera motion, atmospheric animation, natural parallax, and env… - Endpoint: `POST https://api.muapi.ai/api/v1/pixverse-v5.5-i2v` - Per-model llms.txt: https://muapi.ai/playground/pixverse-v5.5-i2v/llms.txt - Cost: 0.100 credits per call - [vfx](https://muapi.ai/playground/vfx): VFX delivers high-impact visual effects like explosions, particles, and cinematic overlays to transform static images into action-packed videos. - Endpoint: `POST https://api.muapi.ai/api/v1/vfx` - Per-model llms.txt: https://muapi.ai/playground/vfx/llms.txt - Cost: 0.300 credits per call - [happy-horse-1-reference-to-video-720p](https://muapi.ai/playground/happy-horse-1-reference-to-video-720p): Happy Horse 1.0 Reference to Video (720p) - generate expressive 720p video clips conditioned on 1-9 reference images plus a text prompt. - Endpoint: `POST https://api.muapi.ai/api/v1/happy-horse-1-reference-to-video-720p` - Per-model llms.txt: https://muapi.ai/playground/happy-horse-1-reference-to-video-720p/llms.txt - Cost: 1.050 credits per call - [veo3.1-lite-image-to-video](https://muapi.ai/playground/veo3.1-lite-image-to-video): Veo 3.1 Lite is a lightweight variant of Google's Veo 3.1 model designed for faster, more accessible video generation from images. - Endpoint: `POST https://api.muapi.ai/api/v1/veo3.1-lite-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/veo3.1-lite-image-to-video/llms.txt - Cost: 0.300 credits per call - [vidu-v2.0-i2v](https://muapi.ai/playground/vidu-v2.0-i2v): Vidu's 2.0 model delivers advanced image-based video generation with enhanced lighting, emotion dynamics, and automatic frame interpolation for polished visual… - Endpoint: `POST https://api.muapi.ai/api/v1/vidu-v2.0-i2v` - Per-model llms.txt: https://muapi.ai/playground/vidu-v2.0-i2v/llms.txt - Cost: 0.300 credits per call - [kling-o1-reference-to-video](https://muapi.ai/playground/kling-o1-reference-to-video): Kling O1’s Reference-to-Video mode generates a dynamic video using one or multiple reference images as the visual foundation. It preserves identity, style, com… - Endpoint: `POST https://api.muapi.ai/api/v1/kling-o1-reference-to-video` - Per-model llms.txt: https://muapi.ai/playground/kling-o1-reference-to-video/llms.txt - Cost: 0.720 credits per call - [hf-dop-image-to-video](https://muapi.ai/playground/hf-dop-image-to-video): Higgsfield’s DOP (Director of Photography) Motion Effects empower creators to combine cinematic camera moves with built-in visual effects—like explosions, fire… - Endpoint: `POST https://api.muapi.ai/api/v1/hf-dop-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/hf-dop-image-to-video/llms.txt - Cost: 0.300 credits per call - [kling-o1-standard-image-to-video](https://muapi.ai/playground/kling-o1-standard-image-to-video): Kling O1 Standard Image-to-Video converts a single still image into a short, natural-looking video clip. It preserves the original image’s composition and ligh… - Endpoint: `POST https://api.muapi.ai/api/v1/kling-o1-standard-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/kling-o1-standard-image-to-video/llms.txt - Cost: 0.500 credits per call - [wan2.7-reference-to-video](https://muapi.ai/playground/wan2.7-reference-to-video): Alibaba WAN 2.7 Reference-to-Video. Reference characters/props to generate new shots. - Endpoint: `POST https://api.muapi.ai/api/v1/wan2.7-reference-to-video` - Per-model llms.txt: https://muapi.ai/playground/wan2.7-reference-to-video/llms.txt - Cost: 0.100 credits per call - [happy-horse-1-reference-to-video-1080p](https://muapi.ai/playground/happy-horse-1-reference-to-video-1080p): Happy Horse 1.0 Reference to Video (1080p) - generate expressive 1080p video clips conditioned on 1-9 reference images plus a text prompt. - Endpoint: `POST https://api.muapi.ai/api/v1/happy-horse-1-reference-to-video-1080p` - Per-model llms.txt: https://muapi.ai/playground/happy-horse-1-reference-to-video-1080p/llms.txt - Cost: 2.100 credits per call - [ltx-2-fast-image-to-video](https://muapi.ai/playground/ltx-2-fast-image-to-video): LTX-2 Fast is a speed-optimized mode of the LTX-2 engine by Lightricks, focused on generating short video clips from a still image + prompt (I2V) with good fid… - Endpoint: `POST https://api.muapi.ai/api/v1/ltx-2-fast-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/ltx-2-fast-image-to-video/llms.txt - Cost: 0.460 credits per call - [pixverse-v6-transition](https://muapi.ai/playground/pixverse-v6-transition): Create a smooth transition between two images (start and end) or from a single starting image to a generated video. - Endpoint: `POST https://api.muapi.ai/api/v1/pixverse-v6-transition` - Per-model llms.txt: https://muapi.ai/playground/pixverse-v6-transition/llms.txt - Cost: 0.300 credits per call - [vidu-q2-turbo-image-to-video](https://muapi.ai/playground/vidu-q2-turbo-image-to-video): Vidu Q2 Turbo Image-to-Video animates a starting image into a fast, prompt-guided clip while preserving subject identity. Built for speed and cost efficiency. - Endpoint: `POST https://api.muapi.ai/api/v1/vidu-q2-turbo-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/vidu-q2-turbo-image-to-video/llms.txt - Cost: 0.130 credits per call - [vidu-q2-reference](https://muapi.ai/playground/vidu-q2-reference): Vidu Q2 Reference Video generates breathtaking cinematic clips from text prompts guided by multiple reference images. Each image refines the model’s understand… - Endpoint: `POST https://api.muapi.ai/api/v1/vidu-q2-reference` - Per-model llms.txt: https://muapi.ai/playground/vidu-q2-reference/llms.txt - Cost: 0.065 credits per call - [minimax-hailuo-2.3-pro-i2v](https://muapi.ai/playground/minimax-hailuo-2.3-pro-i2v): Hailuo 2.3 Pro I2V breathes life into still images with stunning motion synthesis and cinematic camera control. Using deep motion understanding, it predicts re… - Endpoint: `POST https://api.muapi.ai/api/v1/minimax-hailuo-2.3-pro-i2v` - Per-model llms.txt: https://muapi.ai/playground/minimax-hailuo-2.3-pro-i2v/llms.txt - Cost: 0.630 credits per call - [kling-v2.5-turbo-std-i2v](https://muapi.ai/playground/kling-v2.5-turbo-std-i2v): Kling 2.5 Turbo Std: Top-tier image-to-video generation with unparalleled motion fluidity, cinematic visuals, and exceptional prompt precision. - Endpoint: `POST https://api.muapi.ai/api/v1/kling-v2.5-turbo-std-i2v` - Per-model llms.txt: https://muapi.ai/playground/kling-v2.5-turbo-std-i2v/llms.txt - Cost: 0.280 credits per call - [minimax-hailuo-2.3-standard-i2v](https://muapi.ai/playground/minimax-hailuo-2.3-standard-i2v): Hailuo 2.3 Standard I2V converts still images into visually immersive motion clips with stable dynamics and realistic movement. It provides a balanced mix of q… - Endpoint: `POST https://api.muapi.ai/api/v1/minimax-hailuo-2.3-standard-i2v` - Per-model llms.txt: https://muapi.ai/playground/minimax-hailuo-2.3-standard-i2v/llms.txt - Cost: 0.360 credits per call - [wan2.1-reference-video](https://muapi.ai/playground/wan2.1-reference-video): WAN 2.1 is an advanced AI model that transforms one or more reference images into a coherent, animated video. By combining characters, objects, or environments… - Endpoint: `POST https://api.muapi.ai/api/v1/wan2.1-reference-video` - Per-model llms.txt: https://muapi.ai/playground/wan2.1-reference-video/llms.txt - Cost: 0.100 credits per call - [kling-o1-standard-reference-to-video](https://muapi.ai/playground/kling-o1-standard-reference-to-video): Kling O1 Standard Reference-to-Video generates a smooth, realistic video using one or multiple reference images as visual guidance. It preserves the visual ide… - Endpoint: `POST https://api.muapi.ai/api/v1/kling-o1-standard-reference-to-video` - Per-model llms.txt: https://muapi.ai/playground/kling-o1-standard-reference-to-video/llms.txt - Cost: 0.720 credits per call - [pixverse-v4.5-i2v](https://muapi.ai/playground/pixverse-v4.5-i2v): Upload an image and PixVerse v4.5 will breathe life into it with smooth camera motion, realistic effects, and animated elements. Whether it’s a portrait, lands… - Endpoint: `POST https://api.muapi.ai/api/v1/pixverse-v4.5-i2v` - Per-model llms.txt: https://muapi.ai/playground/pixverse-v4.5-i2v/llms.txt - Cost: 0.300 credits per call - [ltx-2-19b-image-to-video](https://muapi.ai/playground/ltx-2-19b-image-to-video): LTX-2-19B Image-to-Video animates a single image into a coherent cinematic clip with strong temporal stability. It preserves composition and lighting while add… - Endpoint: `POST https://api.muapi.ai/api/v1/ltx-2-19b-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/ltx-2-19b-image-to-video/llms.txt - Cost: 0.600 credits per call - [ltx-2-pro-image-to-video](https://muapi.ai/playground/ltx-2-pro-image-to-video): LTX-2 Pro is the high-fidelity video-generation engine by Lightricks designed for professional workflows, supporting both text-to-video and image-to-video inpu… - Endpoint: `POST https://api.muapi.ai/api/v1/ltx-2-pro-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/ltx-2-pro-image-to-video/llms.txt - Cost: 0.460 credits per call - [leonardoai-motion-2.0](https://muapi.ai/playground/leonardoai-motion-2.0): Motion 2.0 is Leonardo.AI's cutting-edge model for creating high-quality 5-second videos from text prompts. It offers enhanced control over animation, includin… - Endpoint: `POST https://api.muapi.ai/api/v1/leonardoai-motion-2.0` - Per-model llms.txt: https://muapi.ai/playground/leonardoai-motion-2.0/llms.txt - Cost: 0.400 credits per call - [ovi-image-to-video](https://muapi.ai/playground/ovi-image-to-video): Ovi is a unified audio–video generation model that can transform a static image plus a descriptive prompt into a short video with synchronized audio. It suppor… - Endpoint: `POST https://api.muapi.ai/api/v1/ovi-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/ovi-image-to-video/llms.txt - Cost: 0.200 credits per call - [runway-act-two-i2v](https://muapi.ai/playground/runway-act-two-i2v): Upload a single character image and a driving video — the model transfers facial expressions and head movements from the video onto your image, bringing it to… - Endpoint: `POST https://api.muapi.ai/api/v1/runway-act-two-i2v` - Per-model llms.txt: https://muapi.ai/playground/runway-act-two-i2v/llms.txt - Cost: 0.070 credits per call - [vidu-q2-pro-start-end-video](https://muapi.ai/playground/vidu-q2-pro-start-end-video): Vidu Q2 Pro Start–End Video is a professional-grade model built for cinematic transformation storytelling. It evolves a scene, subject, or concept from one mom… - Endpoint: `POST https://api.muapi.ai/api/v1/vidu-q2-pro-start-end-video` - Per-model llms.txt: https://muapi.ai/playground/vidu-q2-pro-start-end-video/llms.txt - Cost: 0.130 credits per call - [vidu-q1-reference](https://muapi.ai/playground/vidu-q1-reference): Vidu Q1 enables you to generate cinematic 1080p videos using multiple visual references—up to seven images—and text prompts. Designed for consistency, it prese… - Endpoint: `POST https://api.muapi.ai/api/v1/vidu-q1-reference` - Per-model llms.txt: https://muapi.ai/playground/vidu-q1-reference/llms.txt - Cost: 0.400 credits per call - [vidu-q2-pro-image-to-video](https://muapi.ai/playground/vidu-q2-pro-image-to-video): Vidu Q2 Pro Image-to-Video animates a single starting image into a smooth, prompt-guided clip up to 1080p while preserving subject identity, lighting, and comp… - Endpoint: `POST https://api.muapi.ai/api/v1/vidu-q2-pro-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/vidu-q2-pro-image-to-video/llms.txt - Cost: 0.200 credits per call - [vidu-q3-turbo-image-to-video](https://muapi.ai/playground/vidu-q3-turbo-image-to-video): Vidu Q3 Turbo Image-to-Video animates a starting image into a fast, prompt-guided clip while keeping subject identity and composition intact. Built for speed a… - Endpoint: `POST https://api.muapi.ai/api/v1/vidu-q3-turbo-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/vidu-q3-turbo-image-to-video/llms.txt - Cost: 0.300 credits per call - [vidu-q3-turbo-first-last-frames](https://muapi.ai/playground/vidu-q3-turbo-first-last-frames): Vidu Q3 Turbo First-Last Frames interpolates a quick, cost-efficient transition between two key images — your start frame and end frame — guided by a text prom… - Endpoint: `POST https://api.muapi.ai/api/v1/vidu-q3-turbo-first-last-frames` - Per-model llms.txt: https://muapi.ai/playground/vidu-q3-turbo-first-last-frames/llms.txt - Cost: 0.300 credits per call - [vidu-q3-pro-first-last-frames](https://muapi.ai/playground/vidu-q3-pro-first-last-frames): Vidu Q3 Pro First-Last Frames interpolates a smooth, cinematic transition between two key images — your start frame and end frame — guided by a text prompt. Pe… - Endpoint: `POST https://api.muapi.ai/api/v1/vidu-q3-pro-first-last-frames` - Per-model llms.txt: https://muapi.ai/playground/vidu-q3-pro-first-last-frames/llms.txt - Cost: 0.750 credits per call - [kling-v3.0-omni-4k-image-to-video](https://muapi.ai/playground/kling-v3.0-omni-4k-image-to-video): Kling v3 Omni at 4K. Multi-image reference video generation — supply up to 4 images and reference them in your prompt with <<>>. Apimart-backed. - Endpoint: `POST https://api.muapi.ai/api/v1/kling-v3.0-omni-4k-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/kling-v3.0-omni-4k-image-to-video/llms.txt - Cost: 2.679 credits per call - [vidu-q3-pro-image-to-video](https://muapi.ai/playground/vidu-q3-pro-image-to-video): Vidu Q3 Pro Image-to-Video animates a single starting image into a smooth, prompt-guided clip up to 1080p. It preserves character identity, lighting, and compo… - Endpoint: `POST https://api.muapi.ai/api/v1/vidu-q3-pro-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/vidu-q3-pro-image-to-video/llms.txt - Cost: 0.750 credits per call - [kling-v3.0-omni-pro-image-to-video](https://muapi.ai/playground/kling-v3.0-omni-pro-image-to-video): Kling v3 Omni at 1080P. Multi-image reference video generation — supply up to 4 images and reference them in your prompt with <<>>. Apimart-backed. - Endpoint: `POST https://api.muapi.ai/api/v1/kling-v3.0-omni-pro-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/kling-v3.0-omni-pro-image-to-video/llms.txt - Cost: 0.560 credits per call - [kling-v3.0-omni-standard-image-to-video](https://muapi.ai/playground/kling-v3.0-omni-standard-image-to-video): Kling v3 Omni at 720P. Multi-image reference video generation — supply up to 4 images and reference them in your prompt with <<>>. Apimart-backed. - Endpoint: `POST https://api.muapi.ai/api/v1/kling-v3.0-omni-standard-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/kling-v3.0-omni-standard-image-to-video/llms.txt - Cost: 0.420 credits per call - [veo-4-image-to-video](https://muapi.ai/playground/veo-4-image-to-video): Veo 4 Image to Video — animate any still image with Veo 4's motion synthesis engine, supporting fine-grained camera control and realistic physics at up to 1080… - Endpoint: `POST https://api.muapi.ai/api/v1/veo-4-image-to-video` - Per-model llms.txt: https://muapi.ai/playground/veo-4-image-to-video/llms.txt - Cost: 3.000 credits per call ## FAQ **What image formats are supported?** Pass a public URL to a JPEG, PNG, or WebP image — or upload via `POST /api/v1/upload_file` first to get a hosted URL. **How do I keep the subject consistent across multiple shots?** Use the same reference image across multiple image-to-video calls with different prompts. For tighter consistency, use the workflow builder to chain a face-preservation node between clips. **Which model handles complex camera moves best?** Kling Pro and Veo 3 handle dolly, pan, and orbit moves most reliably. Pass camera instructions in the prompt — most models parse English camera terminology. ## Agent Integration MuApi ships an MCP server so agents (Claude Code, Cursor, custom) can call every model in this category as a tool: ```bash npm install -g muapi-cli muapi auth login muapi mcp serve # exposes all MuApi models as MCP tools ``` ## Resources - Category page: https://muapi.ai/playground/group/image-to-video - Global llms.txt: https://muapi.ai/llms.txt - API docs: https://muapi.ai/docs - OpenAPI spec: https://api.muapi.ai/openapi.json