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

# Get model details

`GET /models/{model_id}`

Returns details about a specific model, including context length, supported features, and pricing.

## Path parameters

- `model_id` string, required

## Response `200`

Model details.

- Model
  - `id` string — Model identifier. Use this in chat completion requests.
  - `object` 'model'
  - `created` integer — Unix timestamp of when the model was added.
  - `owned_by` string

## Other responses

- `404` — Model not found.

---

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