---
title: "List available models"
method: GET
path: "/models"
tags: ["Models"]
---

# List available models

`GET /models`

Returns a list of all models currently available for inference on OpenFPGA. Use the model id value in chat completion requests.

## Response `200`

List of available models.

- ModelListResponse
  - `object` 'list'
  - `data` 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

- `401` — Authentication failed.

---

[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)
