pixverse-ai-cli 1.1.5 → 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 +15 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -78,7 +78,21 @@ This opens a browser where you confirm the authorization. You can also copy the
|
|
|
78
78
|
| Sora 2 Pro | `sora-2-pro` | `720p` `1080p` | `4` `8` `12`s | `16:9` `9:16` |
|
|
79
79
|
| Sora 2 | `sora-2` | `720p` | `4` `8` `12`s | `16:9` `9:16` |
|
|
80
80
|
|
|
81
|
-
> Not all models support all creation modes.
|
|
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` |
|
|
82
96
|
|
|
83
97
|
### Image Models (`--model <value>`)
|
|
84
98
|
|