Retrieve a list of available model clusters.
curl --request GET \ --url https://api.bytez.com/models/v2/list/clusters \ --header 'Authorization: <api-key>'
{ "clusters": [ {} ] }
Provide your API key as Key your-key-here in the Authorization header.
Key your-key-here
Authorization