---
title: "Retrieve model"
method: GET
path: "/models/{model}"
tags: ["Models"]
---

# Retrieve model

`GET /models/{model}`

Retrieve one model available to the API key by ID.

## Path parameters

- `model` string, required

## Response `200`

Model

- Model
  - `id` string, required
  - `object` string, required
  - `owned_by` string, required
  - `created` integer — Creation time in Unix seconds.
  - `availability` 'available' | 'paused' — Whether the model currently accepts requests. A paused model stays listed.
  - `paused_until` string, date-time — Scheduled return time, present while availability is paused.

## Other responses

- `400` — Malformed request
- `401` — Missing or invalid API key
- `403` — Key scope mismatch or plan limit exceeded
- `404` — Model or deployment not found

---

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