Service and Application/Inference Service APIs
GETInference Service APIsSince 5.2.1SynchronousAuth Required
QueryModelService
QueryModelService
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/model-services
/zstack/v1/ai/model-services
Request Example
curl -X GET 'http://{host}/zstack/v1/ai/model-services?q=<q>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "name": "text to text model service", "description": "This is text to text model service you can chose model", "yaml": "model service parameters", "requestCpu": 4, "requestMemory": 1024, "supportDistributed": false } ] }Change History
This API has no change history records yet.
