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

## Changes

- **2026-01-22** `2d9291c3821d` — 2 info
  - `header` request parameter `authorization` list-of-types was widened by adding types `null`
  - for the `header` request parameter `authorization`, the type/format was generalized from `string`/`` to ``/``

[Change history](https://skmtc.dev/morphik-org/apis/fastapi/changes/models/get.md)

---

[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/2d9291c3821d/schema)
