v1

latestOpenAPI 3.1.02026-07-26102453.5 KB

Retrieve model version status

get/management/v1/orgs/{org_name}/models/{model_arch_id}/versions/{version_id}

Path parameters

org_namestring 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.

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.

model_arch_idstring required

Name of the model architecture (e.g. llama3.1-8b, gpt-oss-120b).

Name of the model architecture (e.g. llama3.1-8b, gpt-oss-120b).

version_idstring required

Autoincrementing integer or user-defined alias to identify model version.

Autoincrementing integer or user-defined alias to identify model version.

Response

Successful Response

namestring required

Model Version ID in the format of orgs/<org_name>/models/<model_arch_id>/versions/<version_id>.

doneboolean required

Whether the operation is complete.