This commit is contained in:
2026-07-02 11:53:28 +08:00
parent 60ad714010
commit d0aa82e1cd
@@ -248,6 +248,8 @@ class GenerationAIEngineOptionsOut(BaseModel):
"priority": 10, "priority": 10,
"max_image_count": 2, "max_image_count": 2,
"max_video_count": 0, "max_video_count": 0,
"supports_first_last_frame": False,
"supports_universal_reference": False,
} }
], ],
} }