Skip to content

Commit eb21249

Browse files
committed
feat: update desc
1 parent 8285b71 commit eb21249

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

packages/openapi/descriptions/video.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ export default {
1313
desc: `For hug, kiss, and heart_gesture effects, pass an array containing exactly two image URLs. For squish or expansion, only one image URL is required.`,
1414
},
1515
minimax: {
16-
desc: `The model will use the image passed in this parameter as the first frame to generate a video.
17-
Supported formats:
18-
- URL of the image;
19-
- base64 encoding of the image.
20-
Image specifications:
21-
- format must be JPG, JPEG, or PNG;
22-
- aspect ratio should be greater than 2:5 and less than 5:2; the shorter side must exceed 300 pixels;
23-
- file size must not exceed 20MB.`,
16+
desc: `A direct link to an online image or a Base64-encoded local image that will serve as the first frame for the video.
17+
Image specifications:
18+
- format must be JPG, JPEG, or PNG;
19+
- aspect ratio should be greater than 2:5 and less than 5:2;
20+
- the shorter side must exceed 300 pixels;
21+
- file size must not exceed 20MB.`,
2422
},
2523
google: {
2624
desc: `URL of the input image to animate. Should be 720p or higher resolution.`,

0 commit comments

Comments
 (0)