Skip to main content
POST
Jimeng Video Generation

Jimeng Video Generation

OpenAI-format entry point. If you need to use the unified video POST /v1/video/create, see Generate Video. Jimeng currently uses POST /v1/videos to submit tasks, primarily via multipart/form-data.
  • The route entry is POST /v1/videos.
  • Currently submitted via multipart/form-data.
  • The reference image is passed as a single file through the input_reference field.
  • After a successful submission, the task id and status are returned, and you can later poll the result via Task Status Query.

Supported Models

  • jimeng-video-3.0
  • jimeng-video-2.0

Method and Path

Request Example

Image-to-Video Example

Response Example

Authentication

Body

model
string
required
Model name. Supports jimeng-video-3.0 and jimeng-video-2.0.
prompt
string
required
Prompt describing the video content. Supports Chinese and English.
input_reference
file
Reference image. Upload a single image file for image-to-video scenarios. Supported image formats include png, jpeg, jpg, and webp.
seconds
string
Video duration in seconds. Available values: 5, 10, 15.
size
string
Video size. Available values: 720x1280 (portrait), 1280x720 (landscape). Defaults to 720x1280.

Current Rules