cURL
curl --request GET \ --url https://api.tensormesh.ai/v1/admin/models \ --header 'Authorization: Bearer <token>'
{ "models": [ { "modelId": "<string>", "deploymentId": "<string>", "userId": "<string>", "description": "<string>", "modelPath": "<string>", "modelName": "<string>", "status": "MODEL_STATUS_UNSPECIFIED", "events": [ { "createdAt": "2023-11-07T05:31:56Z", "log": "<string>", "eventType": "EVENT_TYPE_UNSPECIFIED" } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "modelSpec": {}, "infra": { "cloudProvider": "CLOUD_PROVIDER_UNSPECIFIED", "nebiusRegion": "NEBIUS_REGION_UNSPECIFIED", "lambdaRegion": "LAMBDA_REGION_UNSPECIFIED", "onpremRegion": "<string>" }, "gpuCount": 123, "gpuType": "GPU_TYPE_UNSPECIFIED", "replicas": 123, "endpoint": "<string>", "apiKey": "<string>" } ], "page": 123, "size": 123, "total": 123 }
Admin-only model inventory and deletion operations.
Bearer authentication using an access token. Format: Bearer <access_token>
The unique ID of the operator user.
Page number (1-based).
Page size.
A successful response.
AdminModelServiceListModelsResponse is the response for listing models.
All non-deleted models.
Show child attributes
Current page number.
Total number of models.