feat: add seedance media params and model visibility

This commit is contained in:
stupid-h4er
2026-05-27 13:02:36 +08:00
parent 871bedc072
commit 4bffb55695
25 changed files with 873 additions and 140 deletions
+10
View File
@@ -4,4 +4,14 @@ export type ReferenceVideo = {
type: string;
url: string;
storageKey?: string;
durationMs?: number;
};
export type ReferenceAudio = {
id: string;
name: string;
type: string;
url: string;
storageKey?: string;
durationMs?: number;
};