@pixverse-ai/cli 1.2.7 → 1.2.9
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 +2 -1
- package/dist/capabilities.json +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -107,6 +107,7 @@ This opens a browser where you confirm the authorization. You can also copy the
|
|
|
107
107
|
| Qwen-image | `qwen-image` | `720p` `1080p` | `1:1` `16:9` `9:16` `4:3` `3:4` `5:4` `4:5` `3:2` `2:3` `21:9` |
|
|
108
108
|
| Nano Banana Pro | `gemini-3.0` | `1080p` `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
|
|
109
109
|
| Nano Banana | `gemini-2.5-flash` | `1080p` | `auto` `1:1` `16:9` `9:16` + more |
|
|
110
|
+
| Seedream 5.0 Pro | `seedream-5.0-pro` | `1080p` `1440p` | `auto` `1:1` `16:9` `9:16` + more |
|
|
110
111
|
| Seedream 5.0 Lite | `seedream-5.0-lite` | `1440p` `1800p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
|
|
111
112
|
| Seedream 4.5 | `seedream-4.5` | `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
|
|
112
113
|
| Seedream 4.0 | `seedream-4.0` | `1080p` `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
|
|
@@ -131,7 +132,7 @@ This opens a browser where you confirm the authorization. You can also copy the
|
|
|
131
132
|
| :---------------------------- | :-------------------- | :--------- | :---------- | :--------------------------------------- |
|
|
132
133
|
| MiniMax Music 2.6 _(default)_ | `music-2.6` | MiniMax | `10`-`240`s | Lyrics, auto lyrics, instrumental |
|
|
133
134
|
| ElevenLabs Music | `music-v1` | ElevenLabs | `10`-`240`s | Lyrics, auto lyrics, instrumental |
|
|
134
|
-
| Google Lyria 3 Pro | `lyria-3-pro-preview` | Google | `10`-`240`s |
|
|
135
|
+
| Google Lyria 3 Pro | `lyria-3-pro-preview` | Google | `10`-`240`s | Auto lyrics, instrumental, image references, no separate `--lyrics` |
|
|
135
136
|
|
|
136
137
|
> Browse the live music model catalog with `pixverse music models`.
|
|
137
138
|
|
package/dist/capabilities.json
CHANGED