Async jobs
Queue generation with /v1/videos/jobs, poll /v1/videos/jobs/{id}, then download the finished video.
Wan 2.5 API supports flexible Wan video generation for reference-driven clips, social formats, product motion, and longer creative iteration through LumixAI.

Model overview
Wan 2.5 video generation through the LumixAI API with async jobs, polling, download URLs, and live pricing from the backend.
Use Wan 2.5 through LumixAI when you want one stable REST workflow for prompts, model selection, async jobs, polling, usage tracking, and credit pricing. The page targets searches for Wan 2.5 API, Wan 2.5 video API, and Wan video generation API.
AI video generation
image-to-video workflows
production API integrations
Developer workflow
Queue generation with /v1/videos/jobs, poll /v1/videos/jobs/{id}, then download the finished video.
Wan 2.5 starts at 25 credits per video before conditional rules.
await fetch("https://api.lumixai.live/v1/videos/jobs", {
method: "POST",
headers: {
"Content-Type": "application/json",
"X-API-Key": process.env.LUMIXAI_API_KEY
},
body: JSON.stringify({
model: "wan-2-5",
prompt: "cinematic product reveal, smooth camera motion",
aspectRatio: "1:1",
resolution: "1080p",
duration: 6,
withSoundEffects: true
})
});SEO content source map
Next step