---
title: "List model folder type names"
method: GET
path: "/api/models"
tags: ["model"]
---

# List model folder type names

`GET /api/models`

Returns an array of model type names (e.g. checkpoints, loras, vae).

## Response `200`

Model type names

- string[]

## Other responses

- `404` — Not Found — use /api/experiment/models instead

## Changes

- **2026-05-22** `09a5075587c8` — 1 info
  - added the non-success response with the status `404`
- **2026-04-24** `a66055fa384e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/models/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/09a5075587c8/schema)
