Skip to main content
POST
Create Dedicated Endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ai_project_id
string | null

Project ID to create endpoint

Body

application/json
name
string
required
Required string length: 1 - 100
model_name
string
required
Minimum string length: 1
flavor_name
string
required
Minimum string length: 1
gpu_type
enum<string>
required
Available options:
gpu-l40s-d,
gpu-l40s-a,
gpu-h100-sxm,
gpu-h200-sxm,
gpu-b200-sxm,
gpu-b200-sxm-a,
gpu-b300-sxm
region
enum<string>
required
Available options:
eu-north1,
man-ik8s,
us-central1,
us-north1,
eu-west1,
eu-west2,
me-west1,
uk-south1,
tf-eu1,
tf-uk1,
tf-us1,
tf-us2,
tf-us3,
tf-us4,
tf-ca1
gpu_count
integer
required
Required range: x >= 0
scaling
EndpointScaling · object
required
description
string
default:""
Maximum string length: 500
custom_weights_id
string | null
Minimum string length: 1

Response

Successful Response

endpoint
DedicatedEndpoint · object
required