模型仓库/模型相关接口
GETModel APIs起始版本 5.1.8同步需要认证
查询模型
查询模型
调试可用性
在线调试
使用当前认证信息和示例参数提交 Mock 请求。
查询参数
请求参数
查询参数
qString查询条件。
响应状态
请求地址
GET/zstack/v1/ai/models
/zstack/v1/ai/models
请求示例
curl -X GET 'http://{host}/zstack/v1/ai/models?q=<q>' -H 'Authorization: OAuth {sessionUuid}'
响应示例
200{ "inventories": [ { "uuid": "uuid", "name": "qwen 1.5 32B", "description": "This is an example ai model", "installPath": "192.168.10.10:/ai/model_center/qwen_1.5_32B", "modelCenterUuid": "model center uuid", "extraGpuMemRequest": 2147483648, "SAMPLE_SIZE": 1000 } ] }变更历史
此 API 暂无变更历史记录。
