Skip to content

Commit 3269359

Browse files
sweetmantechclaude
andcommitted
fix: use fal-ai/veo3.1/fast/image-to-video model for video generation
Align with the working model from the tasks codebase. The previous fal-ai/veo3.1 model returned "Unprocessable Entity". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 00e9aa2 commit 3269359

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/content/video/generateVideo.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import { inferMode } from "./inferMode";
66
import { buildFalInput } from "./buildFalInput";
77

88
const MODELS: Record<string, string> = {
9-
prompt: "fal-ai/veo3.1",
10-
animate: "fal-ai/veo3.1/image-to-video",
11-
reference: "fal-ai/veo3.1/reference-to-video",
12-
extend: "fal-ai/veo3.1/extend-video",
13-
"first-last": "fal-ai/veo3.1/first-last-frame-to-video",
9+
prompt: "fal-ai/veo3.1/fast/image-to-video",
10+
animate: "fal-ai/veo3.1/fast/image-to-video",
11+
reference: "fal-ai/veo3.1/fast/image-to-video",
12+
extend: "fal-ai/veo3.1/fast/image-to-video",
13+
"first-last": "fal-ai/veo3.1/fast/image-to-video",
1414
lipsync: "fal-ai/ltx-2-19b/audio-to-video",
1515
};
1616

0 commit comments

Comments
 (0)