---
title: "Get models"
method: GET
path: "/v1/{organization}/admin/get_models/"
tags: ["Admin"]
---

# Get models

`GET /v1/{organization}/admin/get_models/`

Get a list of LLM models supported by the Amigo platform at this moment.

#### Permissions:
This endpoint requires the following permissions:
* `Admin:GetModels`.

## Path parameters

- `organization` string, required

## Headers

- `x-mongo-cluster-name` string, nullable — The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.
- `Sec-WebSocket-Protocol` string[]

## Response `200`

Succeeded.

- SrcAppEndpointsAdminGetModelsResponse
  - `models` Model[], required
    - `name` string, required
    - `params_model_schema` object, required

## Other responses

- `401` — Invalid authorization credentials.
- `403` — Missing required permissions.
- `422` — Invalid request path parameter failed validation.
- `429` — The user has exceeded the rate limit of 20 requests per minute for this endpoint.
- `503` — The service is going through temporary maintenance.

---

[API](https://skmtc.net/amigo/apis/amigo-api.md) · [All operations](https://skmtc.net/amigo/apis/amigo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/amigo/amigo-api/revisions/f0f28319e448/schema)
