Skip to main content
POST
Adopt an existing inference endpoint without transferring lifecycle ownership

Authorizations

Authorization
string
header
required

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

Body

application/json
logical_model
string
required
name
string
required
ownership_mode
enum<string>
required
Available options:
observe-only,
traffic-managed
runtime
string
required
source
enum<string>
required
Available options:
vllm,
openai-compatible
url
string<uri>
required
connector
enum<string>
Available options:
auto,
vllm,
litellm,
openai-compatible
discover
boolean

Ask the control plane to verify /v1/models and resolve the selected model before adoption.

upstream_model
string

Response

Created

The response is of type object.