https://gateway.omnia-voice.com/v1
with your workspace API key, or the dashboard. Creating, updating, and deleting
endpoints are admin-gated.
Calling a dedicated endpoint
A running endpoint has a routing key. Call it through the normal inference API by passingdedicated/<routing-key> as the model, the same
/v1/chat/completions (and other) endpoints you already use:
Listing and inspecting
Updating and scaling
Update an endpoint with aPATCH to /v1/dedicated/{id}. Change the replica
range to adjust autoscaling, change the hardware, or toggle enabled to
disable/enable the endpoint. The endpoint autoscales between minReplicas and
maxReplicas based on demand; higher replica counts increase throughput and cost
proportionally.
Updatable fields
Only these fields can be changed viaPATCH:
The base model (
modelName), region, and the fine-tuned-weights bindings
(customWeightsId / fineTuningJobId) are set at create time and are not
updatable. To change them, create a new endpoint.Disabling to halt billing
Setenabled: false (or disable from the dashboard) to halt GPU billing while
keeping the endpoint’s configuration. Re-enable it when you need the capacity
again. Because you’re only billed while it runs, disabling is the right move
whenever you don’t need the endpoint.
Deleting
Delete an endpoint to remove it entirely. This stops billing and frees the routing key.Monitoring
Each endpoint has an observability page in the dashboard. In addition to the usual traffic, latency, TTFT, throughput, and error metrics, a dedicated endpoint adds capacity/replica metrics so you can see autoscaling behavior. See Observability.Create, update, and delete require an owner/admin workspace key. Regular members
can call a running endpoint but not manage it. See
Workspaces & teams.