Skip to main content
Dedicated deployments host any Hugging Face model on reserved GPU replicas and expose it through an OpenAI-compatible Chat Completions endpoint.

Deploy

CLI

REST API

For gated models, include hf_token in the request body or pass --hf-token to the CLI.

Wait for it to be healthy

Or poll the API:

Call the deployment

The response shape mirrors OpenAI’s: id, choices, usage, model, created.

From the OpenAI Python SDK

Because the endpoint is OpenAI-compatible, you can point the official openai client at it:

Stop the deployment