Overview
Deploying a dedicated endpoint via API takes three steps:- List available model templates
- Create a dedicated endpoint
- Send inference requests
List model templates
List model templates that can be used to create a dedicated endpoint.Create dedicated endpoint
Create a dedicated endpoint from one of the available model templates.endpoint_idrouting_key
endpoint_id to manage the endpoint through the control plane. Use routing_key as the model identifier when sending inference requests to the data plane.
Initial deployment can take several minutes. While provisioning, inference may fail (often
404) until the endpoint is routable.Send inference requests
Once the endpoint is ready, send requests to the OpenAI-compatible data plane under/v1.
Use the routing_key returned by the control plane as the model value in inference requests:
We expose OpenAI-compatible inference routes under
/v1. Template availability determines what kinds of models you can deploy (today, publicly available templates are primarily chat-capable).