changedInput schema / properties / duration / anyOf
Previous value: -[
- {
- "maximum": 600,
- "minimum": 1,
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 300,
+ "minimum": 5,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / duration / description
Previous value: -"Target video duration in seconds, from 1 to 600. Omit to use the server default (30) on a new video, or to inherit the source task's duration when iterating."New value: +"Target video duration in seconds, from 5 to 300. Omit to use the server default (30) on a new video, or to inherit the source task's duration when iterating."
changedInput schema / properties / langs / anyOf
Previous value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "maxItems": 4,
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / quality / anyOf
Previous value: -[
- {
- "enum": [
- "draft",
- "standard",
- "premium"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "lite",
+ "standard",
+ "pro"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / quality / description
Previous value: -"Production tier: draft, standard, or premium. Omit to use the server default (standard) on a new video, or to inherit the source task's tier when iterating."New value: +"Production tier: lite, standard, or pro. Omit to use the server default (standard) on a new video, or to inherit the source task's tier when iterating."
changedInput schema / properties / scenario / anyOf
Previous value: -[
- {
- "enum": [
- "auto",
- "narrated",
- "drama",
- "avatar",
- "motion",
- "slideshow"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "auto",
+ "narrated",
+ "captions",
+ "avatar",
+ "drama"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / scenario / description
Previous value: -"Production workflow: auto, narrated, drama, avatar, motion, or slideshow. Avatar normally needs a portrait in file_urls. Omit to let the server decide."New value: +"Production workflow: auto, narrated, captions, avatar, or drama. Captions requires a source video in file_urls. Avatar normally needs a portrait in file_urls. Omit to let the server decide."
changedInput schema / properties / style / anyOf
Previous value: -[
- {
- "enum": [
- "auto",
- "cinematic",
- "glass",
- "luxury",
- "swiss",
- "modern",
- "editorial",
- "warm",
- "vibrant",
- "neon",
- "mono",
- "pastel",
- "bold",
- "industrial",
- "futuristic",
- "retro"
- ],
- "type": "string"
- },
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "auto",
+ "cinematic",
+ "glass",
+ "luxury",
+ "swiss",
+ "modern",
+ "editorial",
+ "warm",
+ "vibrant",
+ "neon",
+ "mono",
+ "pastel",
+ "bold",
+ "industrial",
+ "futuristic",
+ "retro"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / style / description
Previous value: -"Visual style preset or freeform style hint. Named presets: cinematic, glass, luxury, swiss, modern, editorial, warm, vibrant, neon, mono, pastel, bold, industrial, futuristic, retro. Use 'auto' or omit to let the server decide."New value: +"Visual style preset. Named presets: cinematic, glass, luxury, swiss, modern, editorial, warm, vibrant, neon, mono, pastel, bold, industrial, futuristic, retro. Use 'auto' or omit to let the server decide."
addedInput schema / properties / task_id
Added value: +{
+ "anyOf": [
+ {
+ "format": "uuid",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Optional client-generated UUID. Reusing it is rejected; omit it to let the server generate a task ID.",
+ "title": "Task Id"
+}
changedInput schema / properties / voice / anyOf
Previous value: -[
- {
- "enum": [
- "auto",
- "warm-female",
- "bright-female",
- "anchor-female",
- "clean-female",
- "calm-male",
- "deep-male",
- "documentary-male",
- "energetic-male",
- "storyteller-male"
- ],
- "type": "string"
- },
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "auto",
+ "warm-female",
+ "bright-female",
+ "anchor-female",
+ "clean-female",
+ "calm-male",
+ "deep-male",
+ "documentary-male",
+ "energetic-male",
+ "storyteller-male"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / voice / description
Previous value: -"Narration voice preset, auto, or a 32-hex-character Fish reference ID. Omit to let the server decide."New value: +"Narration voice preset. Use 'auto' or omit to let the server decide."