File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7622,7 +7622,7 @@ class GenerateVideosConfig(_common.BaseModel):
7622
7622
)
7623
7623
resolution : Optional [str ] = Field (
7624
7624
default = None ,
7625
- description = """The resolution for the generated video. 1280x720, 1920x1080 are supported.""" ,
7625
+ description = """The resolution for the generated video. 720p and 1080p are supported.""" ,
7626
7626
)
7627
7627
person_generation : Optional [str ] = Field (
7628
7628
default = None ,
@@ -7678,7 +7678,7 @@ class GenerateVideosConfigDict(TypedDict, total=False):
7678
7678
"""The aspect ratio for the generated video. 16:9 (landscape) and 9:16 (portrait) are supported."""
7679
7679
7680
7680
resolution : Optional [str ]
7681
- """The resolution for the generated video. 1280x720, 1920x1080 are supported."""
7681
+ """The resolution for the generated video. 720p and 1080p are supported."""
7682
7682
7683
7683
person_generation : Optional [str ]
7684
7684
"""Whether allow to generate person videos, and restrict to specific ages. Supported values are: dont_allow, allow_adult."""
You can’t perform that action at this time.
0 commit comments