{"servers":[{"url":"https://api.modellix.ai/api/v1/bytedance/seedance-1.5-pro-t2v"}],"post":{"description":"[Core Function] Seedance 1.5 Pro T2V is a joint audio-video text-to-video generation model. [Strengths] It accurately follows complex text instructions to generate high-quality video with synchronized audio. [Best For] Highly recommended for: standard text-to-video generation where strict prompt adherence and audio are required. [Limitations] Do NOT use this model if you need the advanced multi-shot or multimodal reference capabilities of the 2.0 architecture. [Routing] Use this model by default for ByteDance text-to-video tasks.","operationId":"seedance15ProT2vAsync","requestBody":{"content":{"application/json":{"examples":{"basic":{"summary":"Basic with auto duration","value":{"prompt":"A cute puppy playing in the park"}},"with_audio":{"summary":"With audio generation","value":{"duration":-1,"generate_audio":true,"prompt":"\"Hello world!\" said the astronaut on the moon","ratio":"16:9"}}},"schema":{"properties":{"camera_fixed":{"default":false,"description":"Whether to keep the camera fixed during generation.","type":"boolean"},"duration":{"default":5,"description":"Video duration in seconds (4-12 seconds).","enum":[4,5,6,7,8,9,10,11,12],"example":5,"type":"integer"},"execution_expires_after":{"default":172800,"description":"Task expiration time in seconds.","maximum":259200,"minimum":3600,"type":"integer"},"generate_audio":{"default":true,"description":"Whether to generate audio (speech/sound effects/background music). 1.5 Pro exclusive feature","example":true,"type":"boolean"},"prompt":{"description":"Video content description. Maximum 10000 characters. Use double quotes for dialogue: \"Hello world!\" Recommended prompt length: under 1000 words. Lengthy text will lead to scattered information, and the model may ignore details and only focus on key points, resulting in missing elements in the generated video.","example":"\"Hello world!\" said the astronaut on the moon","maxLength":10000,"minLength":1,"type":"string"},"ratio":{"default":"adaptive","description":"Aspect ratio of the generated video.","enum":["16:9","4:3","1:1","3:4","9:16","21:9","adaptive"],"type":"string"},"resolution":{"default":"720p","description":"Output resolution of the video.","enum":["480p","720p","1080p"],"type":"string"},"return_last_frame":{"default":false,"description":"Whether to return the last frame of the generated video.","type":"boolean"},"seed":{"default":-1,"description":"Random seed for reproducible generation. Use -1 for random.","maximum":2147483647,"minimum":-1,"type":"integer"},"service_tier":{"default":"default","description":"Service tier for generation (e.g., default or flex).","enum":["default","flex"],"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":"Seedance 1.5 Pro T2V","x-mint":{"href":"bytedance/seedance-1-5-pro-t2v"}}}