GET
/
models
/
v2
/
openai-community
/
{model}
curl --request GET \
  --url https://api.bytez.com/models/v2/openai-community/{model} \
  --header 'Authorization: <api-key>'
{
  "cluster": {}
}

Authorizations

Authorization
string
header
required

Provide your API key as Key your-key-here in the Authorization header.

Path Parameters

model
string
required

The specific model to retrieve information about (e.g., gpt2).

Response

200 - application/json
Cluster information retrieved successfully.
cluster
object

Details about the model cluster.