Skip to content

Commit 993b719

Browse files
authored
feat: add descs for video response
feat: add descs for video response
2 parents 49e2849 + 79925a7 commit 993b719

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
export default {
2+
id: {
3+
desc: `The ID of the generated video.`,
4+
},
5+
status: {
6+
desc: `The current status of the generation task.`,
7+
},
8+
url: {
9+
desc: `The URL where the file can be downloaded from.`,
10+
},
11+
duration: {
12+
desc: `The duration of the video.`,
13+
},
14+
error: {
15+
desc: `Description of the error, if any.`,
16+
},
17+
meta: {
18+
desc: `Additional details about the generation.`,
19+
},
20+
tokens_used: {
21+
desc: `The number of tokens consumed during generation.`,
22+
},
23+
};

0 commit comments

Comments
 (0)