pixverse-ai-cli 1.1.2 → 1.1.4
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 +3 -0
- package/dist/index.js +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -84,6 +84,7 @@ This opens a browser where you confirm the authorization. You can also copy the
|
|
|
84
84
|
| Model | `--model` value | Quality | Aspect Ratio |
|
|
85
85
|
|:---|:---|:---|:---|
|
|
86
86
|
| Qwen-image *(default)* | `qwen-image` | `720p` `1080p` | `1:1` `16:9` `9:16` `4:3` `3:4` `5:4` `4:5` `3:2` `2:3` `21:9` |
|
|
87
|
+
| GPT Image 2 | `gpt-image-2.0` | `1080p` `1440p` `2160p` | `1:1` `3:2` `2:3` (1080p) · `1:1` `16:9` `9:16` (1440p) · `16:9` `9:16` (2160p) |
|
|
87
88
|
| Nano Banana 2 | `gemini-3.1-flash` | `512p` `1080p` `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
|
|
88
89
|
| Nano Banana Pro | `gemini-3.0` | `1080p` `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
|
|
89
90
|
| Nano Banana | `gemini-2.5-flash` | `1080p` | `auto` `1:1` `16:9` `9:16` + more |
|
|
@@ -108,6 +109,8 @@ pixverse create image
|
|
|
108
109
|
|
|
109
110
|
The wizard guides you through prompt, model, quality, aspect ratio, and other options step by step.
|
|
110
111
|
|
|
112
|
+
Local image inputs larger than `1920x1920` or `5MB` are automatically resized/compressed before upload. Remote image URLs are validated by the backend as-is.
|
|
113
|
+
|
|
111
114
|
### Text to Video
|
|
112
115
|
|
|
113
116
|
```bash
|