---
title: "GET /v1/configs/models - List all model configs visible to this gateway."
method: GET
path: "/v1/configs/models"
tags: ["config"]
---

# GET /v1/configs/models - List all model configs visible to this gateway.

`GET /v1/configs/models`

## Response `200`

Model configs visible to this gateway replica

- ConfigModelsResponse
  - `models` ConfigModelSummary[], required
    - `model_id` string, required
    - `profiles` string[], required
    - `source` string, required

## Other responses

- `401` — Missing or invalid bearer token (inference token)
- `500` — Gateway auth enabled but no tokens configured

---

[API](https://skmtc.net/superlinked/apis/sie-gateway.md) · [All operations](https://skmtc.net/superlinked/apis/sie-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superlinked/sie-gateway/versions/06a326e2c3e9/schema)
