pixverse-ai-cli 1.1.6 → 1.1.7

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
@@ -99,7 +99,7 @@ This opens a browser where you confirm the authorization. You can also copy the
99
99
  | Model | `--model` value | Quality | Aspect Ratio |
100
100
  |:---|:---|:---|:---|
101
101
  | 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` |
102
- | 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) |
102
+ | GPT Image 2 | `gpt-image-2.0` | `1080p` `1440p` `2160p` | `1:1` `16:9` `9:16` `4:3` `3:4` `3:2` `2:3` `2:1` `1:2` `21:9` |
103
103
  | Nano Banana 2 | `gemini-3.1-flash` | `512p` `1080p` `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
104
104
  | Nano Banana Pro | `gemini-3.0` | `1080p` `1440p` `2160p` | `auto` `1:1` `16:9` `9:16` + more |
105
105
  | Nano Banana | `gemini-2.5-flash` | `1080p` | `auto` `1:1` `16:9` `9:16` + more |
@@ -175,6 +175,9 @@ pixverse create upscale --video <video_id> --quality 1080p
175
175
  # Generate video with character reference (1–7 images)
176
176
  pixverse create reference --images ./char1.png ./char2.png --prompt "Two friends walking in a park"
177
177
 
178
+ # Seedance 2.0 reference — mix images and videos (max 3 videos, total ≤ 15s)
179
+ pixverse create reference -m seedance-2.0-standard --images ./char.png --videos ./motion.mp4 --prompt "@image1 follows the motion in @video1"
180
+
178
181
  # Motion control — character image + motion reference video
179
182
  pixverse create motion-control --image ./character.png --video ./dance.mp4
180
183
 
@@ -202,6 +205,9 @@ These flags are available across most `create` subcommands:
202
205
  # Check task status
203
206
  pixverse task status <id>
204
207
 
208
+ # Batch status query (parallel; per-ID failures captured in the response map)
209
+ pixverse task status --ids 123,456,789 --type video --json
210
+
205
211
  # Wait for a task to complete
206
212
  pixverse task wait <id>
207
213
  ```
@@ -296,6 +302,10 @@ pixverse workspace manage
296
302
  pixverse account info
297
303
  pixverse account usage
298
304
 
305
+ # View current concurrent generation slots (image / video)
306
+ pixverse account slots
307
+ pixverse account slots --json
308
+
299
309
  # Open subscription page in browser
300
310
  pixverse subscribe
301
311
  ```
@@ -371,7 +381,7 @@ pixverse asset download "$VID" --dest ./output/
371
381
  | `template list` | List templates (with category filter) |
372
382
  | `template search` | Search templates by keyword |
373
383
  | `template info` | Get template details |
374
- | `task status` | Check task status |
384
+ | `task status` | Check task status (single `<id>` or `--ids id1,id2,...` for batch) |
375
385
  | `task wait` | Wait for task completion |
376
386
  | `asset list` | List assets (`--source create\|upload`, `--type video\|image`, `--off-peak`) |
377
387
  | `asset upload` | Upload a local file or HTTPS URL to asset library |
@@ -391,6 +401,7 @@ pixverse asset download "$VID" --dest ./output/
391
401
  | `workspace manage` | Open workspace management in browser |
392
402
  | `account info` | View account info and workspace credits |
393
403
  | `account usage` | View credit usage |
404
+ | `account slots` | View current concurrent generation slots (image / video) |
394
405
  | `subscribe` | Open subscription page |
395
406
  | `config set` | Set a config value |
396
407
  | `config get` | Get a config value |