Deploy model to endpoint
documentedDeploy a model version to a specific endpoint.
POST /management/v1/endpoints/{endpoint_id}:deployModelManagementno implementation yet0 runsNo 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}}"}'