Jimeng Video Generation
OpenAI Format
Jimeng Video Generation
Use POST /v1/videos to call the Jimeng model and submit asynchronous video tasks.
POST
Jimeng Video Generation
Jimeng Video Generation
OpenAI-format entry point. If you need to use the unified videoPOST /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_referencefield. - After a successful submission, the task
idandstatusare returned, and you can later poll the result via Task Status Query.
Supported Models
jimeng-video-3.0jimeng-video-2.0
Method and Path
Request Example
Image-to-Video Example
Response Example
Authentication
Body
Model name. Supports
jimeng-video-3.0 and jimeng-video-2.0.Prompt describing the video content. Supports Chinese and English.
Reference image. Upload a single image file for image-to-video scenarios. Supported image formats include png, jpeg, jpg, and webp.
Video duration in seconds. Available values:
5, 10, 15.Video size. Available values:
720x1280 (portrait), 1280x720 (landscape). Defaults to 720x1280.Current Rules
| Item | Rule |
|---|---|
| Default duration | If not explicitly provided, defaults to 5 seconds |
| Default size | If not explicitly provided, defaults to 720x1280 |
| Reference image | Upload a single image file via input_reference |
| Reference image formats | Supports png, jpeg, jpg, and webp |