feat: add Bailian image generation support
This commit is contained in:
@@ -53,7 +53,7 @@ export async function GET(request: Request) {
|
||||
ownerId: { type: "string", example: "api:partner-a" },
|
||||
externalClientId: { type: "string" },
|
||||
capability: { $ref: "#/components/schemas/GenerationCapability" },
|
||||
provider: { type: "string", enum: ["volcengine-visual", "evolink", "seedance", "mock"] },
|
||||
provider: { type: "string", enum: ["volcengine-visual", "evolink", "seedance", "bailian", "mock"] },
|
||||
reqKey: { type: "string" },
|
||||
status: { $ref: "#/components/schemas/GenerationStatus" },
|
||||
prompt: { type: "string" },
|
||||
|
||||
Reference in New Issue
Block a user