pixverse-ai-cli 1.1.4 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -66,6 +66,7 @@ This opens a browser where you confirm the authorization. You can also copy the
66
66
  | PixVerse V4.5 | `v4.5` | `360p` `480p` `540p` `720p` `1080p` | `1`–`10`s | `16:9` `4:3` `1:1` `3:4` `9:16` `3:2` `2:3` |
67
67
  | Seedance 2.0 Standard | `seedance-2.0-standard` | `480p` `720p` `1080p` | `4`–`15`s | `16:9` `4:3` `1:1` `3:4` `9:16` `21:9` |
68
68
  | Seedance 2.0 Fast | `seedance-2.0-fast` | `480p` `720p` | `4`–`15`s | `16:9` `4:3` `1:1` `3:4` `9:16` `21:9` |
69
+ | Happy Horse 1.0 | `happyhorse-1.0` | `720p` `1080p` | `3`–`15`s | `16:9` `9:16` `1:1` `4:3` `3:4` |
69
70
  | Kling O3 Pro | `kling-o3-pro` | `720p` | `3`–`15`s | `16:9` `9:16` `1:1` |
70
71
  | Kling O3 Standard | `kling-o3-standard` | `720p` | `3`–`15`s | `16:9` `9:16` `1:1` |
71
72
  | Kling 3.0 Pro | `kling-3.0-pro` | `720p` | `3`–`15`s | `16:9` `9:16` `1:1` |
@@ -77,7 +78,21 @@ This opens a browser where you confirm the authorization. You can also copy the
77
78
  | Sora 2 Pro | `sora-2-pro` | `720p` `1080p` | `4` `8` `12`s | `16:9` `9:16` |
78
79
  | Sora 2 | `sora-2` | `720p` | `4` `8` `12`s | `16:9` `9:16` |
79
80
 
80
- > Not all models support all creation modes. For per-mode model support (e.g. which models work with Transition, Reference, Motion Control), see the [PixVerse Skills](#for-ai-agents--advanced-usage) documentation.
81
+ > Not all models support all creation modes. See the per-mode support matrix below.
82
+
83
+ #### Per-mode Model Support
84
+
85
+ | Creation mode | Supported `--model` values |
86
+ |:---|:---|
87
+ | `create video` (text-to-video / image-to-video) | `v6` `pixverse-c1` `v5.6` `v5.5` `v5` `v5-fast` `seedance-2.0-standard` `seedance-2.0-fast` `grok-imagine` `veo-3.1-lite` `veo-3.1-standard` `veo-3.1-fast` `sora-2-pro` `sora-2` `kling-o3-pro` `kling-o3-standard` `kling-3.0-pro` `kling-3.0-standard` `happyhorse-1.0` |
88
+ | `create extend` | `v6` `v5.5` `v5` `grok-imagine` |
89
+ | `create reference` (multi-subject fusion) | `pixverse-c1` `v5` `v5.6` `seedance-2.0-standard` `seedance-2.0-fast` `kling-o3-pro` `kling-o3-standard` `grok-imagine` |
90
+ | `create transition` (2 frames) | `v6` `pixverse-c1` `v5.6` `v5.5` `v5` `v4.5` `seedance-2.0-standard` `seedance-2.0-fast` `veo-3.1-lite` `veo-3.1-standard` `veo-3.1-fast` `kling-o3-pro` `kling-o3-standard` `kling-3.0-pro` `kling-3.0-standard` |
91
+ | `create transition` (3+ frames) | `v5` `v4.5` |
92
+ | `create modify` | `v5.5` |
93
+ | `create motion-control` | `v5.6` |
94
+ | `create speech` (lip sync) | `v5` |
95
+ | `create sound` (sound effect) | `v5` |
81
96
 
82
97
  ### Image Models (`--model <value>`)
83
98