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

# GET /v1/models

`GET /v1/models`

## Response `200`

Models visible to this gateway replica

- ModelsResponse
  - `models` ModelInfoWire[], required
    - `dims` object, required
    - `inputs` string[], required
    - `last_error` unknown
    - `loaded` boolean, required
    - `max_sequence_length` integer, nullable
    - `name` string, required
    - `outputs` string[], required
    - `profiles` object, required
    - `state` string, required

## Other responses

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

## Changes

- **2026-05-08** `a499d5bea359` — 2 breaking, 2 warning
  - removed the required property `data` from the response with the `200` status
  - removed the required property `object` from the response with the `200` status
  - removed the optional property `models/items/capabilities` from the response with the `200` status
  - removed the optional property `models/items/pending_generation` from the response with the `200` status

[Change history](https://skmtc.dev/superlinked/apis/sie-gateway/changes/v1/models/get.md)

---

[API](https://skmtc.dev/superlinked/apis/sie-gateway.md) · [All operations](https://skmtc.dev/superlinked/apis/sie-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superlinked/sie-gateway/revisions/a499d5bea359/schema)
