feat: content engine usw

This commit is contained in:
2026-02-25 12:43:57 +01:00
parent a55a5bb834
commit 960914ebb8
21 changed files with 722 additions and 203 deletions

View File

@@ -56,8 +56,8 @@ export class ThumbnailGenerator {
}
}
// Default to the requested nano-banana-pro model unless explicitly provided
const model = options?.model || "google/nano-banana-pro";
// Default to the requested flux-1.1-pro model unless explicitly provided
const model = options?.model || "black-forest-labs/flux-1.1-pro";
const output = await this.replicate.run(model as `${string}/${string}`, {
input: inputPayload,