Deploy model
POST/models/deploy
Deploys a fine-tuned or imported model to a dedicated inference endpoint, making it available for chat completions. Deployment is asynchronous: the model enters a deploying state immediately and transitions to deployed once the endpoint is ready. Poll Get model to track the deployment state.
Request
Responses
- 200
- 400
- 404
- 422
- 500
OK
Bad Request
Not Found
Validation Error
Internal Server Error
Was this page helpful?