feat: add Bailian image generation support
This commit is contained in:
@@ -46,7 +46,7 @@ export type GenerationJob = {
|
||||
ownerId: string;
|
||||
externalClientId?: string;
|
||||
capability: GenerationCapability;
|
||||
provider: "volcengine-visual" | "evolink" | "seedance" | "mock";
|
||||
provider: "volcengine-visual" | "evolink" | "seedance" | "bailian" | "mock";
|
||||
reqKey: string;
|
||||
status: GenerationStatus;
|
||||
prompt?: string;
|
||||
@@ -101,7 +101,7 @@ export type Project = {
|
||||
};
|
||||
|
||||
export type ImageTemplateSettings = {
|
||||
engine?: "jimeng" | "evolink";
|
||||
engine?: "jimeng" | "evolink" | "bailian";
|
||||
width?: number;
|
||||
height?: number;
|
||||
forceSingle?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user