{"servers":[{"url":"https://api.modellix.ai/api/v1/alibaba/wan2.6-r2v-flash"}],"post":{"description":"[Core Function] Wan 2.6 Reference-to-Video Flash is a legacy generation 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.","operationId":"wan26R2vFlashAsync","requestBody":{"content":{"application/json":{"examples":{"basic":{"summary":"Basic video with audio","value":{"audio":true,"prompt":"Character1 singing a song","reference_urls":["https://example.com/character.jpg"]}},"multi_shot":{"summary":"Multi-shot with audio","value":{"audio":true,"duration":8,"prompt":"Two characters having an animated conversation","reference_urls":["https://example.com/char1.jpg","https://example.com/char2.jpg"],"shot_type":"multi"}},"silent":{"summary":"Silent video generation","value":{"audio":false,"duration":5,"prompt":"Character dancing in a studio","reference_urls":["https://example.com/dancer.jpg"],"size":"1280*720"}}},"schema":{"properties":{"audio":{"default":true,"description":"Whether to generate video with audio (wan2.6-r2v-flash exclusive feature)","example":true,"type":"boolean"},"duration":{"default":5,"description":"Video duration in seconds","enum":[2,3,4,5,6,7,8,9,10],"example":5,"type":"integer"},"negative_prompt":{"description":"Negative prompt describing unwanted content","example":"blurry, distorted, low quality","maxLength":500,"type":"string"},"prompt":{"description":"Video content description (supports Chinese and English, up to 1500 characters). Can reference characters using 'Character1/Character2' format","example":"Character1 singing a song","maxLength":1500,"minLength":1,"type":"string"},"reference_urls":{"description":"Reference URLs array (images + videos ≤ 5)","example":["https://example.com/character.jpg"],"items":{"description":"Reference media URL (HTTP/HTTPS/OSS)","format":"uri","type":"string"},"maxItems":5,"minItems":1,"type":"array"},"seed":{"description":"Random seed for reproducibility","example":42,"maximum":2147483647,"minimum":0,"type":"integer"},"shot_type":{"default":"single","description":"Shot type (single-shot or multi-shot narrative)","enum":["single","multi"],"example":"single","type":"string"},"size":{"default":"1920*1080","description":"Video resolution (format: width*height)","enum":["1280*720","720*1280","960*960","1088*832","832*1088","1920*1080","1080*1920","1440*1440","1632*1248","1248*1632"],"example":"1920*1080","type":"string"}},"required":["prompt","reference_urls"],"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 Reference-to-Video Flash","x-mint":{"href":"alibaba/wan-2-6-r2v-flash"}}}