---
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

---

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