{"servers":[{"url":"https://api.modellix.ai/api/v1/alibaba/wan2.6-i2v-flash"}],"post":{"description":"[Core Function] Wan 2.6 I2V Flash is an older generation image-to-video model. [Strengths] Provided enhanced dynamic camera movements and rich lighting effects. Maintained for backward compatibility. [Best For] Existing legacy integrations that require the specific speed/cost tradeoff of this older model. [Limitations] Do NOT use this for new creations. It is a legacy model maintained for backward compatibility. [Routing] Only use if explicitly requested; otherwise use Wan 2.7 I2V.","operationId":"wan26I2vFlashAsync","requestBody":{"content":{"application/json":{"examples":{"advanced":{"summary":"Advanced with all parameters","value":{"audio":true,"duration":10,"img_url":"https://example.com/image.jpg","negative_prompt":"blurry, distorted","prompt":"Camera slowly zooms in","prompt_extend":true,"resolution":"720P","seed":12345}},"basic":{"summary":"Basic video generation","value":{"img_url":"https://example.com/image.jpg"}}},"schema":{"properties":{"audio":{"default":false,"description":"Whether to generate video with audio (only supported by wan2.6-i2v-flash)","example":false,"type":"boolean"},"audio_url":{"description":"Custom audio URL (supports wav/mp3, 3-30 seconds, ≤15MB)","example":"https://example.com/audio.mp3","format":"uri","type":"string"},"duration":{"default":5,"description":"Video duration in seconds (integer)","enum":[2,3,4,5,6,7,8,9,10,11,12,13,14,15],"example":5,"type":"integer"},"img_url":{"description":"First frame image URL (supports HTTP/HTTPS/Base64)","example":"https://example.com/image.jpg","type":"string"},"negative_prompt":{"description":"Negative prompt describing unwanted content","example":"blurry, distorted","maxLength":500,"type":"string"},"prompt":{"description":"Video content description, supports Chinese and English","example":"Camera slowly zooms in","maxLength":800,"minLength":1,"type":"string"},"prompt_extend":{"default":false,"description":"Enable prompt intelligent rewriting","example":false,"type":"boolean"},"resolution":{"description":"Video resolution tier","enum":["480P","720P","1080P"],"example":"720P","type":"string"},"seed":{"description":"Random seed for reproducibility","example":42,"maximum":2147483647,"minimum":0,"type":"integer"},"shot_type":{"description":"Shot type (single-shot or multi-shot narrative)","enum":["single","multi"],"example":"single","type":"string"}},"required":["img_url"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"code":{"description":"Response code, 0 indicates success","example":0,"type":"integer"},"data":{"description":"Detailed data about the submitted asynchronous task.","properties":{"get_result":{"description":"API information to query the task result","properties":{"method":{"description":"HTTP method","example":"GET","type":"string"},"url":{"description":"Full URL to query the task result","example":"https://api.modellix.ai/api/v1/tasks/task-abc123","type":"string"}},"type":"object"},"model_id":{"description":"Model ID","example":"model-123","type":"string"},"status":{"description":"Task status","enum":["pending","processing"],"example":"pending","type":"string"},"task_id":{"description":"Unique task identifier","example":"task-abc123","type":"string"}},"required":["status","task_id","model_id"],"type":"object"},"message":{"description":"Response message","example":"success","type":"string"}},"required":["code","message","data"],"type":"object"}}},"description":"Task submitted successfully"}},"summary":"Wan 2.6 I2V Flash","x-mint":{"href":"alibaba/wan-2-6-i2v-flash"}}}