---
title: "Detail counterpart to `get_models`."
method: GET
path: "/v1/models/{model}"
tags: ["models"]
---

# Detail counterpart to `get_models`.

`GET /v1/models/{model}`

## Path parameters

- `model` string, required

## Response `200`

Model detail

- ModelInfoWire — Wire shape aligned with ``sie_server`` ``ModelInfo`` for ``GET /v1/models``.
  - `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)
- `404` — Model not found
- `500` — Gateway auth enabled but no tokens configured

## Changes

- **2026-05-08** `a499d5bea359` — 2 warning
  - removed the optional property `capabilities` from the response with the `200` status
  - removed the optional property `pending_generation` from the response with the `200` status

[Change history](https://skmtc.dev/superlinked/apis/sie-gateway/changes/v1/models/:model/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)
