Sign in

Deploy model to endpoint

documented

Deploy a model version to a specific endpoint.

POST /management/v1/endpoints/{endpoint_id}:deployModelManagementno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.cerebras.ai/management/v1/endpoints/{{$endpoint_id}}:deployModel" \
  -X POST \
  -H "Authorization: Bearer {{CEREBRAS_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"model": "{{$model_path}}"}'