@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 +9 -6
- package/README.zh.md +9 -6
- package/npm-bundles/SHA256SUMS +5 -5
- package/npm-bundles/seacloud_0.0.12_darwin_amd64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.12_darwin_arm64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.12_linux_amd64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.12_linux_arm64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.12_windows_amd64.zip +0 -0
- package/package.json +1 -1
- package/npm-bundles/seacloud_0.0.10_darwin_amd64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.10_darwin_arm64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.10_linux_amd64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.10_linux_arm64.tar.gz +0 -0
- package/npm-bundles/seacloud_0.0.10_windows_amd64.zip +0 -0
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
|
|
97
|
-
seacloud models spec
|
|
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
|
|
104
|
-
seacloud run
|
|
105
|
-
seacloud run
|
|
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
|
|
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
|
|
97
|
-
seacloud models spec
|
|
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
|
|
104
|
-
seacloud run
|
|
105
|
-
seacloud run
|
|
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
|
|
219
|
+
seacloud --dry-run run seedance_2_0 --param prompt=test
|
|
217
220
|
```
|
|
218
221
|
|
|
219
222
|
## 发布说明
|
package/npm-bundles/SHA256SUMS
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|