@seacloudai/seacloud-cli 0.0.10 → 0.0.12

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
@@ -93,19 +93,22 @@ seacloud auth status
93
93
  ```bash
94
94
  seacloud models list
95
95
  seacloud models list --type video
96
- seacloud models spec kirin_v2_6_i2v
97
- seacloud models spec kirin_v2_6_i2v --output json
96
+ seacloud models spec kling_v2_6_i2v
97
+ seacloud models spec seedance_2_0 --output json
98
98
  ```
99
99
 
100
100
  ### Run a task
101
101
 
102
102
  ```bash
103
- seacloud run kirin_v2_6_i2v --param image=https://example.com/cat.jpg
104
- seacloud run kirin_v2_6_i2v --param prompt="a cat running" --param duration=5
105
- seacloud run kirin_v2_6_i2v --param mode=pro --output url
103
+ seacloud run kling_v2_6_i2v --param image=https://example.com/cat.jpg
104
+ seacloud run seedance_2_0 --param prompt="a cat running" --param duration=5
105
+ seacloud run kling_v2_6_i2v --param mode=pro --output url
106
106
  seacloud run gpt-image-2 --param prompt="a blue cat" --output url
107
107
  ```
108
108
 
109
+ SeaCloud CLI accepts user-facing model IDs such as `kling_*`, `seedance_*`, and `seedream_*`.
110
+ They are resolved to the current backend IDs automatically before submission.
111
+
109
112
  ### Generate an image through the proxy
110
113
 
111
114
  ```bash
@@ -213,7 +216,7 @@ seacloud version
213
216
  Example:
214
217
 
215
218
  ```bash
216
- seacloud --dry-run run kirin_v2_6_i2v --param prompt=test
219
+ seacloud --dry-run run seedance_2_0 --param prompt=test
217
220
  ```
218
221
 
219
222
  ## Release
package/README.zh.md CHANGED
@@ -93,19 +93,22 @@ seacloud auth status
93
93
  ```bash
94
94
  seacloud models list
95
95
  seacloud models list --type video
96
- seacloud models spec kirin_v2_6_i2v
97
- seacloud models spec kirin_v2_6_i2v --output json
96
+ seacloud models spec kling_v2_6_i2v
97
+ seacloud models spec seedance_2_0 --output json
98
98
  ```
99
99
 
100
100
  ### 执行任务
101
101
 
102
102
  ```bash
103
- seacloud run kirin_v2_6_i2v --param image=https://example.com/cat.jpg
104
- seacloud run kirin_v2_6_i2v --param prompt="a cat running" --param duration=5
105
- seacloud run kirin_v2_6_i2v --param mode=pro --output url
103
+ seacloud run kling_v2_6_i2v --param image=https://example.com/cat.jpg
104
+ seacloud run seedance_2_0 --param prompt="a cat running" --param duration=5
105
+ seacloud run kling_v2_6_i2v --param mode=pro --output url
106
106
  seacloud run gpt-image-2 --param prompt="一只蓝色猫" --output url
107
107
  ```
108
108
 
109
+ SeaCloud CLI 现在支持直接使用 `kling_*`、`seedance_*`、`seedream_*` 这类对外模型 ID,
110
+ 提交前会自动映射到当前后端使用的原始模型 ID。
111
+
109
112
  ### 通过代理生图
110
113
 
111
114
  ```bash
@@ -213,7 +216,7 @@ seacloud version
213
216
  示例:
214
217
 
215
218
  ```bash
216
- seacloud --dry-run run kirin_v2_6_i2v --param prompt=test
219
+ seacloud --dry-run run seedance_2_0 --param prompt=test
217
220
  ```
218
221
 
219
222
  ## 发布说明
@@ -1,5 +1,5 @@
1
- a7373c0e23c3521630dc4a047d2fe1083fd22181287cd74d1d008e41e75d317a seacloud_0.0.10_darwin_amd64.tar.gz
2
- 2b3e8d9bb1aaac7c6717e5d88f5808b82ef2af09a6065189688704a5d6a78d8e seacloud_0.0.10_darwin_arm64.tar.gz
3
- a63818d4b554dbf64497bac34dea02aa658f5a7cb8d4baca639356e7a99b1345 seacloud_0.0.10_linux_amd64.tar.gz
4
- f5edc40d5afc11d393b520143c20942b4aeef221216cb480d01ed34865558ebd seacloud_0.0.10_linux_arm64.tar.gz
5
- 46fe425f77bbb170e2c33f992bf608307e005b085113bf40c6c0ea4293623fe5 seacloud_0.0.10_windows_amd64.zip
1
+ 095b8525ef5b05f4d358f700e1a3883ded4fc457432b132a7d0c709091d051b2 seacloud_0.0.12_darwin_amd64.tar.gz
2
+ 69f394317a3711f780eda5f93e6bdf09ad3a8aaadfe381d8b083d9758e96bb95 seacloud_0.0.12_darwin_arm64.tar.gz
3
+ 0b3809c3e6ef18a1716221cbaa754298534b7c56685ba997e2f817cff4473449 seacloud_0.0.12_linux_amd64.tar.gz
4
+ da2b71f5d7dceaa330cd7451eb1de1d1974a7b9ca269fcac845163b382ffce4a seacloud_0.0.12_linux_arm64.tar.gz
5
+ da1001cc370e946e3d4921a14d49763ce13510d15271e57898694672afec16a9 seacloud_0.0.12_windows_amd64.zip
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seacloudai/seacloud-cli",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "npm installer wrapper for the SeaCloud CLI binary",
5
5
  "license": "MIT",
6
6
  "publishConfig": {