changedInput schema / properties / aspect_ratio / description
Previous value: -"Explicit aspect ratio override: 16:9, 9:16, or 1:1"New value: +"Explicit aspect ratio override (takes precedence over target_platform)."
addedInput schema / properties / aspect_ratio / enum
Added value: +[
+ "16:9",
+ "9:16",
+ "1:1"
+]
changedInput schema / properties / style / description
Previous value: -"Visual style: cinematic, performance, or abstract"New value: +"Visual style. Use one of the exact ids returned by list_styles (e.g. \"Cinematic Realistic\", \"Anime / Manga\"). Omit to use the account default."
addedInput schema / properties / style / enum
Added value: +[
+ "Cinematic Realistic",
+ "Photo Realistic",
+ "Cyberpunk",
+ "Anime / Manga",
+ "Film Noir",
+ "Watercolor Painting",
+ "Oil Painting",
+ "3D Render / Pixar",
+ "Retro 80s Synthwave",
+ "Vintage Film Grain",
+ "Comic Book / Pop Art",
+ "Fantasy / Ethereal",
+ "Horror / Dark Gothic",
+ "Steampunk",
+ "Neon Glow",
+ "Minimalist / Abstract",
+ "Surrealist",
+ "Documentary",
+ "Vaporwave",
+ "Pencil Sketch",
+ "Noir Detective",
+ "Claymation / Stop Motion",
+ "Studio Ghibli",
+ "Baroque / Renaissance",
+ "Lo-Fi / Grainy VHS",
+ "Glitch Art / Digital",
+ "Psychedelic"
+]
changedInput schema / properties / target_platform / description
Previous value: -"Target platform for aspect ratio: tiktok, reels, shorts, instagram, youtube"New value: +"Target platform; sets the aspect ratio when aspect_ratio is omitted."
addedInput schema / properties / target_platform / enum
Added value: +[
+ "tiktok",
+ "reels",
+ "shorts",
+ "instagram",
+ "square",
+ "youtube",
+ "web"
+]