{"servers":[{"url":"https://api.modellix.ai/api/v1/vidu/vidu-new-ns-i2v"}],"post":{"description":"[Core Function] Vidu I2V New NS is an Image-to-Video model that animates a single first-frame image into an audio-visual synchronized, multi-shot narrative clip via the Vidu template API (vidu_i2v_new_ns). [Strengths] It excels at newer visual quality with multi-shot storytelling and longer durations from 2 to 15 seconds at 720p or 1080p (default 1080p). [Best For] Highly recommended for: cinematic storyboard-style clips from one still, brand films needing multi-shot continuity, longer narrative shorts up to 15s, and high-resolution audio-synced animation. [Limitations] Do NOT use this model if you need 360p or durations outside 2-15 seconds; it accepts only one input image and does not expose seed or aspect_ratio. [Routing] Choose Vidu I2V New NS for the latest multi-shot narrative I2V quality and longer clips. If the user needs 360p previews or only 3-10s with the q2-ns-duration template, route to Vidu Q2-NS instead.","operationId":"viduI2VNewNSAsync","requestBody":{"content":{"application/json":{"examples":{"basic":{"summary":"Required fields only","value":{"first_frame_image":"https://example.com/hero.jpg","prompt":"Camera pushes in as the character turns and walks into a new scene"}},"full_options":{"summary":"Full options","value":{"duration":12,"first_frame_image":"https://example.com/forest.jpg","negative_prompt":"低分辨率, worst quality, deformed","prompt":"A multi-shot sequence: explorer enters the woods, discovers ruins, then looks toward the horizon","resolution":"1080p"}}},"schema":{"description":"Vidu I2V New NS (vidu_i2v_new_ns template) Image-to-Video request. Accepts one first-frame image and a required prompt. Supports multi-shot narrative generation.","properties":{"duration":{"default":5,"description":"Video duration in seconds. Default 5. Allowed values: 2-15.","enum":[2,3,4,5,6,7,8,9,10,11,12,13,14,15],"example":12,"type":"integer"},"first_frame_image":{"description":"Starting frame image URL or base64 data URI. Only one image is supported.","example":"https://example.com/hero.jpg","minLength":1,"type":"string"},"negative_prompt":{"description":"Optional negative prompt describing content to avoid, up to 500 characters","example":"低分辨率, worst quality, deformed","maxLength":500,"minLength":1,"type":"string"},"prompt":{"description":"User prompt describing the desired motion and multi-shot narrative, up to 5000 characters","example":"Camera pushes in as the character turns and walks into a new scene","maxLength":5000,"minLength":1,"type":"string"},"resolution":{"default":"1080p","description":"Video resolution. Default 1080p.","enum":["720p","1080p"],"example":"1080p","type":"string"}},"required":["first_frame_image","prompt"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"example":{"code":0,"data":{"get_result":{"method":"GET","url":"https://api.modellix.ai/api/v1/tasks/task-vidu-new-ns-i2v-001"},"model_id":"vidu/vidu-new-ns-i2v","status":"pending","task_id":"task-vidu-new-ns-i2v-001"},"message":"success"},"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":{"example":"GET","type":"string"},"url":{"example":"https://api.modellix.ai/api/v1/tasks/task-abc123","type":"string"}},"type":"object"},"model_id":{"description":"Model ID in `provider/model` format","example":"vidu/viduq3-pro-fast-i2v","type":"string"},"status":{"description":"Task status","enum":["pending","processing"],"example":"pending","type":"string"},"task_id":{"description":"Unique task identifier for polling","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"},"400":{"content":{"application/json":{"example":{"code":400,"message":"Invalid parameters: parameter 'first_frame_image' is required"},"schema":{"properties":{"code":{"example":400,"type":"integer"},"message":{"example":"Invalid parameters: parameter 'first_frame_image' is required","type":"string"}},"required":["code","message"],"type":"object"}}},"description":"Invalid request parameters"},"401":{"content":{"application/json":{"example":{"code":401,"message":"Authentication failed: invalid API key"},"schema":{"properties":{"code":{"example":400,"type":"integer"},"message":{"example":"Invalid parameters: parameter 'first_frame_image' is required","type":"string"}},"required":["code","message"],"type":"object"}}},"description":"Unauthorized - Invalid or missing API Key"},"429":{"content":{"application/json":{"example":{"code":429,"message":"Rate limit exceeded: 100 requests per minute, retry after 60 seconds"},"schema":{"properties":{"code":{"example":400,"type":"integer"},"message":{"example":"Invalid parameters: parameter 'first_frame_image' is required","type":"string"}},"required":["code","message"],"type":"object"}}},"description":"Too many requests - Rate limit exceeded","headers":{"X-RateLimit-Limit":{"description":"Maximum requests per minute","schema":{"example":100,"type":"integer"}},"X-RateLimit-Remaining":{"description":"Remaining quota in current window","schema":{"example":0,"type":"integer"}},"X-RateLimit-Reset":{"description":"Rate limit window reset time (Unix timestamp)","schema":{"example":1704067260,"type":"integer"}}}},"500":{"content":{"application/json":{"example":{"code":500,"message":"Internal server error"},"schema":{"properties":{"code":{"example":400,"type":"integer"},"message":{"example":"Invalid parameters: parameter 'first_frame_image' is required","type":"string"}},"required":["code","message"],"type":"object"}}},"description":"Internal server error"}},"summary":"Vidu I2V New NS","x-excluded":true,"x-mint":{"href":"vidu/vidu-new-ns-i2v"}}}