{"servers":[{"url":"https://api.modellix.ai/api/v1/alibaba/wan2.5-t2v-preview"}],"post":{"description":"[Core Function] Wan 2.5 T2V Preview is an older generation text-to-video 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 T2V.","operationId":"wan25T2vPreviewAsync","requestBody":{"content":{"application/json":{"schema":{"properties":{"audio_url":{"description":"URL of the audio file to use for generation.","format":"uri","type":"string"},"duration":{"default":5,"description":"Video duration in seconds","enum":[5,10],"type":"integer"},"negative_prompt":{"description":"Description of what to avoid in the output.","maxLength":500,"type":"string"},"prompt":{"description":"Description of the desired output.","maxLength":1500,"minLength":1,"type":"string"},"prompt_extend":{"default":false,"description":"Whether to automatically extend/enhance the prompt.","type":"boolean"},"seed":{"description":"Random seed for reproducible generation. Use -1 for random.","maximum":2147483647,"minimum":0,"type":"integer"},"size":{"default":"1920*1080","description":"Output size in pixels.","enum":["832*480","480*832","624*624","1280*720","720*1280","960*960","1088*832","832*1088","1920*1080","1080*1920","1440*1440","1632*1248","1248*1632"],"type":"string"}},"required":["prompt"],"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.5 T2V Preview","x-mint":{"href":"alibaba/wan-2-5-t2v-preview"}}}