---
title: "Lists the currently available models, and provides basic information about each one such as the owner and availability"
method: GET
path: "/models"
tags: ["Models"]
---

# Lists the currently available models, and provides basic information about each one such as the owner and availability

`GET /models`

Lists the currently available models, and provides basic information about each one such as the owner and availability.

## Response `200`

Successful Response.

- ListModelsResponse — Lists and describes the various models available.
  - `object` 'list', required — Type of response object
  - `data` ModelInfo[], required
    - `id` string, required — The model identifier, which can be referenced in the API endpoints.
    - `created` integer, required — The Unix timestamp (in seconds) when the model was created.
    - `object` 'model', required — Type of object
    - `owned_by` string, required — The organization that owns the model.
    - `api_type` string, required — API used to access model.

## Other responses

- `401` — Unauthorized request.
- `422` — Failed to process request.
- `429` — Rate limiting exceeded.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/nvidia/apis/long-video-summarization-api.md) · [All operations](https://skmtc.dev/nvidia/apis/long-video-summarization-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nvidia/long-video-summarization-api/revisions/2ce997975112/schema)
