feat: add api key validation endpoint and update comic generation model

This commit is contained in:
Riccardo Giorato
2026-06-17 10:09:40 +02:00
parent 624a729b24
commit fbdf84fca7
6 changed files with 250 additions and 54 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const FIXED_DIMENSIONS = NEW_MODEL
? { width: 896, height: 1200 }
: { width: 864, height: 1184 };
const TEXT_MODEL = "Qwen/Qwen3-Next-80B-A3B-Instruct";
const TEXT_MODEL = "Qwen/Qwen3.5-9B";
export async function POST(request: NextRequest) {
try {