Skip to main content
GET
/
management
/
v1
/
orgs
/
{org_name}
/
models
List model architectures
curl --request GET \
  --url https://api.cerebras.ai/management/v1/orgs/{org_name}/models \
  --header 'Authorization: Bearer <token>'
{
  "model_architectures": [
    "llama-3.3-70b",
    "qwen-2.5-32b",
    "deepseek-r1-distill-llama-70b"
  ]
}
This feature is in Private Preview. For access or more information, contact us or reach out to your account representative.
List model architectures accessible to an organization.

Authorizations

Authorization
string
header
required

Management API key generated from the Management API keys section on the API keys page at https://cloud.cerebras.ai. Use the format: Bearer <MANAGEMENT_API_KEY>

Path Parameters

org_name
string
required

Cerebras customer management organization name found under Management API keys on the API keys page at https://cloud.cerebras.ai.

Note: This is not to be confused with org_id.

Response

200 - application/json

Successful Response

model_architectures
string[]
required

List of model architecture IDs.