Skip to main content

List Endpoints

GET 

/inference/endpoints

List Endpoints

Responses

OK

Schema

  • Array [

  • currentReplicas integer

    Replicas current count

    exampleCommand string

    Example command to use the endpoint

    gpuCount integer

    Number of GPUs

    gpuType string

    Type of GPU

    hourlyPrice number

    Hourly price

    id string

    ID of the endpoint

    locationName string

    Name of the Location where the Endpoint is hosted

    maxReplicas integer

    Replicas max count

    minReplicas integer

    Replicas min count

    modelName string

    Model Name

    name string

    Name of the endpoint

    replicas

    object[]

    Replicas

  • Array [

  • gpus integer

    Gpus used by the replica

    status string

    Status of the replica

  • ]

  • scaleToZeroRetentionPeriodSeconds integer

    ScaleToZeroRetentionPeriod in seconds

    status string

    Status of the endpoint

    url string

    Url of the endpoint

  • ]

Loading...