Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import os from cerebras.cloud.sdk import Cerebras client = Cerebras(api_key=os.environ.get("CEREBRAS_API_KEY")) models = client.models.list() print(models)
{ "object": "list", "data": [ { "id": "zai-glm-4.7", "object": "model", "created": 0, "owned_by": "Cerebras" }, { "id": "gpt-oss-120b", "object": "model", "created": 0, "owned_by": "Cerebras" } ] }
list
Show model properties
model
Was this page helpful?