From 9ae0da664284af5cc5bf51b7ed83e6f097f98648 Mon Sep 17 00:00:00 2001 From: jinhaiyang Date: Thu, 10 Jul 2025 10:25:29 +0800 Subject: [PATCH] =?UTF-8?q?cogvideox-3=E4=B8=8A=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhipuai/api_resource/videos/videos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhipuai/api_resource/videos/videos.py b/zhipuai/api_resource/videos/videos.py index 8ea4698..7078ef8 100644 --- a/zhipuai/api_resource/videos/videos.py +++ b/zhipuai/api_resource/videos/videos.py @@ -33,7 +33,7 @@ def generations( model: str, *, prompt: str = None, - image_url: str = None, + image_url: object = None, quality: str = None, with_audio: bool = None, size: str = None,