addedInput schema / properties / aspect_ratio / description
Added value: +"Output aspect ratio."
changedInput schema / properties / aspect_ratio / enum
Previous value: -[
- "2:3",
- "3:2",
- "1:1",
- "16:9",
- "9:16"
-]New value: +[
+ "2:3",
+ "3:2",
+ "1:1",
+ "16:9",
+ "9:16",
+ "auto"
+]
addedInput schema / properties / callback_url
Added value: +{
+ "description": "Webhook URL for terminal Task delivery.",
+ "type": "string"
+}
addedInput schema / properties / duration_seconds
Added value: +{
+ "description": "Output duration in seconds.",
+ "maximum": 30,
+ "minimum": 6,
+ "type": "number"
+}
addedInput schema / properties / enable_safety_checker
Added value: +{
+ "description": "Enable content safety checks.",
+ "type": "boolean"
+}
changedInput schema / properties / model / enum
Previous value: -[
- "grok-imagine-text-to-video"
-]New value: +[
+ "grok-imagine-text-to-video",
+ "grok-imagine-video-1.5-fast",
+ "grok-imagine-video-1.5-preview"
+]
addedInput schema / properties / motion_style / description
Added value: +"Video motion style."
removedInput schema / properties / motion_style / enum
Removed value: -[
- "fun",
- "normal",
- "spicy"
-]
addedInput schema / properties / output_resolution / description
Added value: +"Output resolution."
addedInput schema / properties / prompt
Added value: +{
+ "description": "Video generation prompt.",
+ "maxLength": 5000,
+ "type": "string"
+}
addedInput schema / properties / reference_image_urls
Added value: +{
+ "description": "Not accepted by this model.",
+ "items": {},
+ "type": "array"
+}
addedInput schema / required
Added value: +[
+ "prompt"
+]