---
title: "Lists the currently available models"
method: GET
path: "/v1/models"
tags: ["Models"]
---

# Lists the currently available models

`GET /v1/models`

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

## Response `200`

Success

- ListModelsResponse
  - `object` 'list', required — The object type, which is always "list"
  - `data` Model[], required — List of model objects
    - `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 — The object type, which is always "model".
    - `owned_by` string, required — The organization that owns the model.

---

[API](https://skmtc.net/qualcomm/apis/llm-vlm-genai-microservice-apis.md) · [All operations](https://skmtc.net/qualcomm/apis/llm-vlm-genai-microservice-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qualcomm/llm-vlm-genai-microservice-apis/revisions/8557fe985a5e/schema)
