{"servers":[{"url":"https://api.modellix.ai/api/v1/alibaba/wan2.6-r2v"}],"post":{"description":"[Core Function] Wan 2.6 Reference-to-Video is a legacy generation model. [Strengths] Provided enhanced dynamic camera movements and rich lighting effects. Maintained for backward compatibility. [Best For] Existing legacy integrations and workflows that strictly depend on this specific model version's quirks. [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":"wan26R2vAsync","requestBody":{"content":{"application/json":{"examples":{"advanced":{"summary":"Advanced with all parameters","value":{"duration":10,"negative_prompt":"blurry, distorted, low quality","prompt":"Character1 walking through a scenic landscape","reference_urls":["https://example.com/character.jpg"],"seed":12345,"shot_type":"single","size":"1920*1080"}},"basic":{"summary":"Basic video generation","value":{"prompt":"Character1 drinking bubble tea while dancing to music","reference_urls":["https://example.com/character1.jpg"]}},"multi_character":{"summary":"Multi-character interaction","value":{"duration":5,"prompt":"Character1 and Character2 having a conversation in a cafe","reference_urls":["https://example.com/character1.jpg","https://example.com/character2.jpg"],"shot_type":"multi","size":"1280*720"}}},"schema":{"properties":{"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 drinking bubble tea while dancing to music","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","x-mint":{"href":"alibaba/wan-2-6-r2v"}}}