addedInput schema / properties / callback_url
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / enable_safety_checker
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / first_frame_image_url / type
Added value: +"string"
addedInput schema / properties / generate_audio
Added value: +{
+ "type": "boolean"
+}
addedInput schema / properties / last_frame_image_url / type
Added value: +"string"
addedInput schema / properties / lock_camera
Added value: +{
+ "type": "boolean"
+}
changedInput schema / properties / model / enum
Previous value: -[
- "seedance-1.5-pro",
- "seedance-2.0",
- "seedance-2.0-fast",
- "seedance-v1-lite",
- "seedance-v1-pro",
- "seedance-v1-pro-fast"
-]New value: +[
+ "seedance-1.5-pro",
+ "seedance-2-mini",
+ "seedance-2.0",
+ "seedance-2.0-fast",
+ "seedance-v1-lite",
+ "seedance-v1-pro",
+ "seedance-v1-pro-fast"
+]
changedInput schema / properties / output_resolution / enum
Previous value: -[
- "480p",
- "720p",
- "1080p"
-]New value: +[
+ "480p",
+ "720p",
+ "1080p",
+ "4k"
+]
addedInput schema / properties / prompt
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / reference_audio_urls / items
Added value: +{}
addedInput schema / properties / reference_audio_urls / type
Added value: +"array"
addedInput schema / properties / reference_image_urls / items
Added value: +{}
addedInput schema / properties / reference_image_urls / type
Added value: +"array"
addedInput schema / properties / reference_video_urls / items
Added value: +{}
addedInput schema / properties / reference_video_urls / type
Added value: +"array"
addedInput schema / properties / seed
Added value: +{
+ "type": "number"
+}
addedInput schema / properties / source_image_urls / items
Added value: +{}
addedInput schema / properties / source_image_urls / type
Added value: +"array"
addedInput schema / properties / web_search
Added value: +{
+ "type": "boolean"
+}