addedInput schema / properties / async
Added value: +{
+ "default": true,
+ "description": "Return a task_id immediately for minimax_get_task polling.",
+ "title": "Async",
+ "type": "boolean"
+}
changedInput schema / properties / audio_urls / description
Previous value: -"One to three public reference audio URLs."New value: +"Public audio URLs."
removedInput schema / properties / audio_urls / maxItems
Removed value: -3
removedInput schema / properties / image_urls / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "maxItems": 9,
- "minItems": 1,
- "type": "array"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / image_urls / default
Removed value: -null
changedInput schema / properties / image_urls / description
Previous value: -"Optional one to nine public reference image URLs."New value: +"Required reference images."
addedInput schema / properties / image_urls / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / image_urls / minItems
Added value: +1
addedInput schema / properties / image_urls / type
Added value: +"array"
changedInput schema / properties / model / const
Previous value: -"minimax-h3"New value: +"MiniMax-H3"
changedInput schema / properties / model / default
Previous value: -"minimax-h3"New value: +"MiniMax-H3"
removedInput schema / properties / prompt / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / prompt / default
Removed value: -null
changedInput schema / properties / prompt / description
Previous value: -"Optional scene, motion, camera, and style guidance."New value: +"Required scene and rhythm guidance."
addedInput schema / properties / prompt / maxLength
Added value: +7000
addedInput schema / properties / prompt / minLength
Added value: +1
addedInput schema / properties / prompt / type
Added value: +"string"
changedInput schema / properties / ratio / description
Previous value: -"Output aspect ratio: 16:9 or 9:16."New value: +"Output aspect ratio."
changedInput schema / properties / ratio / enum
Previous value: -[
- "16:9",
- "9:16"
-]New value: +[
+ "adaptive",
+ "21:9",
+ "16:9",
+ "4:3",
+ "1:1",
+ "3:4",
+ "9:16"
+]
addedInput schema / properties / resolution
Added value: +{
+ "default": "2K",
+ "description": "Output resolution: 768P or 2K.",
+ "enum": [
+ "768P",
+ "2K"
+ ],
+ "title": "Resolution",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "audio_urls"
-]New value: +[
+ "audio_urls",
+ "image_urls",
+ "prompt"
+]