We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5d0b2b + eeec728 commit 915a4f6Copy full SHA for 915a4f6
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "zhipuai"
3
-version = "2.1.5.20250708"
+version = "2.1.5.20250715"
4
description = "A SDK library for accessing big model apis from ZhipuAI"
5
authors = ["Zhipu AI"]
6
readme = "README.md"
zhipuai/api_resource/videos/videos.py
@@ -33,7 +33,7 @@ def generations(
33
model: str,
34
*,
35
prompt: str = None,
36
- image_url: str = None,
+ image_url: object = None,
37
quality: str = None,
38
with_audio: bool = None,
39
size: str = None,
0 commit comments