cURL
curl --request GET \ --url https://api.bytez.com/models/v2/list/clusters \ --header 'Authorization: <api-key>'
{ "error": null, "output": [ { "modelId": "stabilityai/stable-diffusion-xl-base-1.0", "status": "booting instance", "created": "2025-04-22T17:57:40.036Z", "modified": "2025-04-22T17:57:58.638Z", "timeout": 5, "capacity": { "min": 0, "desired": 1, "max": 1 }, "instances": 1, "inferences": 0, "lastInference": "2025-04-22T17:57:40.036Z" } ] }
List your open-source models that are on live clusters
Set Authorization header to Key BYTEZ_KEY (e.g. 'Authorization': 'Key ABC123')
Authorization
Key BYTEZ_KEY
List your clusters
The response is of type object.
object