---
title: "Get Model"
method: GET
path: "/api/v1/models/{model}"
tags: ["inference"]
deprecated: true
---

# Get Model

`GET /api/v1/models/{model}`

> **Deprecated.**

## Path parameters

- `model` string, required

## Headers

- `X-API-Key` string, nullable

## Response `200`

Successful Response

- Model
  - `id` string, required
  - `object` string
  - `created` integer, nullable
  - `owned_by` string, nullable

---

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