Documentation Index Fetch the complete documentation index at: https://doc.deepwl.cn/llms.txt
Use this file to discover all available pages before exploring further.
Vidu Video
The Vidu video series currently provides three integration methods: the official format (/vidu/ent/v2/*), OpenAI-compatible /v1/videos (multipart/form-data format), and the unified video endpoints /v1/video/create and /v1/video/query (JSON).
Use the /vidu/ent/v2/* series of interfaces, which support multiple video generation modes.
Text to Video POST /vidu/ent/v2/text2video, generates video from text only.
Image to Video POST /vidu/ent/v2/img2video, generates video from a first-frame image.
Start-End Frame to Video POST /vidu/ent/v2/start-end2video, generates video from start and end frames.
Reference to Video POST /vidu/ent/v2/reference2video, generates video with subject reference.
Query Task GET /vidu/ent/v2/task/{task_id}/creations, queries task status and results.
Model Description Duration Rules viduq3-proEfficiently generates high-quality audio and video content Depends on the model viduq2 / viduq2-proNew model with good results and rich details 1-10 seconds viduq2-turboNew model with good results and fast generation 1-10 seconds viduq1 / viduq1-classicClear visuals and smooth transitions Depends on the model vidu2.0Fast generation speed Depends on the model
Use POST /v1/videos to submit and GET /v1/videos/{task_id} to query, with submission in multipart/form-data.
Video Generation POST /v1/videos, submits a Vidu video task.
Task Status Query GET /v1/videos/{task_id}, queries task status and results.
Model Description viduq3-proEfficiently generates high-quality audio and video content, making the video more vivid, more expressive, and more immersive viduq2-proNew model with good results and rich details viduq2-turboNew model with good results and fast generation
Unified Video
Use POST /v1/video/create to create tasks, and GET /v1/video/query?id= for queries.
Generate Video POST /v1/video/create, submits a Vidu task in the unified video format.
Query Task GET /v1/video/query, queries status and results by task id.
Common Capabilities (Unified Video)
Capability Parameter Passing Description Text to Video images: []Text prompt only First-Frame to Video images 1 imageFirst-frame image + text prompt Start-End Frame to Video images 2 imagesFirst frame + end frame Reference to Video subjects arraySubject reference images
Comparison
Item Official Format OpenAI Format Unified Video Create /vidu/ent/v2/*POST /v1/videosPOST /v1/video/createQuery GET /vidu/ent/v2/task/{task_id}/creationsGET /v1/videos/{task_id}GET /v1/video/query?id=Request Format JSON multipart/form-data JSON Reference Images images / subjectsimagesimagesAspect Ratio aspect_ratioaspect_ratioaspect_ratioResolution resolutionresolutionsizeDuration durationdurationduration
Parameter Constraints
Field Available Values Description aspect_ratio16:9, 9:16, 3:4, 4:3, 1:13:4 and 4:3 are supported only by q2 and q3 modelsresolution540p, 720p, 1080pResolution specification duration1-10Video duration (seconds), q2 defaults to 5 stylegeneral, animeStyle (not effective for q2, q3)
Featured Capabilities
Feature Description Audio and Video Output audio: true, outputs videos with dialogue and sound effects (q3 only)Background Music bgm: true, automatically adds BGMOff-Peak Mode off_peak: true, generates during off-peak times for lower creditsRecommended Prompts is_rec: true, the system automatically recommends promptsWatermark watermark: true, adds a fixed watermark
Related Pages