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.
Jimeng Video
The Jimeng Video series currently provides three integration methods: OpenAI-compatible /v1/videos (JSON/multipart), unified video /v1/video/create and /v1/video/query (JSON), and the Doubao channel /v1/videos (multipart/form-data).
Use POST /v1/videos to submit and GET /v1/videos/{task_id} to query.
Video Generation POST /v1/videos, submit a Jimeng Video task.
Task Status Query GET /v1/videos/{task_id}, query task status and results.
Model Description Duration Rule jimeng-video-3.0Jimeng version 3.0 Based on the request payload jimeng-video-2.0Jimeng version 2.0 Based on the request payload
Unified Video
Use POST /v1/video/create to create a task, and GET /v1/video/query?id= for querying.
Generate Video POST /v1/video/create, submit a Jimeng task in the unified video format.
Query Task GET /v1/video/query, query status and results by task id.
Common Capabilities (Unified Video)
Capability Parameter Format Description Text-to-video images: []Text prompt only First-frame-to-video images 1 imageFirst-frame image + text prompt First-and-last-frame-to-video images 2 imagesFirst frame + last frame
Doubao Channel
Use POST /v1/videos to submit and GET /v1/videos/{task_id} to query, submitted as multipart/form-data.
Video Generation POST /v1/videos, submit a Doubao video task.
Task Status Query GET /v1/videos/{task_id}, query task status and results.
Supported Models (Doubao Channel)
Model Description doubao-seedance-1-0-pro_480pDoubao version 1.0 480p doubao-seedance-1-0-pro_720pDoubao version 1.0 720p doubao-seedance-1-0-pro_1080pDoubao version 1.0 1080p doubao-seedance-1-5-pro_480pDoubao version 1.5 480p doubao-seedance-1-5-pro_720pDoubao version 1.5 720p doubao-seedance-1-5-pro_1080pDoubao version 1.5 1080p
Comparison
Item OpenAI Format Unified Video Doubao Channel Create POST /v1/videosPOST /v1/video/createPOST /v1/videosQuery GET /v1/videos/{task_id}GET /v1/video/query?id=GET /v1/videos/{task_id}Request Format JSON / multipart JSON multipart/form-data Reference Image input_referenceimagesfirst_frame_image / last_frame_imageAspect Ratio aspect_ratioaspect_ratiosizeResolution sizesizeIncluded in the model name Duration secondsdurationseconds (4-11 seconds)
Parameter Constraints
Field Available Values Description aspect_ratio16:9, 9:16, 1:1Video aspect ratio size720x1280, 1280x720Resolution specification (pixel values) seconds5, 10, 15Video duration (seconds)
Unified Video
Field Available Values Description aspect_ratio16:9, 9:16, 1:1, 4:3, 3:4, 21:9Video aspect ratio size720P, 1080PResolution specification duration5, 10, 15Video duration (seconds)
Doubao Channel
Field Available Values Description sizekeep_ratio, adaptiveSize control options seconds4-11Video duration (seconds) Model suffix _480p, _720p, _1080pResolution is specified in the model name
Related Pages