---
title: "Lists the self-serve deployment flavors available to the project."
method: GET
path: "/projects/{project_id}/foundry/selfserve/flavors"
tags: ["Foundry"]
---

# Lists the self-serve deployment flavors available to the project.

`GET /projects/{project_id}/foundry/selfserve/flavors`

## Path parameters

- `project_id` string, required

## Response `200`

- ListFlavorsResponse
  - `flavors` SelfServeFlavor[] — The available self-serve flavors.
    - `flavor_type` string — Flavor type identifier.
    - `gpu_type` string — GPU type used by this flavor.
    - `gpus_per_instance` integer — GPUs per instance.
    - `id` string — Flavor ID.
    - `lora_suitable` boolean — Whether the flavor is suitable for LoRA adapters.
    - `model_name` string — Model this flavor serves.
    - `price_per_hour` string — Hourly price, as a decimal string.
    - `provider` string — Provider serving this flavor.
    - `quantization` string — Quantization applied, if any.

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