From 0aa65c07231484c46537ae132a5d147acfbd6903 Mon Sep 17 00:00:00 2001 From: wwwwwwwww <526125649@qq.com> Date: Wed, 1 Jul 2026 10:53:30 +0800 Subject: [PATCH] 1 --- video-gen-api/app/schemas/generation_ai.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/video-gen-api/app/schemas/generation_ai.py b/video-gen-api/app/schemas/generation_ai.py index 86220121..66864f39 100644 --- a/video-gen-api/app/schemas/generation_ai.py +++ b/video-gen-api/app/schemas/generation_ai.py @@ -234,6 +234,8 @@ class GenerationAIEngineOptionsOut(BaseModel): "supported_durations": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], "max_duration": 15, "priority": 10, + "max_image_count": 2, + "max_video_count": 0, } ], }