Text-to-image
Create a new image from a descriptive prompt.
Use Wan 3.0 on Muapi for text-to-image, image editing, text-to-video, and image-to-video generation. All four workflows use the same asynchronous submit-and-poll pattern, so your application can keep one integration while switching between creative modes.
Wan 3.0 API is available on Muapi
Choose a model below, submit a generation request with your Muapi API key, and poll the returned request ID for the image or video URL.
Muapi exposes the Wan 3.0 family through focused endpoints with simple request bodies and a consistent result format.
Create a new image from a descriptive prompt.
Send a source image and describe the edit in plain language.
Generate a video directly from a written scene or shot brief.
Animate a supplied image with a focused motion prompt.
Use Muapi authentication, billing, and task responses across every mode.
Submit a task, store its request ID, and poll for the completed output.
Choose the image or video workflow for your application.
Generate images from a natural-language prompt through Muapi's asynchronous API.
Apply an instruction prompt to a source image and receive the edited image URL.
Turn a written scene description into a generated video through one Muapi endpoint.
Animate a source image with a motion prompt while keeping the input image as the visual starting point.
Use higher-energy text-to-video workflows with the Wan 3.0 Spicy variant.
Use more expressive image animation workflows with the Wan 3.0 Spicy variant.
Wan 3.0 uses Muapi's shared authentication, task lifecycle, file upload, and billing infrastructure. Add Wan 3.0 beside other image and video models without maintaining a separate provider client.
Every Wan 3.0 request uses the same Muapi REST contract. Submit JSON with the x-api-key header, then poll the standard prediction endpoint.
curl -X POST https://api.muapi.ai/api/v1/wan3.0-text-to-image \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"An editorial product photograph on blue silk"}'curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \ -H "x-api-key: YOUR_API_KEY"
Use the returned `outputs` or media field for the final image or video URL.
Wan 3.0 provides text-to-image, instruction-based image editing, text-to-video, and image-to-video endpoints through Muapi.
Create a Muapi API key, send it in the x-api-key header, and call the Wan 3.0 endpoint that matches your workflow.
Yes. The Wan 3.0 ComfyUI node pack provides API-key, generation, image-upload, polling, and media-saver nodes.
Generation is asynchronous. Store the request ID returned by the submit call, then poll the prediction result endpoint or use a webhook.
Send a prompt describing the edit and an image_url pointing to the source image. Local images can first be uploaded through Muapi's upload endpoint.
Wan 3.0 uses Muapi's pay-per-generation billing model and the completed task response includes the charge details.