Skip to main content
GET
Get dedicated endpoint

Authorizations

Authorization
string
header
required

Your workspace API key, e.g. sk_sovereign_..., sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

The endpoint id.

Response

The endpoint.

id
string
name
string
description
string | null
model_name
string
flavor_name
string
gpu_type
string
gpu_count
integer
region
string
min_replicas
integer
max_replicas
integer
status
enum<string>

Live-reconciled from the control plane on every list/get.

Available options:
STARTING,
UPDATING,
RUNNING,
STOPPING,
STOPPED,
DELETED,
WARNING
enabled
boolean

Whether the endpoint is started. Billing runs only while RUNNING and enabled.

hourly_rate_usd
number

Your price per GPU-hour for this configuration (rate frozen at deploy).

markup_bps
integer
pending_cost_usd
number

Cost accrued since the last metering sweep, at the frozen rate.

routing_key
string | null

Call the endpoint through the gateway as model "dedicated/<routing_key>".

base_url
string

The inference base URL to point your client at.

last_metered_at
string
created_at
string