Search + K

Command Palette

Search for a command to run...

Sign In

Get an inference endpoint

GET /_inference
Copy endpoint

This API requires the monitor_inference cluster privilege (the built-in inference_admin and inference_user roles grant this privilege).

Responses

200 application/json
{ endpoints: InferenceTypesInferenceEndpointInfo

Represents an inference endpoint as returned by the GET API

type InferenceTypesInferenceEndpointInfo = InferenceTypesInferenceEndpoint & { inference_id: string;task_type: InferenceTypesTaskType; }
[]
; }