https://gateway.omnia-voice.com/v1 using your workspace
API key.
From the dashboard
1
Open Dedicated → Deploy
In the dashboard, go to Dedicated and start a new deployment.
2
Choose model & hardware
Select the base model, then the region, GPU type, and GPUs per replica. Only
combinations that are actually available are shown.
3
Set autoscaling
Choose the minimum and maximum number of replicas, and name the endpoint.
4
Confirm funds and deploy
The wizard shows the hourly rate. You need enough prepaid balance to cover the
minimum runway; if not, it tells you the exact shortfall to add. Deploy when
ready.
Discover available hardware
Before creating an endpoint, list the GPU types, regions, and flavors you can deploy against withGET /v1/dedicated/templates. Deploy only against
combinations returned here.
If a GPU count you need (above 8 per replica) or a region isn’t available in the
templates, the dashboard shows “contact sales”; larger and custom
deployments are arranged directly.
Create an endpoint
Create an endpoint with aPOST to /v1/dedicated.
GET /v1/dedicated/{id} to read its routing key and current status once
it’s ready:
model = dedicated/<routing-key>
on the inference API; see Managing endpoints.
Fields
Need more than self-serve offers?
If you need more GPUs per replica than are listed, or a region that isn’t available, contact sales; larger and custom deployments are arranged directly.Manage your endpoint
Call, scale, disable, and delete a running endpoint.