Skip to content

Commit fe255ba

Browse files
acedatacloud-devGermey
authored andcommitted
test: add quality parameter to Luma videos endpoint
1 parent da98eac commit fe255ba

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

openapi/luma.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,16 @@
774774
"type": "string",
775775
"example": "https://cdn.acedata.cloud/r9vsv9.png",
776776
"description": "The URL of the start image, it will be the first frame of the generated video."
777+
},
778+
"quality": {
779+
"type": "string",
780+
"description": "Video generation quality level",
781+
"enum": [
782+
"standard",
783+
"high",
784+
"ultra"
785+
],
786+
"default": "standard"
777787
}
778788
}
779789
}
@@ -789,4 +799,4 @@
789799
"name": "Luma Video Generation"
790800
}
791801
]
792-
}
802+
}

0 commit comments

Comments
 (0)