v1

latestOpenAPI 3.1.0MIT2026-07-2654137287.8 KB
inference_endpoints

Get an Inference Endpoint

Gets an inference endpoint.

get/organizations/{organization_name}/inference-endpoints/{inference_endpoint_name}

Response

OK

descriptionstring required

The detailed description of the resource.

display_namestring required

The display-friendly name of the resource.

icon_urlstring url required

The URL of the icon image

idstring uuid required

The inference endpoint identifier.

input_schemastring required

The input schema

namestring required

The inference endpoint name.

organization_namestring required

The organization name.

output_schemastring required

The output schema

price_descriptionstring required

A description of the price

readmestring required

A markdown file containing a detailed description of the inference endpoint

Example response

{
  "display_name": "Name",
  "id": "cb3a4591-efc3-46c0-b06a-3d820c0ec100",
  "name": "transcribe",
  "organization_name": "acme-corp"
}