---
title: "Get Available Models"
method: GET
path: "/models"
---

# Get Available Models

`GET /models`

Get list of available models from configuration.

Returns models grouped by type (chat, embedding, etc.) with their metadata.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- ModelsResponse — Response for available models endpoint
  - `chat_models` object[], required
  - `embedding_models` object[], required
  - `default_models` object, required
  - `providers` string[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/morphik-org/apis/fastapi.md) · [All operations](https://skmtc.net/morphik-org/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morphik-org/fastapi/versions/2d9291c3821d/schema)
