模型信息
使用 models 命令查看可用模型和模型规格。SeaCloud 模型列表可查看 SeaCloud Model List ,CLI 文档只说明入口和调用方式。
列出模型,支持类型过滤、关键词搜索、分页和 JSON 输出。
| 参数 | 说明 |
|---|---|
--type | 支持 video、image、audio |
--page | 页码,默认 1 |
--page-size | 每页数量,默认 20 |
--output | 支持 id 或 json |
seacloud models listseacloud models list --type videoseacloud models list --keywords imageseacloud models list --page 1 --page-size 20 --output json获取模型参数
Section titled “获取模型参数”获取模型完整参数规格。默认输出适合 Agent 读取的文本,使用 --output json 可获取结构化规格。
seacloud models spec <model_id>seacloud models spec <model_id> --output json