Skip to main content

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).

OpenAI Format

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.

Supported Models (OpenAI Format)

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)

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)

Comparison

Parameter Constraints

OpenAI Format

Unified Video

Doubao Channel