Endpoints
Models
list
GET https://api.cerebras.ai/v1/models
Lists the currently available models and provides essential details about each, including the owner and availability.
retrieve
GET https://api.cerebras.ai/v1/models/{model}
Fetches a model instance, offering key details about the model, including its owner and permissions.
Accepts model IDs as arguments. Available options: llama3.1-8b
, llama3.1-70b
Was this page helpful?