You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -404,8 +404,12 @@ Generate a video from a text prompt (Text-to-Video) or from start/end frame imag
404
404
- `model` (string): The name of the video model to use.
405
405
- `prompt` (string): The text description of the video content.
406
406
- `ratio` (string, optional): Video aspect ratio, defaults to `"1:1"`. Supported ratios: `1:1`, `4:3`, `3:4`, `16:9`, `9:16`, `21:9`. **Note**: In image-to-video mode (when images are provided), this parameter will be ignored, and the video aspect ratio will be determined by the input image's actual ratio.
407
-
- `resolution` (string, optional): Video resolution, defaults to `"720p"`. Supported resolutions: `720p`, `1080p`.
408
-
- `duration` (number, optional): Video duration in seconds, defaults to `5`. Supported values: `5` (5 seconds), `10` (10 seconds).
407
+
- `resolution` (string, optional): Video resolution, defaults to `"720p"`. Supported resolutions: `720p`, `1080p`. **Note**: Only `jimeng-video-3.0` and `jimeng-video-3.0-fast` support this parameter; other models ignore it.
408
+
- `duration` (number, optional): Video duration in seconds. Supported values vary by model:
- `file_paths` (array, optional): An array of image URLs to specify the **start frame** (1st element) and **end frame** (2nd element) of the video.
410
414
- `[file]` (file, optional): Local image files uploaded via `multipart/form-data` (up to 2) to specify the **start frame** and **end frame**. The field name can be arbitrary, e.g., `image1`.
411
415
- `response_format` (string, optional): Response format, supports `url` (default) or `b64_json`.
@@ -418,12 +422,16 @@ Generate a video from a text prompt (Text-to-Video) or from start/end frame imag
418
422
419
423
**Supported Video Models**:
420
424
- `jimeng-video-3.5-pro`- Professional Edition v3.5, works on all sites **(Default)**
421
-
- `jimeng-video-3.5`- Standard Edition v3.5, works on all sites
422
-
- `jimeng-video-3.0-pro`- Professional Edition, works on all sites
425
+
- `jimeng-video-veo3`- Veo3 model, Asia international sites only (HK/JP/SG), fixed 8s duration
426
+
- `jimeng-video-veo3.1`- Veo3.1 model, Asia international sites only (HK/JP/SG), fixed 8s duration
427
+
- `jimeng-video-sora2`- Sora2 model, Asia international sites only (HK/JP/SG)
428
+
- `jimeng-video-3.0-pro`- Professional Edition, China and Asia international sites (HK/JP/SG)
423
429
- `jimeng-video-3.0`- Standard Edition, works on all sites
424
430
- `jimeng-video-3.0-fast`- Fast Edition (China site only)
425
-
- `jimeng-video-2.0-pro`- Professional Edition v2, works on all sites
426
-
- `jimeng-video-2.0`- Standard Edition v2, works on all sites
431
+
- `jimeng-video-2.0-pro`- Professional Edition v2, China and Asia international sites (HK/JP/SG)
432
+
- `jimeng-video-2.0`- Standard Edition v2, China and Asia international sites (HK/JP/SG)
433
+
434
+
> **Note**: US site only supports `jimeng-video-3.5-pro` and `jimeng-video-3.0` models.
0 commit comments