---
title: "Lists the currently available models"
method: GET
path: "/v1/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`

Successful response

- ModelsListResponse
  - `object` string — The object type, which is always "list"
  - `data` Model[]
    - `id` string — The model identifier
    - `owned_by` string — The organization that owns the model

---

[API](https://skmtc.dev/qualcomm/apis/geniex-server.md) · [All operations](https://skmtc.dev/qualcomm/apis/geniex-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qualcomm/geniex-server/revisions/47b5a34b747b/schema)
