---
title: "List Custom Models"
method: GET
path: "/model-config/custom-models/list"
tags: ["model-config"]
---

# List Custom Models

`GET /model-config/custom-models/list`

List all custom models for the authenticated user.

## Headers

- `authorization` string

## Response `200`

Successful Response

- CustomModel[]
  - `id` string, required
  - `name` string, required
  - `provider` string, required
  - `model_name` string, required
  - `config` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/morphik-org/apis/fastapi.md) · [All operations](https://skmtc.dev/morphik-org/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morphik-org/fastapi/revisions/9ae5bfba3a15/schema)
