---
title: "List models"
method: GET
path: "/models"
tags: ["Models"]
---

# List models

`GET /models`

List the LLMs and preset model chains available to the caller, grouped for display in a model picker.

## Query parameters

- `team_id` string

## Response `200`

Model groups available to the caller.

- object
  - `model_groups` object[] — Groups of available models. The shape of each group is open and may evolve; treat it as a passthrough payload for the model picker.

## Other responses

- `401` — Unauthorized — missing or invalid API key.
- `403` — Forbidden — the caller does not have agent access on the requested team.
- `500` — Internal server error.

---

[API](https://skmtc.dev/gumloop/apis/public-api.md) · [All operations](https://skmtc.dev/gumloop/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gumloop/public-api/revisions/115f2d6ce387/schema)
