Перейти к содержимому
На главную

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 with support for type filtering, keyword search, pagination, and JSON output.

OptionDescription
--typeSupports video, image, and audio
--pagePage number. The default is 1
--page-sizeNumber of models per page. The default is 20
--outputSupports id or json
Terminal window
seacloud models list
seacloud models list --type video
seacloud models list --keywords image
seacloud models list --page 1 --page-size 20 --output json

Print the full parameter specification for a model. The default output is agent-readable text. Use --output json for structured data.

Terminal window
seacloud models spec <model_id>
seacloud models spec <model_id> --output json