Model Repository/Model APIs
GETModel APIsSince 5.1.8SynchronousAuth Required
QueryModel
QueryModel
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
qStringQuery conditions.
Responses
Endpoint
GET/zstack/v1/ai/models
/zstack/v1/ai/models
Request Example
curl -X GET 'http://{host}/zstack/v1/ai/models?q=<q>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
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 } ] }Change History
This API has no change history records yet.
