Models
Use the models command to view available models and model specifications. For the full list of SeaCloud models, visit the SeaCloud Model List . The CLI documentation describes the entry points and invocation methods.
list models
Section titled “list models”List models with support for type filtering, keyword search, pagination, and JSON output.
| Option | Description |
|---|---|
--type | Supports video, image, and audio |
--page | Page number. The default is 1 |
--page-size | Number of models per page. The default is 20 |
--output | Supports id or json |
seacloud models listseacloud models list --type videoseacloud models list --keywords imageseacloud models list --page 1 --page-size 20 --output jsonmodels spec
Section titled “models spec”Print the full parameter specification for a model. The default output is agent-readable text. Use --output json for structured data.
seacloud models spec <model_id>seacloud models spec <model_id> --output json