---
title: "Lists the models deployed and available for inference in the project."
method: GET
path: "/projects/{project_id}/foundry/deployed-models"
tags: ["Foundry"]
---

# Lists the models deployed and available for inference in the project.

`GET /projects/{project_id}/foundry/deployed-models`

## Path parameters

- `project_id` string, required

## Response `200`

- ListModelsResponse
  - `deployments` DeployedModelEntry[] — The models deployed and available to the project.
    - `architecture` FoundryArchitecture
      - `instruct_type` string — Instruction tuning type (e.g. "chat").
      - `modality` string — Model modality (e.g. "text").
      - `parameter_count` integer — Number of model parameters.
      - `tokenizer` string — Tokenizer identifier.
    - `context_length` integer — Maximum context length supported by the model.
    - `description` string — Human-readable description of the model.
    - `icon` string — URL of the model icon.
    - `id` string — Model endpoint ID.
    - `is_available_to_rolling_deployment` boolean — Whether the model can be used with rolling deployments.
    - `is_billed_by_token` boolean — Whether usage of the model is billed by token.
    - `is_single_replica` boolean — Whether the model runs as a single replica.
    - `model_name` string — Underlying (served) model name.
    - `name` string — Display name of the model.
    - `owned_by` string — Owner of the model.
    - `quantization` string — Quantization applied to the model, if any.
    - `region` string — Region the model is served in.
    - `status` string — Serving status of the model.
    - `supported_parameters` string[] — Inference parameters supported by the model.
    - `tags` string[] — Tags associated with the model.
    - `type` string — Model type (e.g. "base_model", "adapter").

## Other responses

- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/versions/a3fd2dedc72b/schema)
