---
title: "Retrieves a model instance"
method: GET
path: "/v1/models/{model}"
---

# Retrieves a model instance

`GET /v1/models/{model}`

Retrieves a model instance, providing basic information about the model such as the owner and permissioning

## Path parameters

- `model` string, required

## Response `200`

Successful response

- ModelResponse
  - `id` string — The model identifier
  - `model_type` 'llm' | 'vlm' — GenieX extension — the model's type, so clients need no local model store
  - `object` string — The object type, which is always "model"
  - `owned_by` string — The organization that owns the model
  - `created` integer — The Unix timestamp (in seconds) of when the model was created
  - `permission` object[] — The permissions associated with the model

## Other responses

- `404` — Model not found

---

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