---
title: "List all inference endpoints"
method: GET
path: "/project/{project_id}/inference-endpoint"
tags: ["Inference Endpoint"]
---

# List all inference endpoints

`GET /project/{project_id}/inference-endpoint`

## Response `200`

A list of Inference Endpoints

- object
  - `items` InferenceEndpoint[], required
    - `id` string, required — ID of the inference endpoint
    - `name` string, required — Name of the model
    - `display_name` string, required — Display name of the model
    - `url` string, required — URL of the inference endpoint
    - `model_name` string, required — Model name of the inference endpoint
    - `tags` object, required — Tags of the inference endpoint
    - `price` InferenceEndpointPrice, required
      - `per_million_prompt_tokens` number, nullable, required — Price per million prompt tokens in USD
      - `per_million_completion_tokens` number, nullable, required — Price per million completion tokens in USD

## Other responses

- `default` — An error response

## Changes

- **2026-03-13** `829a738de301` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ubicloud/apis/clover-api/changes/project/:project_id/inference-endpoint/get.md)

---

[API](https://skmtc.dev/ubicloud/apis/clover-api.md) · [All operations](https://skmtc.dev/ubicloud/apis/clover-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ubicloud/clover-api/revisions/ae229e5ccaee/schema)
