Hugging Face · Arazzo Workflow
Hugging Face Deploy Inference Endpoint and Wait
Version 1.0.0
Create a dedicated Inference Endpoint, then poll its status until it is running.
Provider
Workflows
deploy-inference-endpoint
Create a dedicated Inference Endpoint and wait until it is running.
Provisions a new Inference Endpoint for a model and polls its status until it reports the running state, returning the inference URL.
1
createEndpoint
Create a new dedicated Inference Endpoint for the model. A 201 returns the endpoint record; a 409 means an endpoint with this name already exists.
2
pollStatus
Poll the endpoint status. While the state is pending or initializing the step loops back to itself; once the state is running it proceeds to the end of the workflow.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.